]> git.donarmstrong.com Git - debhelper.git/blob - debian/changelog
f7d47b1774125b8303118ba7fbbac1159ea0636e
[debhelper.git] / debian / changelog
1 debhelper (0.15) unstable; urgency=low
2
3   * README: documented what temporary directories are used by default for 
4     installing package files into.
5   * dh_*: added -P flag, to let a different package build directory be
6     specified.
7
8  -- Joey Hess <joeyh@master.debian.org>  Thu,  6 Nov 1997 15:51:22 -0500
9
10 debhelper (0.14) unstable; urgency=low
11
12   * dh_fixperms: leave permissions on files in /usr/doc/packages/examples
13     unchanged.
14   * Install examples/rules* executable.
15
16  -- Joey Hess <joeyh@master.debian.org>  Mon, 27 Oct 1997 12:42:33 -0500
17
18 debhelper (0.13) unstable; urgency=low
19
20   * Added dh_makeshlibs, automatically generates a shlibs file.
21
22  -- Joey Hess <joeyh@master.debian.org>  Fri, 24 Oct 1997 20:33:14 -0400
23
24 debhelper (0.12) unstable; urgency=low
25
26   * Fixed mispelling of dh_md5sums in examples rules files and README.
27     (#13990) Thanks, Adrian.
28
29  -- Joey Hess <joeyh@master.debian.org>  Fri, 24 Oct 1997 14:35:30 -0400
30
31 debhelper (0.11) unstable; urgency=low
32
33   * dh_md5sums: behavior modification: do not generate md5sums for conffiles.
34     (Thanks to Charles Briscoe-Smith <cpb4@ukc.ac.uk>) #14048.
35   * dh_md5sums: can generate conffile md5sums with -x parameter.
36   * Added a "converting from debstd" section to the README.
37   * Added dh_du, generates a DEBIAN/du file with disk usage stats (#14048).
38
39  -- Joey Hess <joeyh@master.debian.org>  Tue, 21 Oct 1997 13:17:28 -0400
40
41 debhelper (0.10) unstable; urgency=medium
42
43   * dh_installdebfiles: fixed *bad* bug that messed up the names of all
44     files installed into DEBIAN/ for multiple binary packages.
45   * dh_md5sums: fixed another serious bug if dh_md5sums was used for
46     multiple binary packages.
47   * If you have made any multiple binary packages using debhelper, you
48     should rebuild them with this version.
49   * dh_md5sums: show cd commands in verbose mode.
50
51  -- Joey Hess <joeyh@master.debian.org>  Mon, 20 Oct 1997 14:44:30 -0400
52
53 debhelper (0.9) unstable; urgency=low
54
55   * Added dh_suidregister, interfaces to to the suidmanager package.
56   * dh_installdebfiles: fixed typo on man page.
57
58  -- Joey Hess <joeyh@master.debian.org>  Sat, 18 Oct 1997 20:55:39 -0400
59
60 debhelper (0.8) unstable; urgency=low
61
62   * Added dh_md5sum, generates a md5sums file.
63   * dh_clean: fixed to echo all commands when verbose mode is on.
64
65  -- Joey Hess <joeyh@master.debian.org>  Fri, 17 Oct 1997 14:18:26 -0400
66
67 debhelper (0.7) unstable; urgency=low
68
69   * Sped up some things by removing unnecesary for loops.
70   * dh_installdocs: behavior modifcation: if there is a debian/TODO, it is
71     named like a debian/changelog file: if the package is a debian native
72     package, it is installed as TODO. If the package is not a native package,
73     it is installed as TODO.Debian.
74   * dh_installdocs: handle debian/README.Debian as well as
75     debian/README.debian.
76   * Added dh_undocumented program, which can set up undocumented.7 symlinks.
77   * Moved dh_installdebfiles to come after dh_fixperms in the example rules
78     files. (dh_installdebfiles makes sure it installs things with the proper
79     permissions, and this reorganization makes the file a bit more flexable
80     in a few situations.)
81
82  -- Joey Hess <joeyh@master.debian.org>  Mon, 13 Oct 1997 20:08:05 -0400
83
84 debhelper (0.6) unstable; urgency=low
85
86   * Got rid of bashisms - this package should work now if /bin/sh is ash.
87
88  -- Joey Hess <joeyh@master.debian.org>  Fri, 10 Oct 1997 15:24:40 -0400
89
90 debhelper (0.5) unstable; urgency=low
91
92   * Added dh_installcron to install cron jobs.
93
94  -- Joey Hess <joeyh@master.debian.org>  Tue, 30 Sep 1997 19:37:41 -0400
95
96 debhelper (0.4) unstable; urgency=low
97
98   * Added dh_strip to strip binaries and libraries.
99   * Fixed several man pages.
100
101  -- Joey Hess <joeyh@master.debian.org>  Sun, 28 Sep 1997 20:46:32 -0400
102
103 debhelper (0.3) unstable; urgency=low
104
105   * Added support for automatic generation of debian install scripts to
106     dh_installmenu and dh_installdebfiles and dh_clean.
107   * Removed some pointless uses of cat.
108
109  -- Joey Hess <joeyh@master.debian.org>  Fri, 26 Sep 1997 21:52:53 -0400
110
111 debhelper (0.2) unstable; urgency=low
112
113   * Moved out of unstable, it still has rough edges and incomplete bits, but
114     is ready for general use.
115   * Added man pages for all commands.
116   * Multiple binary package support.
117   * Support for specifying exactly what set of binary packages to act on,
118     by group (arch or noarch), and by package name.
119   * dh_clean: allow specification of additional files to remove as
120     parameters.
121   * dh_compress: fixed it to not compress doc/package/copyright
122   * dh_installmanpage: allow listing of man pages that should not be 
123     auto-installed as parameters.
124   * dh_installdebfiles: make sure all installed files have proper ownerships
125     and permissions.
126   * dh_installdebfiles: only pass ELF files to dpkg-shlibdeps, and pass .so
127     files.
128   * Added a README.
129   * dh_compress: changed behavior - debian/compress script is now run inside
130     the package build directory it is to act on.
131   * Added dh_lib symlink in debian/ so the debhelper apps used in this
132     package's debian/rules always use the most up-to-date db_lib.
133   * Changed dh_cleantmp commands in the examples rules files to dh_clean.
134
135  -- Joey Hess <joeyh@master.debian.org>  Tue, 23 Sep 1997 12:26:12 -0400
136
137 debhelper (0.1) experimental; urgency=low
138
139   * First release. This is a snapshot of my work so far, and it not yet
140     ready to replace debstd.
141
142  -- Joey Hess <joeyh@master.debian.org>  Mon, 22 Sep 1997 15:01:25 -0400