1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573
|
conkeror (1.0.3+git170123-1) unstable; urgency=medium
* New upstream snapshot.
+ Fixes minor compatibility issues with more recent Firefox versions.
* Create a proper watch file now that upstream uses Semantic Versioning.
-- Axel Beckert <abe@debian.org> Mon, 23 Jan 2017 00:18:58 +0100
conkeror (1.0.3-1) unstable; urgency=medium
* New upstream release
* Massively simplify /usr/bin/conkeror, no more look for xulrunner.
+ Drop alternative dependencies on xulrunner-<version>.
+ Only support firefox, firefox-esr and iceweasel.
+ Set $XUL_APP_FILE instead of passing "-app".
+ Update package description to no more mention XULRunner.
+ Remove related lintian overrides.
* Declare compliance with Debian Policy 3.9.8.
* Update locations of some cross-references in debian/copyright.
* Override Lintian warnings vcs-field-uses-insecure-uri since repo.or.cz
only uses a self-signed SSL certificate.
-- Axel Beckert <abe@debian.org> Wed, 08 Jun 2016 01:49:35 +0200
conkeror (1.0~~pre-1+git160130-1) unstable; urgency=high
* New upstream snapshot:
+ Fixes let syntax with Firefox/Iceweasel 44. (Closes: #813039)
* Enable all hardening features for conkeror-spawn-helper.
-- Axel Beckert <abe@debian.org> Sat, 30 Jan 2016 03:11:03 +0100
conkeror (1.0~~pre-1+git150730-1) unstable; urgency=medium
* New upstream snapshot:
+ Fixes saveURI issues with Firefox >= 36
+ Fixes issues with more recent adblockplus releases.
-- Axel Beckert <abe@debian.org> Thu, 30 Jul 2015 21:49:14 +0200
conkeror (1.0~~pre-1+git150409-1) unstable; urgency=medium
* New upstream snapshot:
+ StackExchange page-mode no more loaded by default (Closes: #772655)
+ Fixes JS syntax errors with Iceweasel 36 and above (Closes: #781487)
+ Update debian/conkeror.install to new location of conkeror.desktop
* Try to make debian package builds reproducible.
+ Set dates and hostname in BuildID to data only depending on the
current changelog entry.
* Update bug report script to also look for iceweasel's bug report
script. (Closes: #781482)
* Make use of upstream's rewritten Makefile (via dh_auto_install) and
change from installation whitelist to installation blacklist (delete a
few files from debian/tmp which shouldn't go into the package).
+ Removed (obsolete):
- debian/conkeror-spawn-process-helper.dirs
- debian/conkeror.dirs
- debian/conkeror.manpages
+ Massively reduced (list of upstream files now in upstream Makefile):
- debian/conkeror.install
+ Modified, includes the mentioned blacklist:
- debian/rules
* debian/rules: Remove long-time obsolete and non-functional build-time
modification of components/application.js.
* debian/copyright: Update authors and years.
-- Axel Beckert <abe@debian.org> Thu, 30 Apr 2015 02:35:32 +0200
conkeror (1.0~~pre-1+git141025-1) unstable; urgency=low
* New upstream snapshot
+ Updated reddit and stackexchange modes to keep up with website
changes.
* Resync conkeror.desktop's MimeType with iceweasel's, but ignore
application/vnd.mozilla.xul+xml. (Closes: #746691)
-- Axel Beckert <abe@debian.org> Sat, 25 Oct 2014 18:34:13 +0200
conkeror (1.0~~pre-1+git140812-1) unstable; urgency=low
* New upstream snapshot
+ Updated Google Images webjump
+ Most Google webjumps now with HTTPS
* Updated Debian and Ubuntu webjumps
+ Most Debian and some Ubuntu webjumps now with HTTPS
+ debfile webjump working again
+ drop non-working ubuntufile webjump (doesn't work without suite)
+ debtracker webjump added (Thanks Christoph Egger for the idea!)
+ lpbugnr webjump added (ubuntubugs only works for source packages)
* Update patch headers to conform to DEP-3
* Convert debian/copyright to machine-readable DEP-5 format
+ No more ship MPL in separate file
* Update copyright years and holders in debian/copyright
* Update copyright years in debian/patches/deb-webjumps.diff
* Bump Standards-Version to 3.9.6 (no changes needed)
-- Axel Beckert <abe@debian.org> Mon, 06 Oct 2014 01:05:32 +0200
conkeror (1.0~~pre-1+git140616-1) unstable; urgency=medium
* New upstream pre-release 1.0pre1
* Support using "iceweasel -app" since there's no more xulrunner. :-(
+ Add primary alternative dependency on iceweasel >= 30
+ Update README.Debian explaining how /usr/bin/conkeror works
+ Closes: #751557
-- Axel Beckert <abe@debian.org> Mon, 16 Jun 2014 00:00:50 +0200
conkeror (1.0~~pre+git140428-1) unstable; urgency=medium
* New upstream snapshot
* Add support for xulrunner 28 to 30.
* Reformat debian/control in wrap-and-sort style.
* Bump Standards-Version to 3.9.5 (no changes).
-- Axel Beckert <abe@debian.org> Mon, 28 Apr 2014 23:18:41 +0200
conkeror (1.0~~pre+git131116-1) unstable; urgency=low
* New upstream snapshot
+ Fixes scroll-top-left issue (Closes: #726245)
* Add support for xulrunner 26 and 27.
* Follow Debian Unstable and switch default xulrunner dependency from 17
to 24.
-- Axel Beckert <abe@debian.org> Sat, 16 Nov 2013 17:38:11 +0100
conkeror (1.0~~pre+git130817-1) unstable; urgency=low
* New upstream snapshot
* Add support for xulrunner 25.
-- Axel Beckert <abe@debian.org> Sat, 17 Aug 2013 15:42:01 +0200
conkeror (1.0~~pre+git130522-2) unstable; urgency=low
* Add support for xulrunner 24.
-- Axel Beckert <abe@debian.org> Sat, 06 Jul 2013 22:13:48 +0200
conkeror (1.0~~pre+git130522-1) unstable; urgency=low
* New upstream snapshot
* Upload to unstable again
* Add support for xulrunner 23
* Make xulrunner-17.0 the default xulrunner dependency as that's the
version currently in Debian unstable.
-- Axel Beckert <abe@debian.org> Thu, 06 Jun 2013 02:09:43 +0200
conkeror (1.0~~pre+git130407-1) experimental; urgency=low
* New upstream snapshot
- Properly passes CFLAGS, fully enables dpkg build flags
* Add support for xulrunner 18 to 22 (Closes: #699239)
* Bump debhelper compatibility to 9
- Remove inclusion of buildflags.mk from debian/rules, no more needed
* Bump Standards-Version to 3.9.4 (no changes)
* Clean up debian/rules:
- Use dh_auto_build and dh_auto_clean.
- Don't clean up stamp files manually; this is already done by
dh_clean plus debhelper compatibility level >= 7.
- Use more debhelper magic, no more manual cp, ln, or mkdir.
- Finally switch to a dh style debian/rules.
-- Axel Beckert <abe@debian.org> Sun, 07 Apr 2013 03:47:35 +0200
conkeror (1.0~~pre+git120901-1) experimental; urgency=low
* New upstream snapshot
* Add support for xulrunner 17
-- Axel Beckert <abe@debian.org> Sat, 01 Sep 2012 11:20:23 +0200
conkeror (1.0~~pre+git120804-1) experimental; urgency=low
* Add support for xulrunner 15 and 16 with according versioned
dependencies plus conflicts for earlier package versions (See #683157
and https://bugzilla.mozilla.org/show_bug.cgi?id=756786)
* Add Lintian overrides for using Conflicts instead of Breaks as
Conkeror fails if these versions are just only unpacked.
* Use `seq 13.0 -1 5.0` instead of `seq 5.0 13.0 | tac` in conkeror.bin
-- Axel Beckert <abe@debian.org> Wed, 08 Aug 2012 02:11:58 +0200
conkeror (1.0~~pre+git120527-1) unstable; urgency=low
* New upstream snapshot
- Update debian patches to fit new module API
- Synced debian/NEWS with http://conkeror.org/BreakingChanges
* Don't pass locale settings to seq in /usr/bin/conkeror (Closes: #674171)
* Update buildd-ports webjump. Thanks Christoph Egger!
* Add debpopcon webjump.
* Also install new file content-policy.manifest. Thanks Joseph Gay!
* Support xulrunner 12.0 and 13.0
- Update search list in debian/conkeror.bin
- Add alternative dependency on xulrunner-12.0 and xulrunner-13.0
- xulrunner-14.0 and newer not yet supported due to
https://bugzilla.mozilla.org/show_bug.cgi?id=756786
* Make 10.0 (ESR) first xulrunner dependency.
* Expand sensible-editor.diff to also patch modules/mime.js, replace
hardcoded application names with xdg-open. (Closes: #570086)
- Rename patch to sensible-editor-xdg-open.diff
- Recommend xdg-utils
* Reformat long list of alternative xulrunner dependencies to one
alternative per line for better readability and better diffing.
* debian/conkeror.bin: Generate long list of consecutive versioned
xulrunner binary names with seq and tac.
* debian/rules: Enable hardening options for conkeror-spawn-helper
- Add build-dependency on dpkg-dev (>= 1.16.1~).
- Consistently use "$(MAKE)" instead of "make".
* Bump Standards-Version to 3.9.3 (no changes)
* Switch source format to "3.0 (quilt)"
- Remove quilt usage from debian/rules
- Drop build dependency on quilt
* Rename debian/NEWS to debian/conkeror.NEWS so it no more gets included
in the conkeror-spawn-process-helper package.
-- Axel Beckert <abe@debian.org> Sun, 27 May 2012 17:07:33 +0200
conkeror (1.0~~pre+git120102-1) unstable; urgency=low
[ Axel Beckert ]
* Upstream version bump
* Upstream changed minimum xulrunner requirement to 1.9.1: Update
debian/control and debian/conkeror.bin accordingly.
* Reorder xulrunner alternative dependencies so the current xulrunner
from unstable (9.0) is chosen by default.
* Make package usable on Ubuntu again despite their xulrunner removal.
- debian/control: Add alternative dependencies on firefox instead of
xulrunner
- debian/conkeror.bin: If no xulrunner is found, look for firefox
instead
- debian/control: Update long description to mention Firefox, too.
* Add alternative dependencies on xulrunner-11.0, -10.0, and -9.0.
* Support xulrunner 11.0 in debian/conkeror.bin
[ Luca Capello ]
* Support xulrunner 10.0 and 9.0 in debian/conkeror.bin, drop support
for unversioned xulrunner binaries. (Closes: #649199)
-- Axel Beckert <abe@debian.org> Mon, 02 Jan 2012 20:12:01 +0100
conkeror (0.9.4-1) unstable; urgency=low
* New upstream milestone
* Add support for xulrunner-7.0 and xulrunner-8.0
* Reorder xulrunner dependencies in debian/control:
+ xulrunner-6.0 is the first dependency as that's the highest version
currently in Debian unstable.
+ All other versions are sorted descending by their version, the
non-versioned xulrunner being the last one.
-- Axel Beckert <abe@debian.org> Sun, 04 Sep 2011 22:32:03 +0200
conkeror (0.9.3+git110719-1) unstable; urgency=low
* New upstream snapshot
- Fullscreen toggling support, use F11 or M-S-Return
* Make reportbug helper script to work with any installed xulrunner
package. Thanks to Luca Capello!
* Change versioned dependency on "xulrunner" to a non-versioned
dependency, because xulrunner 1.8 is really history (last seen in
Etch) and it should work with a potential virtual "xulrunner"
package. (See #567169)
* debian/control: Prefer xulrunner-5.0 over xulrunner-1.9.1 as 5.0 is
now in unstable and 1.9.1 will probably vanish soon.
* Add alternative dependency on xulrunner-6.0 which was missing in the
last upload.
-- Axel Beckert <abe@debian.org> Tue, 19 Jul 2011 23:13:57 +0200
conkeror (0.9.3+git110602-1) unstable; urgency=low
* New upstream snapshot
* Add alternative dependencies on (upcoming) xulrunner-5.0 and -6.0
packages
* Bump Standards-Version to 3.9.2 (no changes)
-- Axel Beckert <abe@debian.org> Fri, 27 May 2011 03:07:21 +0200
conkeror (0.9.3+git110307-2) unstable; urgency=low
* debian/conkeror.bin: Change search order for searching xulrunner
binaries from the confusing current state of "squeeze/sid, (former)
experimental, lenny, experimental, generic/sarge" to descending
"highest, most specific versions first; lowest, generic versions
last", so it should take the newest xulrunner version which is
installed.
-- Axel Beckert <abe@debian.org> Tue, 08 Mar 2011 16:28:38 +0100
conkeror (0.9.3+git110307-1) unstable; urgency=low
* New upstream snapshot
- Fixes network and SSL error pages under xulrunner-2.0
-- Axel Beckert <abe@debian.org> Mon, 07 Mar 2011 18:05:33 +0100
conkeror (0.9.3+git110224-1) unstable; urgency=low
* New upstream snapshot
- Further xulrunner-2.0 fixes
* Add missing alternative dependency on xulrunner-2.0 (Thanks to Micah
Gersten!)
* Also look for xulrunner-2.0 in debian/conkeror.bin aka /usr/bin/conkeror
-- Axel Beckert <abe@debian.org> Thu, 24 Feb 2011 19:46:28 +0100
conkeror (0.9.3+git110219-1) unstable; urgency=low
* The Works-with-2.0 Package
* New upstream snapshot
- Minor fixes for xulrunner-2.0 support
* debian/rules: Include chrome.manifest which is necessary for
xulrunner-2.0 support.
-- Axel Beckert <abe@debian.org> Sat, 19 Feb 2011 08:02:05 +0100
conkeror (0.9.3+git110213-1) unstable; urgency=low
* New upstream snapshot
- Sorts keybindings and command line options alphabetically. Thanks
Jari Aalto for the patches. (Closes: #606878, #606880)
* Upload to unstable again since the Squeeze Release Freeze is over.
-- Axel Beckert <abe@debian.org> Sun, 13 Feb 2011 14:20:11 +0100
conkeror (0.9.3+git101015-1) experimental; urgency=low
* New upstream snapshot
* Also ship contrib/modules with the binary package to allow usage of
the mode line buttons module.
-- Axel Beckert <abe@debian.org> Fri, 15 Oct 2010 00:27:47 +0200
conkeror (0.9.3-1) experimental; urgency=low
* New upstream milestone
- Supports XULRunner 2
- New minibuffer handling, no more input-modes
- Offers a Twitter page mode
* Fix (.deb package specific) ubuntubugs webjump
* debian/patches/deb-webumps.diff no more modifies
defaults/preferences/default-modules.js but creates a new file named
defaults/preferences/debian-default-modules.js instead. This should
make the patch much more robust against changes in upstream's default
modules list. Thanks to John J. Foerch for the suggestion.
-- Axel Beckert <abe@debian.org> Wed, 06 Oct 2010 20:59:43 +0200
conkeror (0.9.2+git100804-1) unstable; urgency=low
* New upstream snapshot
* Bump Standards-Version to 3.9.1
- Use "Breaks" instead of "Conflicts".
-- Axel Beckert <abe@debian.org> Wed, 04 Aug 2010 23:04:35 +0200
conkeror (0.9.2+git100420-2) unstable; urgency=low
* The "forgotten details" upload
* Add appropriate NEWS entry with breaking changes for last upload.
* Renamed NEWS.Debian in the source package so that it will be
automatically installed as NEWS.Debian.
* Add "mentions Conkeror in the user agent string" to last changelog entry.
-- Axel Beckert <abe@debian.org> Tue, 20 Apr 2010 23:34:00 +0200
conkeror (0.9.2+git100420-1) unstable; urgency=low
* New upstream snapshot
- many xulrunner 1.9.2 compatibility fixes
- minibuffer overhaul
- mentions "Conkeror" in the user agent string
-- Axel Beckert <abe@debian.org> Tue, 20 Apr 2010 17:42:01 +0200
conkeror (0.9.2+git100324-2) unstable; urgency=low
* Further adaptions of the debian webjumps to the new module system as
suggested by John J. Foerch. Includes renaming the webjumps' file from
modules/debian/webjumps.js to modules/debian/debian-webjumps.js.
-- Axel Beckert <abe@debian.org> Wed, 24 Mar 2010 23:45:50 +0100
conkeror (0.9.2+git100324-1) unstable; urgency=low
* New upstream snapshot
- some minor bug fixes
* Refresh quilt patches (should have been done already for the last
upload)
* Adapt debian webjumps module to new module system (fixes lost default
webjumps in the previous upload). Thanks to gzeus for noticing!
* Add debian/source/format to silence lintian.
-- Axel Beckert <abe@debian.org> Wed, 24 Mar 2010 01:27:57 +0100
conkeror (0.9.2-1) unstable; urgency=low
* New upstream release
- Contains a new module system providing the capability for modules to
have their own namespace.
-- Axel Beckert <abe@debian.org> Mon, 22 Mar 2010 19:11:32 +0100
conkeror (0.9.1+git100317-1) unstable; urgency=low
* New upstream snapshot
- venkman support
- noscript support overhaul, now enabled by default
- fixes building conkeror-spawn-process-helper with clang compiler
- several new page modes
- many cosmetic changes and minor bugfixes
- outdated emacswiki webjump removed
* [debian/rules] Also install contrib/art
-- Axel Beckert <abe@debian.org> Wed, 17 Mar 2010 01:49:54 +0100
conkeror (0.9.1+git100220-1) unstable; urgency=low
* New upstream snapshot
- Honors cmdline.preventDefault as used since xulrunner 1.9.1.6-2
* Add support for the reportbug-helper-script of Debian's xulrunner
- Raise build-deps to debhelper >= 7.2.3~ due to dh_bugfiles
* Add alternative dependency on upcoming experimental xulrunner-1.9.2.
* Reorder xulrunner dependencies to have the current and preferred
versions first instead of sorting by package name. (Fixes piuparts
warning "dependency-does-not-exist".)
* Add a lintian override for the non-standard Xb-Xul-AppId header
* Removed Luca from the uploaders list (on his request)
-- Axel Beckert <abe@debian.org> Sat, 20 Feb 2010 01:07:48 +0100
conkeror (0.9.1+git100131-1) unstable; urgency=low
* New upstream snapshot
* Make package working on Ubuntu again by reverting debian/conkeror.bin
to not using xulrunner-stub symbolic links anymore since Ubuntu doesn't
support this feature. Meh.
* Fix new Lintian 2.3.x warnings:
- debhelper-but-no-misc-depends
- obsolete-relation-form-in-source
* Add new Debian related webjumps:
- debpopcon
- buildd
- buildd-ports
- debqa
* Add Xb-Xul-AppId header to conkeror binary package for use with
mozilla-devscripts. (Closes: #562986)
* Bumped Standards-Version to 3.8.4 (no changes)
* Changed my e-mail address to my debian.org address
-- Axel Beckert <abe@debian.org> Sun, 31 Jan 2010 17:52:43 +0100
conkeror (0.9.1-1) unstable; urgency=low
* New upstream version
+ Closes: #542252 (YouTube download broken)
* Added alternative dependency on xulrunner-1.9.1
* Moved from directly calling "xulrunner application.ini" to calling a
symlinked xulrunner-stub (symlinking xulrunner-stub only works with
Debian's xulrunner-stub, thanks Mike Hommey :-), so that xulrunner can
decide which version of xulrunner is actually used.
* Refreshed debian/patches/sensible-editor.diff after upstream
whitespace changes.
* Changed debian/rules to not use the old $CONKEROR_VERSION$ macro
anymore.
* Do not include the whole contrib subdirectory in the binary
package. (Closes: #547896) Only include the xrev debugging tool for
now.
* A few Debian and Ubuntu webjumps have been added and enabled by
default. (Closes: #547908)
* Bumped Standards-Version to 3.8.3 (no changes)
-- Axel Beckert <abe@deuxchevaux.org> Thu, 24 Sep 2009 02:35:02 +0200
conkeror (0.9~git090624-1) unstable; urgency=low
* Based on new snapshot (tagged with debian-0.9--git090624-1)
- Session saving support has been added, but not loaded by default
- Theming support has been removed (native GUI theming should be used
instead, e.g. GTK theming)
* Bumped Standards-Version to 3.8.2 (no changes)
* Replaced deprecated dh_clean -k by dh_prep and bumped debhelper
compatibility to 7.
* Removed deprecated dh_desktop. May cause not immediately registered
.desktop files on Debian Lenny.
* Moved MPL from debian/copyright to debian/MPL to allow compression in
the installed binary packages (as with the xulrunner-1.9 packages)
-- Axel Beckert <abe@deuxchevaux.org> Thu, 25 Jun 2009 01:02:45 +0200
conkeror (0.9~git090223-1) unstable; urgency=low
* Debian packaging is now hosted in the upstream repository at
http://repo.or.cz/w/conkeror.git:
- Adjusted the Vcs-* headers in debian/control.
- Changed the build id to contain username and hostname instead of
commit id.
* Based on new snapshot (tagged with debian-0.9--git090223-1)
- spawn-process-helper has been renamed upstream to
conkeror-spawn-helper -- package names remain unchanged, conflict to
earlier versions of conkeror-spawn-process-helper
- Links on mouse over images now shown
- command switch -uu for universal-arg of following -f command
* Added NEWS.Debian to list changes relevant for users.
* Added README.source which documents how to build a Debian (source)
package from a Git working copy.
* Changed licencing of packaging from GPLv2 to the same licencing terms
as Conkeror itself.
* Updated debian/copyright to reflect current state of the project
* man page conkeror.1 now part of upstream.
* Added a call to dh_desktop (Thanks, Lintian 2.x!)
* Added a description to patches/sensible-editor.diff (Thanks, Lintian 2.x!)
* Replaced lintian overrides by an empty watch file with comment.
-- Axel Beckert <abe@deuxchevaux.org> Mon, 23 Feb 2009 19:19:19 +0100
conkeror (0.9~git080629-2) unstable; urgency=low
* Don't suppress conkeror's output if we don't have to change it in the
wrapper [conkeror.bin]. (Closes: #498515)
-- Axel Beckert <abe@deuxchevaux.org> Thu, 25 Sep 2008 01:40:07 +0200
conkeror (0.9~git080629-1) unstable; urgency=low
* Based on new snapshot (commit
6944096a1af033d0aa70d8b4cc19b271e0d832b1)
* Uses now quilt for patch management, added appropriate build-deps.
* Use sensible-editor instead of emacs by default.
* Changed default desktop icon from "web-browser.png" to
"browser". (Closes: #491880; fixes a desktop-file-validate warning)
* Made M-x conkeror-version show the Debian version instead of
'$CONKEROR_VERSION$'.
* Remove suggestion of zile since conkeror currently can't handle
text-mode only editors. Suggest the virtual package emacsen instead.
* Depends now on "xulrunner (>= 1.9~) | xulrunner-1.9" instead of solely
"xulrunner-1.9".
* Added a lintian override for debian-watch-file-is-missing since there
are no upstream releases to watch (yet).
-- Axel Beckert <abe@deuxchevaux.org> Thu, 24 Jul 2008 00:49:28 +0200
conkeror (0.9~git080522-2) unstable; urgency=low
* Initial release for Debian (Closes: #394566)
* Cleaned up and removed files and directories not in the upstream git
repository.
* Unified file names in the debian directory.
* Bumped standards version to 3.8.0.
* Removed -height and -width options from man page and --help since them
being documented but not working is an open bug in Mozilla since 2000.
(See #267344 and https://bugzilla.mozilla.org/show_bug.cgi?id=50201)
* Added some more details to the man page.
* Added a CREDITS.Debian file.
* Added an automatically generated build id to application.ini. (See
http://developer.mozilla.org/en/docs/application.ini#The_.5BApp.5D_section)
* Added the Debian version to the version string in application.ini.
* Added a desktop file for conkeror.
* Made several several cosmetic changes to docs, etc.
* Added Luca Capello as co-maintainer.
* conkeror-spawn-process-helper now suggests conkeror.
-- Axel Beckert <abe@deuxchevaux.org> Thu, 26 Jun 2008 01:31:32 +0200
conkeror (0.9~git080522-1) unstable; urgency=low
* Initial release for beta testers
* Based on commit fead87b7fa1156e750dcb01f903e6b8a35e43a37
-- Axel Beckert <abe@deuxchevaux.org> Sun, 08 Jun 2008 23:08:34 +0200
|