]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r553: * dh_installdebconf: Support po-debconf debian/po directories.
[debhelper.git] / debian / changelog
index 4abd71ee2cf5771994954066cf0e6c23f4fbd960..4e79590daf406baa245f0605ff8a8aff57a46ff0 100644 (file)
@@ -1,3 +1,70 @@
+debhelper (4.1.13) unstable; urgency=low
+
+  * dh_installdebconf: Support po-debconf debian/po directories.
+    Closes: #163128
+
+ -- Joey Hess <joeyh@debian.org>  Wed,  2 Oct 2002 23:41:51 -0400
+
+debhelper (4.1.12) unstable; urgency=low
+
+  * The "reverse hangover" release.
+  * dh_strip: better documentation, removed extraneous "item" from SYNOPSIS.
+    Closes: #162493
+  * dh_strip: detect and don't strip debug/*.so files.
+  * Note that 4.1.11 changelog entry was incorrect, dh_perl worked fine
+    without that change, but the new behavior is less likely to break things
+    if dpkg-gencontrol changes.
+  * Various improvements to debhelper(1).
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 27 Sep 2002 19:37:19 -0400
+
+debhelper (4.1.11) unstable; urgency=low
+
+  * Make addsubstvars remove old instances of line before adding new. This
+    will make dh_perl get deps right for packages that have perl modules and
+    XS in them.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 22 Sep 2002 11:27:08 -0400
+
+debhelper (4.1.10) unstable; urgency=low
+
+  * Depend on coreutils | fileutils. Closes: #161452
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 19 Sep 2002 11:21:19 -0400
+
+debhelper (4.1.9) unstable; urgency=low
+
+  * Fixed over-escaping of period when generating EXCLUDE_FIND.
+    Closes: #159155
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 16 Sep 2002 13:41:05 -0400
+
+debhelper (4.1.8) unstable; urgency=low
+
+  * Use invoke-rc.d always now that it is in policy. Fall back to old behavior
+    if invoke-rc.d is not present, so versioned deps on sysvinit are not
+    needed.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 15 Sep 2002 20:07:41 -0400
+
+debhelper (4.1.7) unstable; urgency=low
+
+  * dh_builddeb(1): It's --filename, not --name. Closes: #160151
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  8 Sep 2002 20:05:07 -0400
+
+debhelper (4.1.6) unstable; urgency=low
+
+  * Clarified dh_perl man page. Closes: #159332
+
+ -- Joey Hess <joeyh@debian.org>  Tue,  3 Sep 2002 12:27:08 -0400
+
+debhelper (4.1.5) unstable; urgency=low
+
+  * Fixed excessive escaping around terms in DH_EXCLUDE_FIND. Closes: #159155
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  1 Sep 2002 19:20:32 -0400
+
 debhelper (4.1.4) unstable; urgency=low
 
   * Patch from Andrew Suffield to make dh_perl understand #!/usr/bin/env perl