]> git.donarmstrong.com Git - debhelper.git/blob - debian/changelog
27594de99d4d8c7dafa8fe7677755da6b8742c3a
[debhelper.git] / debian / changelog
1 debhelper (0.4) unstable; urgency=low
2
3   * Added dh_strip to strip binaries and libraries.
4   * Fixed several man pages.
5
6  -- Joey Hess <joeyh@master.debian.org>  Sun, 28 Sep 1997 20:46:32 -0400
7
8 debhelper (0.3) unstable; urgency=low
9
10   * Added support for automatic generation of debian install scripts to
11     dh_installmenu and dh_installdebfiles and dh_clean.
12   * Removed some pointless uses of cat.
13
14  -- Joey Hess <joeyh@master.debian.org>  Fri, 26 Sep 1997 21:52:53 -0400
15
16 debhelper (0.2) unstable; urgency=low
17
18   * Moved out of unstable, it still has rough edges and incomplete bits, but
19     is ready for general use.
20   * Added man pages for all commands.
21   * Multiple binary package support.
22   * Support for specifying exactly what set of binary packages to act on,
23     by group (arch or noarch), and by package name.
24   * dh_clean: allow specification of additional files to remove as
25     parameters.
26   * dh_compress: fixed it to not compress doc/package/copyright
27   * dh_installmanpage: allow listing of man pages that should not be 
28     auto-installed as parameters.
29   * dh_installdebfiles: make sure all installed files have proper ownerships
30     and permissions.
31   * dh_installdebfiles: only pass ELF files to dpkg-shlibdeps, and pass .so
32     files.
33   * Added a README.
34   * dh_compress: changed behavior - debian/compress script is now run inside
35     the package build directory it is to act on.
36   * Added dh_lib symlink in debian/ so the debhelper apps used in this
37     package's debian/rules always use the most up-to-date db_lib.
38   * Changed dh_cleantmp commands in the examples rules files to dh_clean.
39
40  -- Joey Hess <joeyh@master.debian.org>  Tue, 23 Sep 1997 12:26:12 -0400
41
42 debhelper (0.1) experimental; urgency=low
43
44   * First release. This is a snapshot of my work so far, and it not yet
45     ready to replace debstd.
46
47  -- Joey Hess <joeyh@master.debian.org>  Mon, 22 Sep 1997 15:01:25 -0400