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