]> git.donarmstrong.com Git - debhelper.git/blob - debian/changelog
r15: Initial Import
[debhelper.git] / debian / changelog
1 debhelper (0.9) unstable; urgency=low
2
3   * Added dh_suidregister, interfaces to to the suidmanager package.
4   * dh_installdebfiles: fixed typo on man page.
5
6  -- Joey Hess <joeyh@master.debian.org>  Sat, 18 Oct 1997 20:55:39 -0400
7
8 debhelper (0.8) unstable; urgency=low
9
10   * Added dh_md5sum, generates a md5sums file.
11   * dh_clean: fixed to echo all commands when verbose mode is on.
12
13  -- Joey Hess <joeyh@master.debian.org>  Fri, 17 Oct 1997 14:18:26 -0400
14
15 debhelper (0.7) unstable; urgency=low
16
17   * Sped up some things by removing unnecesary for loops.
18   * dh_installdocs: behavior modifcation: if there is a debian/TODO, it is
19     named like a debian/changelog file: if the package is a debian native
20     package, it is installed as TODO. If the package is not a native package,
21     it is installed as TODO.Debian.
22   * dh_installdocs: handle debian/README.Debian as well as
23     debian/README.debian.
24   * Added dh_undocumented program, which can set up undocumented.7 symlinks.
25   * Moved dh_installdebfiles to come after dh_fixperms in the example rules
26     files. (dh_installdebfiles makes sure it installs things with the proper
27     permissions, and this reorganization makes the file a bit more flexable
28     in a few situations.)
29
30  -- Joey Hess <joeyh@master.debian.org>  Mon, 13 Oct 1997 20:08:05 -0400
31
32 debhelper (0.6) unstable; urgency=low
33
34   * Got rid of bashisms - this package should work now if /bin/sh is ash.
35
36  -- Joey Hess <joeyh@master.debian.org>  Fri, 10 Oct 1997 15:24:40 -0400
37
38 debhelper (0.5) unstable; urgency=low
39
40   * Added dh_installcron to install cron jobs.
41
42  -- Joey Hess <joeyh@master.debian.org>  Tue, 30 Sep 1997 19:37:41 -0400
43
44 debhelper (0.4) unstable; urgency=low
45
46   * Added dh_strip to strip binaries and libraries.
47   * Fixed several man pages.
48
49  -- Joey Hess <joeyh@master.debian.org>  Sun, 28 Sep 1997 20:46:32 -0400
50
51 debhelper (0.3) unstable; urgency=low
52
53   * Added support for automatic generation of debian install scripts to
54     dh_installmenu and dh_installdebfiles and dh_clean.
55   * Removed some pointless uses of cat.
56
57  -- Joey Hess <joeyh@master.debian.org>  Fri, 26 Sep 1997 21:52:53 -0400
58
59 debhelper (0.2) unstable; urgency=low
60
61   * Moved out of unstable, it still has rough edges and incomplete bits, but
62     is ready for general use.
63   * Added man pages for all commands.
64   * Multiple binary package support.
65   * Support for specifying exactly what set of binary packages to act on,
66     by group (arch or noarch), and by package name.
67   * dh_clean: allow specification of additional files to remove as
68     parameters.
69   * dh_compress: fixed it to not compress doc/package/copyright
70   * dh_installmanpage: allow listing of man pages that should not be 
71     auto-installed as parameters.
72   * dh_installdebfiles: make sure all installed files have proper ownerships
73     and permissions.
74   * dh_installdebfiles: only pass ELF files to dpkg-shlibdeps, and pass .so
75     files.
76   * Added a README.
77   * dh_compress: changed behavior - debian/compress script is now run inside
78     the package build directory it is to act on.
79   * Added dh_lib symlink in debian/ so the debhelper apps used in this
80     package's debian/rules always use the most up-to-date db_lib.
81   * Changed dh_cleantmp commands in the examples rules files to dh_clean.
82
83  -- Joey Hess <joeyh@master.debian.org>  Tue, 23 Sep 1997 12:26:12 -0400
84
85 debhelper (0.1) experimental; urgency=low
86
87   * First release. This is a snapshot of my work so far, and it not yet
88     ready to replace debstd.
89
90  -- Joey Hess <joeyh@master.debian.org>  Mon, 22 Sep 1997 15:01:25 -0400