]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r1596: * Remove duplicate packages from DOPACKAGES after argument processing.
[debhelper.git] / debian / changelog
index 3683986df2b02a529e0d908d57cdf563eee6f7e7..c1e7e0c1d257a43d89742d6c6434fcf5c084c5e2 100644 (file)
@@ -1,3 +1,269 @@
+debhelper (4.1.68) unstable; urgency=low
+
+  * Remove duplicate packages from DOPACKAGES after argument processing.
+    Closes: #112950
+  * dh_compress: deal with links pointing to links pointing to compressed
+    files, no matter what order find returns them. Closes: #204169
+  * dh_installmodules, dh_installpam, dh_installcron, dh_installinit,
+    dh_installogrotate: add --name= option, that can be used to specify
+    the name to use for the file(s) installed by these commands. For example,
+    dh_installcron --name=foo will install debian/package.foo.cron.daily to
+    etc/cron.daily/foo. Closes: #138202, #101003, #68545, #148844
+    (Thanks to Thomas Hood for connecting these bug reports.)
+  * dh_installinit: deprecated --init-script option in favor of the above.
+  * Add dh_installppp. Closes: #43403
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 22 Aug 2003 15:27:36 -0400
+
+debhelper (4.1.67) unstable; urgency=low
+
+  * dh_python: Another patch, for pythonX.Y-foo packages.
+  * dh_link: Improve error message if link destination is a directory.
+    Closes: #206689
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 22 Aug 2003 12:48:19 -0400
+
+debhelper (4.1.66) unstable; urgency=low
+
+  * dh_link: rm -f every time, ln -f is not good enough if the link target
+    is an existing directory (aka, ln sucks). Closes: #206245
+  * dh_clean: honor -X for debian/tmp removal. Closes: #199952 more or less.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 19 Aug 2003 19:52:53 -0400
+
+debhelper (4.1.65) unstable; urgency=low
+
+  * Converted several chown 0.0 to chown 0:0 for POSIX 200112.
+  * dh_python: patch from Josselin to support packages only
+    shipping binary (.so) modules, and removal of any already byte-compiled
+    .py[co] found.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 17 Aug 2003 21:11:35 -0400
+
+debhelper (4.1.64) unstable; urgency=low
+
+  * dh_python: Add a -V flag to choose the python version modules in a package
+    use. Patch from Josselin, of course.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 13 Aug 2003 11:48:22 -0400
+
+debhelper (4.1.63) unstable; urgency=low
+
+  * dh_python: patch from Josselin to fix generated depends. Closes: #204717
+  * dh_pythn: also stylistic and tab damage fixes
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 11 Aug 2003 15:33:16 -0400
+
+debhelper (4.1.62) unstable; urgency=low
+
+  * Fix a bug in quoted section parsing that put the quotes in the parsed
+    out section number. Closes: #204731
+
+ -- Joey Hess <joeyh@debian.org>  Sat,  9 Aug 2003 22:25:23 -0400
+
+debhelper (4.1.61) unstable; urgency=low
+
+  * dh_makeshlibs: only scan files matching *.so.* and *.so, not *.so*.
+    Closes: #204559
+
+ -- Joey Hess <joeyh@debian.org>  Fri,  8 Aug 2003 17:08:00 -0400
+
+debhelper (4.1.60) unstable; urgency=low
+
+  * dh_python: support python ver 2.3. Closes: #204556
+
+ -- Joey Hess <joeyh@debian.org>  Fri,  8 Aug 2003 11:59:34 -0400
+
+debhelper (4.1.59) unstable; urgency=low
+
+  * dh_installman: support .TH lines with quotes. Closes: #204527
+
+ -- Joey Hess <joeyh@debian.org>  Thu,  7 Aug 2003 20:39:36 -0400
+
+debhelper (4.1.58) unstable; urgency=low
+
+  * Typo, Closes: #203907
+  * dh_python: clan compiled files on downgrade, upgrade, not only
+    removal. Closes: #204286
+
+ -- Joey Hess <joeyh@debian.org>  Thu,  7 Aug 2003 15:47:06 -0400
+
+debhelper (4.1.57) unstable; urgency=low
+
+  * dh_install: Add LIMITATIONS section and other changes to clarify
+    renaming. Closes: #203548
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 31 Jul 2003 13:51:01 -0400
+
+debhelper (4.1.56) unstable; urgency=low
+
+  * Several man pae typo fixes by Ruben Porras. Closes: #202819
+  * Now in a subversion repository, some minor changes for that.
+  * dh_link test should expect results in debian/debhelper, not debian/tmp.
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 28 Jul 2003 15:36:45 -0400
+
+debhelper (4.1.55) unstable; urgency=low
+
+  * dh_strip: do not strip files multiple times.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 22 Jul 2003 17:04:49 -0400
+
+debhelper (4.1.54) unstable; urgency=low
+
+  * dh_scrollkeeper: fix postrm to not run if scrollkeeper is not present
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 19 Jul 2003 16:57:30 +0200
+
+debhelper (4.1.53) unstable; urgency=low
+
+  * dh_scrollkeeper: fixed some overenthusiastic quoting. Closes: #201810
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 18 Jul 2003 09:45:23 +0200
+
+debhelper (4.1.52) unstable; urgency=low
+
+  * dh_clean: Clean the *.debhelper temp files on a per-package basis, in
+    case dh_clean is run on one package at a time.
+  * Removed the debian/substvars removal code entirely. It was only there to
+    deal with half-built trees built with debhelper << 3.0.30
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  6 Jul 2003 20:28:27 -0400
+
+debhelper (4.1.51) unstable; urgency=low
+
+  * dh_installchangelogs: Install debian/NEWS as NEWS.Debian, even for native
+    packages. This doesn't follow the lead of the changelog for native
+    packages for the reasons discussed in bug #192089
+
+ -- Joey Hess <joeyh@debian.org>  Fri,  4 Jul 2003 00:34:24 -0400
+
+debhelper (4.1.50) unstable; urgency=low
+
+  * dh_clean: make -X work for debian/substvars file.
+
+ -- Joey Hess <joeyh@debian.org>  Thu,  3 Jul 2003 22:05:32 -0400
+
+debhelper (4.1.49) unstable; urgency=low
+
+  * dh_installman: Don't require trailing whitespace after the seciton number
+    in the TH line.
+
+ -- Joey Hess <joeyh@debian.org>  Thu,  3 Jul 2003 14:08:41 -0400
+
+debhelper (4.1.48) unstable; urgency=low
+
+  * dh_python typo fix Closes: #197679
+  * dh_link: don't complain if tmp dir does not exist yet when doing pre-link
+    scan.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 19 Jun 2003 19:51:13 -0400
+
+debhelper (4.1.47) unstable; urgency=low
+
+  * dh_install: recalculate automatic $dest eash time through the glob loop.
+    It might change if there are multiple wildcards Closes: #196344
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 16 Jun 2003 13:35:27 -0400
+
+debhelper (4.1.46) unstable; urgency=low
+
+  * Added dh_scrollkeeper, by Ross Burton.
+  * Added dh_userlocal, by Andrew Stribblehill. (With root.root special case
+    added by me.)
+  * Added dh_installlogcheck, by Jon Middleton. Closes: #184021
+  * Add aph's name to copyright file too.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 12 Jun 2003 10:01:28 -0400
+
+debhelper (4.1.45) unstable; urgency=low
+
+  * Typo fixes from Adam Garside.
+  * dh_python: don't bother terminating the regexp, 2.2.3c1 for example.
+    Closes: #194531
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 24 May 2003 11:55:32 -0400
+
+debhelper (4.1.44) unstable; urgency=low
+
+  * dh_python: allow for a + at the end of the python version, as in the
+    python in stable, version 2.1.3+.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 20 May 2003 17:50:16 -0400
+
+debhelper (4.1.43) unstable; urgency=low
+
+  * dh_python: Honour -n flag. Closes: #192804
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 10 May 2003 13:00:12 -0400
+
+debhelper (4.1.42) unstable; urgency=medium
+
+  * Fix stupid typo in dh_movefiles. Closes: #188833
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 13 Apr 2003 11:44:22 -0400
+
+debhelper (4.1.41) unstable; urgency=low
+
+  * dh_movefiles: Do not pass --remove-files to tar, since that makes
+    it break hard links (see #188663).
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 12 Apr 2003 17:11:28 -0400
+
+debhelper (4.1.40) unstable; urgency=low
+
+  * Fix build with 077 umask. Closes: #187757
+  * Allow colons between multiple items in DH_ALWAYS_EXCLUDE.
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  6 Apr 2003 14:30:48 -0400
+
+debhelper (4.1.39) unstable; urgency=low
+
+  * Add calls to dh_installcatalogs to example rules files. Closes: #186819
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 31 Mar 2003 11:52:03 -0500
+
+debhelper (4.1.38) unstable; urgency=low
+
+  * Fixed dh_installcatalog's references to itself on man page.
+    Closes: #184411
+  * dh_installdebconf: Set umask to sane before running po2debconf or
+    debconf-mergetemplates
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 23 Mar 2003 21:17:09 -0800
+
+debhelper (4.1.37) unstable; urgency=low
+
+  * dh_installmenu: Refer to menufile(5) instead of 5L so as not to confuse
+    pod2man. Closes: #184013
+
+ -- Joey Hess <joeyh@debian.org>  Sat,  8 Mar 2003 18:37:14 -0500
+
+debhelper (4.1.36) unstable; urgency=low
+
+  * Rename debhelper.1 to debhelper.7.
+  * Typo, Closes: #183267
+
+ -- Joey Hess <joeyh@debian.org>  Tue,  4 Mar 2003 14:27:45 -0500
+
+debhelper (4.1.34) unstable; urgency=low
+
+  * Removed vegistal substvars stuff from dh_inistallinit.
+  * Update debhelper(1).
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 24 Feb 2003 19:34:44 -0500
+
+debhelper (4.1.33) unstable; urgency=low
+
+  * wiggy didn't take my hint about making update-modules send warnings to
+    stderr, so its overly verbose stdout is now directed to /dev/null to
+    prevent conflicts with debconf. Closes: #150804
+  * dh_fixperms: only skip examples directories which in a parent of
+    usr/share/doc, not in a deeper tree. Closes: #152602
+  * dh_compress: stop even looking at usr/doc
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 22 Feb 2003 14:45:32 -0500
+
 debhelper (4.1.32) unstable; urgency=low
 
   * dh_md5sums: note that it's used by debsums. Closes: #181521