Debian package: Bump debhelper compatibility to 9
[conkeror.git] / debian / changelog
blob32632c9e6e5e853bc7eddade121d303d6afe4bbd
1 conkeror (1.0~~pre+git130117-1) UNRELEASED; urgency=low
3   * New upstream snapshot
4   * Add support for xulrunner 18 to 20
5   * Bump debhelper compatibility to 9
6     - Remove inclusion of buildflags.mk from debian/rules, no more needed
7   * Consistently use "touch $@" for stamp files.
8   * Use dh_auto_build and dh_auto_clean.
9   * Don't clean up stamp files manually; this is already done by dh_clean
10     plus debhelper compatibility level >= 7.
11   * Clean up debian/rules:
12     - Use more debhelper magic, no more manual cp, ln, or mkdir.
13     - Remove unnecessary comments and blank lines.
14     - Add some blank lines to gather related lines together in blocks.
16  -- Axel Beckert <abe@debian.org>  Thu, 17 Jan 2013 01:42:48 +0100
18 conkeror (1.0~~pre+git120901-1) experimental; urgency=low
20   * New upstream snapshot
21   * Add support for xulrunner 17
23  -- Axel Beckert <abe@debian.org>  Sat, 01 Sep 2012 11:20:23 +0200
25 conkeror (1.0~~pre+git120804-1) experimental; urgency=low
27   * Add support for xulrunner 15 and 16 with according versioned
28     dependencies plus conflicts for earlier package versions (See #683157
29     and https://bugzilla.mozilla.org/show_bug.cgi?id=756786)
30   * Add Lintian overrides for using Conflicts instead of Breaks as
31     Conkeror fails if these versions are just only unpacked.
32   * Use `seq 13.0 -1 5.0` instead of `seq 5.0 13.0 | tac` in conkeror.bin
34  -- Axel Beckert <abe@debian.org>  Wed, 08 Aug 2012 02:11:58 +0200
36 conkeror (1.0~~pre+git120527-1) unstable; urgency=low
38   * New upstream snapshot
39     - Update debian patches to fit new module API
40     - Synced debian/NEWS with http://conkeror.org/BreakingChanges
41   * Don't pass locale settings to seq in /usr/bin/conkeror (Closes: #674171)
42   * Update buildd-ports webjump. Thanks Christoph Egger!
43   * Add debpopcon webjump.
44   * Also install new file content-policy.manifest. Thanks Joseph Gay!
45   * Support xulrunner 12.0 and 13.0
46     - Update search list in debian/conkeror.bin
47     - Add alternative dependency on xulrunner-12.0 and xulrunner-13.0
48     - xulrunner-14.0 and newer not yet supported due to
49       https://bugzilla.mozilla.org/show_bug.cgi?id=756786
50   * Make 10.0 (ESR) first xulrunner dependency.
51   * Expand sensible-editor.diff to also patch modules/mime.js, replace
52     hardcoded application names with xdg-open. (Closes: #570086)
53     - Rename patch to sensible-editor-xdg-open.diff
54     - Recommend xdg-utils
55   * Reformat long list of alternative xulrunner dependencies to one
56     alternative per line for better readability and better diffing.
57   * debian/conkeror.bin: Generate long list of consecutive versioned
58     xulrunner binary names with seq and tac.
59   * debian/rules: Enable hardening options for conkeror-spawn-helper
60     - Add build-dependency on dpkg-dev (>= 1.16.1~).
61     - Consistently use "$(MAKE)" instead of "make".
62   * Bump Standards-Version to 3.9.3 (no changes)
63   * Switch source format to "3.0 (quilt)"
64     - Remove quilt usage from debian/rules
65     - Drop build dependency on quilt
66   * Rename debian/NEWS to debian/conkeror.NEWS so it no more gets included
67     in the conkeror-spawn-process-helper package.
69  -- Axel Beckert <abe@debian.org>  Sun, 27 May 2012 17:07:33 +0200
71 conkeror (1.0~~pre+git120102-1) unstable; urgency=low
73   [ Axel Beckert ]
74   * Upstream version bump
75   * Upstream changed minimum xulrunner requirement to 1.9.1: Update
76     debian/control and debian/conkeror.bin accordingly.
77   * Reorder xulrunner alternative dependencies so the current xulrunner
78     from unstable (9.0) is chosen by default.
79   * Make package usable on Ubuntu again despite their xulrunner removal.
80     - debian/control: Add alternative dependencies on firefox instead of
81       xulrunner
82     - debian/conkeror.bin: If no xulrunner is found, look for firefox
83       instead
84     - debian/control: Update long description to mention Firefox, too.
85   * Add alternative dependencies on xulrunner-11.0, -10.0, and -9.0.
86   * Support xulrunner 11.0 in debian/conkeror.bin
88   [ Luca Capello ]
89   * Support xulrunner 10.0 and 9.0 in debian/conkeror.bin, drop support
90     for unversioned xulrunner binaries. (Closes: #649199)
92  -- Axel Beckert <abe@debian.org>  Mon, 02 Jan 2012 20:12:01 +0100
94 conkeror (0.9.4-1) unstable; urgency=low
96   * New upstream milestone
97   * Add support for xulrunner-7.0 and xulrunner-8.0
98   * Reorder xulrunner dependencies in debian/control:
99     + xulrunner-6.0 is the first dependency as that's the highest version
100       currently in Debian unstable.
101     + All other versions are sorted descending by their version, the
102       non-versioned xulrunner being the last one.
104  -- Axel Beckert <abe@debian.org>  Sun, 04 Sep 2011 22:32:03 +0200
106 conkeror (0.9.3+git110719-1) unstable; urgency=low
108   * New upstream snapshot
109     - Fullscreen toggling support, use F11 or M-S-Return
110   * Make reportbug helper script to work with any installed xulrunner
111     package. Thanks to Luca Capello!
112   * Change versioned dependency on "xulrunner" to a non-versioned
113     dependency, because xulrunner 1.8 is really history (last seen in
114     Etch) and it should work with a potential virtual "xulrunner"
115     package. (See #567169)
116   * debian/control: Prefer xulrunner-5.0 over xulrunner-1.9.1 as 5.0 is
117     now in unstable and 1.9.1 will probably vanish soon.
118   * Add alternative dependency on xulrunner-6.0 which was missing in the
119     last upload.
121  -- Axel Beckert <abe@debian.org>  Tue, 19 Jul 2011 23:13:57 +0200
123 conkeror (0.9.3+git110602-1) unstable; urgency=low
125   * New upstream snapshot
126   * Add alternative dependencies on (upcoming) xulrunner-5.0 and -6.0
127     packages
128   * Bump Standards-Version to 3.9.2 (no changes)
130  -- Axel Beckert <abe@debian.org>  Fri, 27 May 2011 03:07:21 +0200
132 conkeror (0.9.3+git110307-2) unstable; urgency=low
134   * debian/conkeror.bin: Change search order for searching xulrunner
135     binaries from the confusing current state of "squeeze/sid, (former)
136     experimental, lenny, experimental, generic/sarge" to descending
137     "highest, most specific versions first; lowest, generic versions
138     last", so it should take the newest xulrunner version which is
139     installed.
141  -- Axel Beckert <abe@debian.org>  Tue, 08 Mar 2011 16:28:38 +0100
143 conkeror (0.9.3+git110307-1) unstable; urgency=low
145   * New upstream snapshot
146     - Fixes network and SSL error pages under xulrunner-2.0
148  -- Axel Beckert <abe@debian.org>  Mon, 07 Mar 2011 18:05:33 +0100
150 conkeror (0.9.3+git110224-1) unstable; urgency=low
152   * New upstream snapshot
153     - Further xulrunner-2.0 fixes
154   * Add missing alternative dependency on xulrunner-2.0 (Thanks to Micah
155     Gersten!)
156   * Also look for xulrunner-2.0 in debian/conkeror.bin aka /usr/bin/conkeror
158  -- Axel Beckert <abe@debian.org>  Thu, 24 Feb 2011 19:46:28 +0100
160 conkeror (0.9.3+git110219-1) unstable; urgency=low
162   * The Works-with-2.0 Package
163   * New upstream snapshot
164     - Minor fixes for xulrunner-2.0 support
165   * debian/rules: Include chrome.manifest which is necessary for
166     xulrunner-2.0 support.
168  -- Axel Beckert <abe@debian.org>  Sat, 19 Feb 2011 08:02:05 +0100
170 conkeror (0.9.3+git110213-1) unstable; urgency=low
172   * New upstream snapshot
173     - Sorts keybindings and command line options alphabetically. Thanks
174       Jari Aalto for the patches. (Closes: #606878, #606880)
175   * Upload to unstable again since the Squeeze Release Freeze is over.
177  -- Axel Beckert <abe@debian.org>  Sun, 13 Feb 2011 14:20:11 +0100
179 conkeror (0.9.3+git101015-1) experimental; urgency=low
181   * New upstream snapshot
182   * Also ship contrib/modules with the binary package to allow usage of
183     the mode line buttons module.
185  -- Axel Beckert <abe@debian.org>  Fri, 15 Oct 2010 00:27:47 +0200
187 conkeror (0.9.3-1) experimental; urgency=low
189   * New upstream milestone
190     - Supports XULRunner 2
191     - New minibuffer handling, no more input-modes
192     - Offers a Twitter page mode
193   * Fix (.deb package specific) ubuntubugs webjump
194   * debian/patches/deb-webumps.diff no more modifies
195     defaults/preferences/default-modules.js but creates a new file named
196     defaults/preferences/debian-default-modules.js instead. This should
197     make the patch much more robust against changes in upstream's default
198     modules list. Thanks to John J. Foerch for the suggestion.
200  -- Axel Beckert <abe@debian.org>  Wed, 06 Oct 2010 20:59:43 +0200
202 conkeror (0.9.2+git100804-1) unstable; urgency=low
204   * New upstream snapshot
205   * Bump Standards-Version to 3.9.1
206     - Use "Breaks" instead of "Conflicts".
208  -- Axel Beckert <abe@debian.org>  Wed, 04 Aug 2010 23:04:35 +0200
210 conkeror (0.9.2+git100420-2) unstable; urgency=low
212   * The "forgotten details" upload
213   * Add appropriate NEWS entry with breaking changes for last upload.
214   * Renamed NEWS.Debian in the source package so that it will be
215     automatically installed as NEWS.Debian.
216   * Add "mentions Conkeror in the user agent string" to last changelog entry.
218  -- Axel Beckert <abe@debian.org>  Tue, 20 Apr 2010 23:34:00 +0200
220 conkeror (0.9.2+git100420-1) unstable; urgency=low
222   * New upstream snapshot
223     - many xulrunner 1.9.2 compatibility fixes
224     - minibuffer overhaul
225     - mentions "Conkeror" in the user agent string
227  -- Axel Beckert <abe@debian.org>  Tue, 20 Apr 2010 17:42:01 +0200
229 conkeror (0.9.2+git100324-2) unstable; urgency=low
231   * Further adaptions of the debian webjumps to the new module system as
232     suggested by John J. Foerch. Includes renaming the webjumps' file from
233     modules/debian/webjumps.js to modules/debian/debian-webjumps.js.
235  -- Axel Beckert <abe@debian.org>  Wed, 24 Mar 2010 23:45:50 +0100
237 conkeror (0.9.2+git100324-1) unstable; urgency=low
239   * New upstream snapshot
240     - some minor bug fixes
241   * Refresh quilt patches (should have been done already for the last
242     upload)
243   * Adapt debian webjumps module to new module system (fixes lost default
244     webjumps in the previous upload). Thanks to gzeus for noticing!
245   * Add debian/source/format to silence lintian.
247  -- Axel Beckert <abe@debian.org>  Wed, 24 Mar 2010 01:27:57 +0100
249 conkeror (0.9.2-1) unstable; urgency=low
251   * New upstream release
252     - Contains a new module system providing the capability for modules to
253       have their own namespace.
255  -- Axel Beckert <abe@debian.org>  Mon, 22 Mar 2010 19:11:32 +0100
257 conkeror (0.9.1+git100317-1) unstable; urgency=low
259   * New upstream snapshot
260     - venkman support
261     - noscript support overhaul, now enabled by default
262     - fixes building conkeror-spawn-process-helper with clang compiler
263     - several new page modes
264     - many cosmetic changes and minor bugfixes
265     - outdated emacswiki webjump removed
266   * [debian/rules] Also install contrib/art
268  -- Axel Beckert <abe@debian.org>  Wed, 17 Mar 2010 01:49:54 +0100
270 conkeror (0.9.1+git100220-1) unstable; urgency=low
272   * New upstream snapshot
273     - Honors cmdline.preventDefault as used since xulrunner 1.9.1.6-2
274   * Add support for the reportbug-helper-script of Debian's xulrunner
275     - Raise build-deps to debhelper >= 7.2.3~ due to dh_bugfiles
276   * Add alternative dependency on upcoming experimental xulrunner-1.9.2.
277   * Reorder xulrunner dependencies to have the current and preferred
278     versions first instead of sorting by package name. (Fixes piuparts
279     warning "dependency-does-not-exist".)
280   * Add a lintian override for the non-standard Xb-Xul-AppId header
281   * Removed Luca from the uploaders list (on his request)
283  -- Axel Beckert <abe@debian.org>  Sat, 20 Feb 2010 01:07:48 +0100
285 conkeror (0.9.1+git100131-1) unstable; urgency=low
287   * New upstream snapshot
288   * Make package working on Ubuntu again by reverting debian/conkeror.bin
289     to not using xulrunner-stub symbolic links anymore since Ubuntu doesn't
290     support this feature. Meh.
291   * Fix new Lintian 2.3.x warnings:
292     - debhelper-but-no-misc-depends
293     - obsolete-relation-form-in-source
294   * Add new Debian related webjumps:
295     - debpopcon
296     - buildd
297     - buildd-ports
298     - debqa
299   * Add Xb-Xul-AppId header to conkeror binary package for use with
300     mozilla-devscripts. (Closes: #562986)
301   * Bumped Standards-Version to 3.8.4 (no changes)
302   * Changed my e-mail address to my debian.org address
304  -- Axel Beckert <abe@debian.org>  Sun, 31 Jan 2010 17:52:43 +0100
306 conkeror (0.9.1-1) unstable; urgency=low
308   * New upstream version
309     + Closes: #542252 (YouTube download broken)
310   * Added alternative dependency on xulrunner-1.9.1
311   * Moved from directly calling "xulrunner application.ini" to calling a
312     symlinked xulrunner-stub (symlinking xulrunner-stub only works with
313     Debian's xulrunner-stub, thanks Mike Hommey :-), so that xulrunner can
314     decide which version of xulrunner is actually used.
315   * Refreshed debian/patches/sensible-editor.diff after upstream
316     whitespace changes.
317   * Changed debian/rules to not use the old $CONKEROR_VERSION$ macro
318     anymore.
319   * Do not include the whole contrib subdirectory in the binary
320     package. (Closes: #547896) Only include the xrev debugging tool for
321     now.
322   * A few Debian and Ubuntu webjumps have been added and enabled by
323     default. (Closes: #547908)
324   * Bumped Standards-Version to 3.8.3 (no changes)
326  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 24 Sep 2009 02:35:02 +0200
328 conkeror (0.9~git090624-1) unstable; urgency=low
330   * Based on new snapshot (tagged with debian-0.9--git090624-1)
331     - Session saving support has been added, but not loaded by default
332     - Theming support has been removed (native GUI theming should be used
333       instead, e.g. GTK theming)
334   * Bumped Standards-Version to 3.8.2 (no changes)
335   * Replaced deprecated dh_clean -k by dh_prep and bumped debhelper
336     compatibility to 7.
337   * Removed deprecated dh_desktop. May cause not immediately registered
338     .desktop files on Debian Lenny.
339   * Moved MPL from debian/copyright to debian/MPL to allow compression in
340     the installed binary packages (as with the xulrunner-1.9 packages)
342  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 25 Jun 2009 01:02:45 +0200
344 conkeror (0.9~git090223-1) unstable; urgency=low
346   * Debian packaging is now hosted in the upstream repository at
347     http://repo.or.cz/w/conkeror.git:
348     - Adjusted the Vcs-* headers in debian/control.
349     - Changed the build id to contain username and hostname instead of
350       commit id.
351   * Based on new snapshot (tagged with debian-0.9--git090223-1)
352     - spawn-process-helper has been renamed upstream to
353       conkeror-spawn-helper -- package names remain unchanged, conflict to
354       earlier versions of conkeror-spawn-process-helper
355     - Links on mouse over images now shown
356     - command switch -uu for universal-arg of following -f command
357   * Added NEWS.Debian to list changes relevant for users.
358   * Added README.source which documents how to build a Debian (source)
359     package from a Git working copy.
360   * Changed licencing of packaging from GPLv2 to the same licencing terms
361     as Conkeror itself.
362   * Updated debian/copyright to reflect current state of the project
363   * man page conkeror.1 now part of upstream.
364   * Added a call to dh_desktop (Thanks, Lintian 2.x!)
365   * Added a description to patches/sensible-editor.diff (Thanks, Lintian 2.x!)
366   * Replaced lintian overrides by an empty watch file with comment.
368  -- Axel Beckert <abe@deuxchevaux.org>  Mon, 23 Feb 2009 19:19:19 +0100
370 conkeror (0.9~git080629-2) unstable; urgency=low
372   * Don't suppress conkeror's output if we don't have to change it in the
373     wrapper [conkeror.bin]. (Closes: #498515)
375  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 25 Sep 2008 01:40:07 +0200
377 conkeror (0.9~git080629-1) unstable; urgency=low
379   * Based on new snapshot (commit
380     6944096a1af033d0aa70d8b4cc19b271e0d832b1)
381   * Uses now quilt for patch management, added appropriate build-deps.
382   * Use sensible-editor instead of emacs by default.
383   * Changed default desktop icon from "web-browser.png" to
384     "browser". (Closes: #491880; fixes a desktop-file-validate warning)
385   * Made M-x conkeror-version show the Debian version instead of
386     '$CONKEROR_VERSION$'.
387   * Remove suggestion of zile since conkeror currently can't handle
388     text-mode only editors. Suggest the virtual package emacsen instead.
389   * Depends now on "xulrunner (>= 1.9~) | xulrunner-1.9" instead of solely
390     "xulrunner-1.9".
391   * Added a lintian override for debian-watch-file-is-missing since there
392     are no upstream releases to watch (yet).
394  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 24 Jul 2008 00:49:28 +0200
396 conkeror (0.9~git080522-2) unstable; urgency=low
398   * Initial release for Debian (Closes: #394566)
399   * Cleaned up and removed files and directories not in the upstream git
400     repository.
401   * Unified file names in the debian directory.
402   * Bumped standards version to 3.8.0.
403   * Removed -height and -width options from man page and --help since them
404     being documented but not working is an open bug in Mozilla since 2000.
405     (See #267344 and https://bugzilla.mozilla.org/show_bug.cgi?id=50201)
406   * Added some more details to the man page.
407   * Added a CREDITS.Debian file.
408   * Added an automatically generated build id to application.ini. (See
409     http://developer.mozilla.org/en/docs/application.ini#The_.5BApp.5D_section)
410   * Added the Debian version to the version string in application.ini.
411   * Added a desktop file for conkeror.
412   * Made several several cosmetic changes to docs, etc.
413   * Added Luca Capello as co-maintainer.
414   * conkeror-spawn-process-helper now suggests conkeror.
416  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 26 Jun 2008 01:31:32 +0200
418 conkeror (0.9~git080522-1) unstable; urgency=low
420   * Initial release for beta testers
421   * Based on commit fead87b7fa1156e750dcb01f903e6b8a35e43a37
423  -- Axel Beckert <abe@deuxchevaux.org>  Sun, 08 Jun 2008 23:08:34 +0200