]> git.donarmstrong.com Git - debhelper.git/blob - debian/changelog
r38: Initial Import
[debhelper.git] / debian / changelog
1 debhelper (0.32) unstable; urgency=low
2
3   * Split dh_installdebfiles into 3 programs (dh_installdeb, dh_shlibdeps,
4     and dh_gencontrol). dh_installdebfiles still works, but is depricated.
5   * Added an examples/rules.indep file.
6   * examples/rules.multi: changed dh_du -a to dh_du -i in binary-indep
7     section.
8
9  -- Joey Hess <joeyh@master.debian.org>  Wed, 10 Dec 1997 19:53:13 -0500
10
11 debhelper (0.31) unstable; urgency=low
12
13   * Fixed man page typos #15685.
14
15  -- Joey Hess <joeyh@master.debian.org>  Sat,  6 Dec 1997 21:44:58 -0500
16
17 debhelper (0.30) unstable; urgency=low
18
19   * dh_md5sumes, dh_installdirs, dh_compress: fixed assorted cd bugs.
20
21  -- Joey Hess <joeyh@master.debian.org>  Fri,  5 Dec 1997 15:08:36 -0500
22
23 debhelper (0.29) unstable; urgency=low
24
25   * dh_lib: don't expand text passed to doit() a second time. This fixes
26     #15624, and hopefully doesn't break anything else.
27   * A side effect of this (of interest only to the debhelper programmer) is
28     that doit() can no longer handle complex commands now. (ie, pipes, `;',
29     `&', etc separating multiple commands, or redirection)
30   * dh_makeshlibs, dh_md5sums, dh_installdebfiles, dh_du, dh_clean, 
31     dh_installdirs: don't pass complex commands to doit().
32
33  -- Joey Hess <joeyh@master.debian.org>  Thu,  4 Dec 1997 13:56:14 -0500
34
35 debhelper (0.28) unstable; urgency=low
36
37   * dh_makeshlibs: fixes type that caused the program to crash (#15536).
38
39  -- Joey Hess <joeyh@master.debian.org>  Wed,  3 Dec 1997 13:22:48 -0500
40
41 debhelper (0.27) unstable; urgency=low
42
43   * README: fixed typoes (one serious).
44   * Ran ispell on all the documentation.
45
46  -- Joey Hess <joeyh@master.debian.org>  Sun, 30 Nov 1997 18:48:20 -0500
47
48 debhelper (0.26) unstable; urgency=low
49
50   * dh_installdirs: Do not create usr/doc/$PACKAGE directory. Bug #15498
51   * README: documented that $PACKAGE can be used in the arguments to some of
52     the dh_* programs (#15497).
53   * dh_du.1: no, this is not really the dh_md5sums man page (#15499).
54
55  -- Joey Hess <joeyh@master.debian.org>  Sun, 30 Nov 1997 13:01:40 -0500
56
57 debhelper (0.25) unstable; urgency=low
58
59   * dh_compress: was not reading debian/compress file - fixed.
60   * examples/*: moved dh_clean call to after make clean is run.
61
62  -- Joey Hess <joeyh@master.debian.org>  Tue, 25 Nov 1997 15:43:58 -0500
63
64 debhelper (0.24) unstable; urgency=low
65
66   * dh_clean: no longer clean up empty (0 byte) files (#15240).
67
68  -- Joey Hess <joeyh@master.debian.org>  Tue, 25 Nov 1997 14:29:37 -0500
69
70 debhelper (0.23) unstable; urgency=low
71
72   * Now depends on fileutils (>= 3.16-4), becuase with any earlier version
73     of fileutils, install -p will not work (#14680)
74
75  -- Joey Hess <joeyh@master.debian.org>  Wed, 19 Nov 1997 23:59:43 -0500
76
77 debhelper (0.22) unstable; urgency=low
78
79   * dh_installdocs: Install README.debian as README.Debian (of course,
80     README.Debian is installed with the same name..)
81
82  -- Joey Hess <joeyh@master.debian.org>  Tue, 18 Nov 1997 01:23:53 -0500
83
84 debhelper (0.21) unstable; urgency=low
85
86   * dh_installinit: on removal, fixed how update-rc.d is called.
87
88  -- Joey Hess <joeyh@master.debian.org>  Sat, 15 Nov 1997 20:43:14 -0500
89
90 debhelper (0.20) unstable; urgency=low
91
92   * Added dh_installinit, which installs an init.d script, and edits the
93     postinst, postrm, etc.
94
95  -- Joey Hess <joeyh@master.debian.org>  Fri, 14 Nov 1997 00:45:53 -0500
96
97 debhelper (0.19) unstable; urgency=low
98
99   * dh_installmenu.1: menufile is in section 5, not 1.
100
101  -- Joey Hess <joeyh@master.debian.org>  Wed, 12 Nov 1997 19:54:48 -0500
102
103 debhelper (0.18) unstable; urgency=low
104
105   * examples/*: added source, diff targets that just print an error.
106   * dh_clean: clean up more files - *.orig, *.rej, *.bak, .*.orig, .*.rej, 
107     .SUMS, TAGS, and empty files.
108   * dh_lib: doit(): use eval on parameters, instead of directly running
109     them. This lets me clean up several nasty areas where I had to echo the
110     commands once, and then run them seperatly.
111
112  -- Joey Hess <joeyh@master.debian.org>  Mon, 10 Nov 1997 19:48:36 -0500
113
114 debhelper (0.17) unstable; urgency=low
115
116   * Added dh_installdirs, automatically creates subdirectories (for
117     compatability with debstd's debian/dirs file.
118   * dh_lib: fixed problem with -P flag.
119
120  -- Joey Hess <joeyh@master.debian.org>  Fri,  7 Nov 1997 16:07:11 -0500
121
122 debhelper (0.16) unstable; urgency=low
123
124   * dh_compress: always compress changelog and upstream changelog, no 
125     matter what their size (#14604) (policy 5.8)
126
127  -- Joey Hess <joeyh@master.debian.org>  Thu,  6 Nov 1997 19:50:36 -0500
128
129 debhelper (0.15) unstable; urgency=low
130
131   * README: documented what temporary directories are used by default for 
132     installing package files into.
133   * dh_*: added -P flag, to let a different package build directory be
134     specified.
135
136  -- Joey Hess <joeyh@master.debian.org>  Thu,  6 Nov 1997 15:51:22 -0500
137
138 debhelper (0.14) unstable; urgency=low
139
140   * dh_fixperms: leave permissions on files in /usr/doc/packages/examples
141     unchanged.
142   * Install examples/rules* executable.
143
144  -- Joey Hess <joeyh@master.debian.org>  Mon, 27 Oct 1997 12:42:33 -0500
145
146 debhelper (0.13) unstable; urgency=low
147
148   * Added dh_makeshlibs, automatically generates a shlibs file.
149
150  -- Joey Hess <joeyh@master.debian.org>  Fri, 24 Oct 1997 20:33:14 -0400
151
152 debhelper (0.12) unstable; urgency=low
153
154   * Fixed mispelling of dh_md5sums in examples rules files and README.
155     (#13990) Thanks, Adrian.
156
157  -- Joey Hess <joeyh@master.debian.org>  Fri, 24 Oct 1997 14:35:30 -0400
158
159 debhelper (0.11) unstable; urgency=low
160
161   * dh_md5sums: behavior modification: do not generate md5sums for conffiles.
162     (Thanks to Charles Briscoe-Smith <cpb4@ukc.ac.uk>) #14048.
163   * dh_md5sums: can generate conffile md5sums with -x parameter.
164   * Added a "converting from debstd" section to the README.
165   * Added dh_du, generates a DEBIAN/du file with disk usage stats (#14048).
166
167  -- Joey Hess <joeyh@master.debian.org>  Tue, 21 Oct 1997 13:17:28 -0400
168
169 debhelper (0.10) unstable; urgency=medium
170
171   * dh_installdebfiles: fixed *bad* bug that messed up the names of all
172     files installed into DEBIAN/ for multiple binary packages.
173   * dh_md5sums: fixed another serious bug if dh_md5sums was used for
174     multiple binary packages.
175   * If you have made any multiple binary packages using debhelper, you
176     should rebuild them with this version.
177   * dh_md5sums: show cd commands in verbose mode.
178
179  -- Joey Hess <joeyh@master.debian.org>  Mon, 20 Oct 1997 14:44:30 -0400
180
181 debhelper (0.9) unstable; urgency=low
182
183   * Added dh_suidregister, interfaces to to the suidmanager package.
184   * dh_installdebfiles: fixed typo on man page.
185
186  -- Joey Hess <joeyh@master.debian.org>  Sat, 18 Oct 1997 20:55:39 -0400
187
188 debhelper (0.8) unstable; urgency=low
189
190   * Added dh_md5sum, generates a md5sums file.
191   * dh_clean: fixed to echo all commands when verbose mode is on.
192
193  -- Joey Hess <joeyh@master.debian.org>  Fri, 17 Oct 1997 14:18:26 -0400
194
195 debhelper (0.7) unstable; urgency=low
196
197   * Sped up some things by removing unnecesary for loops.
198   * dh_installdocs: behavior modifcation: if there is a debian/TODO, it is
199     named like a debian/changelog file: if the package is a debian native
200     package, it is installed as TODO. If the package is not a native package,
201     it is installed as TODO.Debian.
202   * dh_installdocs: handle debian/README.Debian as well as
203     debian/README.debian.
204   * Added dh_undocumented program, which can set up undocumented.7 symlinks.
205   * Moved dh_installdebfiles to come after dh_fixperms in the example rules
206     files. (dh_installdebfiles makes sure it installs things with the proper
207     permissions, and this reorganization makes the file a bit more flexable
208     in a few situations.)
209
210  -- Joey Hess <joeyh@master.debian.org>  Mon, 13 Oct 1997 20:08:05 -0400
211
212 debhelper (0.6) unstable; urgency=low
213
214   * Got rid of bashisms - this package should work now if /bin/sh is ash.
215
216  -- Joey Hess <joeyh@master.debian.org>  Fri, 10 Oct 1997 15:24:40 -0400
217
218 debhelper (0.5) unstable; urgency=low
219
220   * Added dh_installcron to install cron jobs.
221
222  -- Joey Hess <joeyh@master.debian.org>  Tue, 30 Sep 1997 19:37:41 -0400
223
224 debhelper (0.4) unstable; urgency=low
225
226   * Added dh_strip to strip binaries and libraries.
227   * Fixed several man pages.
228
229  -- Joey Hess <joeyh@master.debian.org>  Sun, 28 Sep 1997 20:46:32 -0400
230
231 debhelper (0.3) unstable; urgency=low
232
233   * Added support for automatic generation of debian install scripts to
234     dh_installmenu and dh_installdebfiles and dh_clean.
235   * Removed some pointless uses of cat.
236
237  -- Joey Hess <joeyh@master.debian.org>  Fri, 26 Sep 1997 21:52:53 -0400
238
239 debhelper (0.2) unstable; urgency=low
240
241   * Moved out of unstable, it still has rough edges and incomplete bits, but
242     is ready for general use.
243   * Added man pages for all commands.
244   * Multiple binary package support.
245   * Support for specifying exactly what set of binary packages to act on,
246     by group (arch or noarch), and by package name.
247   * dh_clean: allow specification of additional files to remove as
248     parameters.
249   * dh_compress: fixed it to not compress doc/package/copyright
250   * dh_installmanpage: allow listing of man pages that should not be 
251     auto-installed as parameters.
252   * dh_installdebfiles: make sure all installed files have proper ownerships
253     and permissions.
254   * dh_installdebfiles: only pass ELF files to dpkg-shlibdeps, and pass .so
255     files.
256   * Added a README.
257   * dh_compress: changed behavior - debian/compress script is now run inside
258     the package build directory it is to act on.
259   * Added dh_lib symlink in debian/ so the debhelper apps used in this
260     package's debian/rules always use the most up-to-date db_lib.
261   * Changed dh_cleantmp commands in the examples rules files to dh_clean.
262
263  -- Joey Hess <joeyh@master.debian.org>  Tue, 23 Sep 1997 12:26:12 -0400
264
265 debhelper (0.1) experimental; urgency=low
266
267   * First release. This is a snapshot of my work so far, and it not yet
268     ready to replace debstd.
269
270  -- Joey Hess <joeyh@master.debian.org>  Mon, 22 Sep 1997 15:01:25 -0400