]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r573: * dh_md5sums: note that it's used by debsums. Closes: #181521
[debhelper.git] / debian / changelog
index ad7014a7280fd7b57a608e9042ba83d0639e18c7..3683986df2b02a529e0d908d57cdf563eee6f7e7 100644 (file)
@@ -1,3 +1,182 @@
+debhelper (4.1.32) unstable; urgency=low
+
+  * dh_md5sums: note that it's used by debsums. Closes: #181521
+  * Make addsubstvars() escape the value of the variable before passing it to
+    the shell. Closes: #178524
+  * Fixed escape_shell()'s escaping of a few things.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 18 Feb 2003 19:01:45 -0500
+
+debhelper (4.1.31) unstable; urgency=low
+
+  * Added dh_installcatalogs, for sgml (and later xml) catalogs. By
+    Adam DiCarlo. Closes: #90025
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 12 Feb 2003 11:26:24 -0500
+
+debhelper (4.1.30) unstable; urgency=low
+
+  * Turned dh_undocumented into a no-op, as policy does not want
+    undocumented.7 links anymore.
+
+ -- Joey Hess <joeyh@debian.org>  Mon,  3 Feb 2003 16:34:13 -0500
+
+debhelper (4.1.29) unstable; urgency=low
+
+  * List binary-common in .PHONY in rules.multi2. Closes: #173278
+  * Cleaned up error message if python is not installed. Closes: #173524
+  * dh_python: Bug fix from Josselin Mouette for case of building an arch
+    indep python package depending on a arch dependent package. However, I
+    used GetPackages() rather than add yet another control file parser.
+    Untested.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 18 Dec 2002 21:20:41 -0500
+
+debhelper (4.1.28) unstable; urgency=low
+
+  * Fix dh_install to install empty directories even if it is excluding some
+    files from installation.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 12 Dec 2002 14:39:30 -0500
+
+debhelper (4.1.27) unstable; urgency=low
+
+  * Fixed dh_python ordering in example rules files. Closes: #172283
+  * Make python postinst fragment only run python if it is installed, useful
+    for packages that include python modules but do not depend on python.
+
+ -- Joey Hess <joeyh@debian.org>  Mon,  9 Dec 2002 21:53:08 -0500
+
+debhelper (4.1.26) unstable; urgency=low
+
+  * dh_builddeb: Reluctantly call dpkg-deb directly. dpkg cannot pass extra
+    params to dpkg-deb. Closes: #170330
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 24 Nov 2002 11:14:36 -0500
+
+debhelper (4.1.25) unstable; urgency=low
+
+  * Added a dh_python command, by Josselin Mouette 
+    <josselin.mouette@ens-lyon.org>.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 21 Nov 2002 00:55:35 -0500
+
+debhelper (4.1.24) unstable; urgency=low
+
+  * Various minor changes based on suggestions by luca.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 21 Nov 2002 00:13:52 -0500
+
+debhelper (4.1.23) unstable; urgency=low
+
+  * Still run potodebconf after warning about templates.ll files.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 15 Nov 2002 15:33:31 -0500
+
+debhelper (4.1.22) unstable; urgency=low
+
+  * dh_install: Support autodest with non-debian/tmp sourcedirs.
+    Closes: #169138
+  * dh_install: Support implicit "." sourcedir and --list-missing.
+    (Also supports ./foo file specs and --list-missing.)
+    Closes: #168751
+  * dh_md5sums: Don't glob. Closes: #169135
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 15 Nov 2002 13:12:24 -0500
+
+debhelper (4.1.21) unstable; urgency=low
+
+  * Make dh_install --list-missing honor -X excludes. Closes: #168739
+  * As a special case, if --sourcedir is not set (so is "."), make
+    --list-missing look only at what is in debian/tmp. This is gross, but
+    people have come to depend on that behavior, and that combination has no
+    other sane meaning. Closes: #168751
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 14 Nov 2002 10:56:21 -0500
+
+debhelper (4.1.20) unstable; urgency=low
+
+  * typo in dh_shlibdeps(1), Closes: #167421
+  * dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 12 Nov 2002 17:56:32 -0500
+
+debhelper (4.1.19) unstable; urgency=low
+
+  * Added note to dh_installdebconf(1) about postinst sourcing debconf
+    confmodule. (Cf #106070)
+  * Added an example to dh_install(1). Closes: #166402
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 27 Oct 2002 20:26:02 -0500
+
+debhelper (4.1.18) unstable; urgency=low
+
+  * Use dpkg-architecture instead of dpkg --print-architecture (again?)
+    See #164863
+  * typo fix Closes: #164958 The rest seems clear enough from context, so
+    omitted.
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 16 Oct 2002 20:47:43 -0400
+
+debhelper (4.1.17) unstable; urgency=low
+
+  * dh_installinit: added --no-start for rcS type scripts. Closes: #136502
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 11 Oct 2002 13:58:22 -0400
+
+debhelper (4.1.16) unstable; urgency=low
+
+  * Depend on po-debconf, and I hope I can drop the debconf-utils dep soon.
+    Closes: #163569
+  * Removed debconf-utils build-dep. Have no idea why that was there.
+  * dh_installman: Don't use extended section as section name for translated
+    man pages, use only the numeric section as is done for regular man pages.
+    Closes: #163534
+
+ -- Joey Hess <joeyh@debian.org>  Mon,  7 Oct 2002 11:49:37 -0400
+
+debhelper (4.1.15) unstable; urgency=low
+
+  * dh_compress: Exclude .css files, to prevent broken links from html files,
+    and since they are generally small, and since this matches existing
+    practice. Closes: #163303
+
+ -- Joey Hess <joeyh@debian.org>  Sat,  5 Oct 2002 15:04:44 -0400
+
+debhelper (4.1.14) unstable; urgency=low
+
+  * dh_fixperms: Make sure .pm files are 0644. Closes: #163418
+
+ -- Joey Hess <joeyh@debian.org>  Sat,  5 Oct 2002 14:03:52 -0400
+
+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