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