]> git.donarmstrong.com Git - debhelper.git/blobdiff - debian/changelog
r207: Initial Import
[debhelper.git] / debian / changelog
index 0410d70ac6e2da16a5bd6fe319553a98796c23fb..76596df03f5c03a315037eea4e6c1986b0c09a65 100644 (file)
@@ -1,3 +1,132 @@
+debhelper (1.2.68) unstable; urgency=low
+
+  * doc/README: updated example of using #DEBHELPER# in a perl script, with
+    help from Julian Gilbey.
+  * dh_link: generate absolute symlinks where appropriate. The links
+    generated before were wrong simetimes (#37774)
+  * Started writing a regression test suite for debhelper. Currently covers
+    only the above bugfix and a few more dh_link tests.
+  * Tossed Test.pm into the package (for regression tests) until we get perl
+    5.005 which contains that package. That file is licenced the same as perl.
+  * dh_installchangelogs: force all installed files to be owned by root
+    (#37655).
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun, 16 May 1999 17:18:44 -0700
+
+debhelper (1.2.67) unstable; urgency=low
+
+  * dh_installmodules: fixed type that made the program not work.
+
+ -- Joey Hess <joeyh@master.debian.org>  Wed, 12 May 1999 00:25:05 -0700
+
+debhelper (1.2.66) unstable; urgency=low
+
+  * examples/rules.multi: dh_shlibdeps must be run before dh_gencontrol
+    (#37346)
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun,  9 May 1999 14:03:05 -0700
+
+debhelper (1.2.65) unstable; urgency=low
+
+  * Added to docs.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu,  6 May 1999 21:46:03 -0700
+
+debhelper (1.2.64) unstable; urgency=low
+
+  * dh_installmime: new command (#37093, #32684).
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon,  3 May 1999 13:37:34 -0700
+
+debhelper (1.2.63) unstable; urgency=low
+
+  * dh_installxaw: updated to work with xaw-wrappers 0.90 and above. It
+    actually has to partially parse the xaw-wrappers config files now. 
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun,  2 May 1999 19:13:34 -0700
+
+debhelper (1.2.62) unstable; urgency=low
+
+  * dh_installemacsen: added support for site-start files. Added --flavor
+    and --number to control details of installation. (#36832)
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun,  2 May 1999 15:31:58 -0700
+
+debhelper (1.2.61) unstable; urgency=low
+
+  * dh_md5sums.1: dh_md5sums is not deprecated, AFAIK, but the manpage has
+    somehow been modified to say it was at version 1.2.45.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 26 Apr 1999 19:54:04 -0700
+
+debhelper (1.2.60) unstable; urgency=low
+
+  * dh_installexamples.1: recycled docs fix.
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 26 Apr 1999 17:19:07 -0700
+
+debhelper (1.2.59) unstable; urgency=low
+
+  * dh_builddeb: added --destdir option, which lets you tell it where
+    to put the generated .deb's. Default is .. of course.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu, 22 Apr 1999 22:02:01 -0700
+
+debhelper (1.2.58) unstable; urgency=low
+
+  * autoscripts/postinst-suid: use /#FILE# in elif test (#36297).
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun, 18 Apr 1999 22:33:52 -0700
+
+debhelper (1.2.57) unstable; urgency=low
+
+  * examples/*: killed trailing spaces after diff: target
+
+ -- Joey Hess <joeyh@master.debian.org>  Mon, 12 Apr 1999 22:02:32 -0700
+
+debhelper (1.2.56) unstable; urgency=low
+
+  * dh_suidregister: make the chown/chmod only happen if the file actually
+    exists. This is useful if you have conffiles that have permissions and
+    may be deleted. (#35845)
+
+ -- Joey Hess <joeyh@master.debian.org>  Sat, 10 Apr 1999 13:35:23 -0700
+
+debhelper (1.2.55) unstable; urgency=low
+
+  * Various man page enhancements.
+  * dh_md5sums: supports -X to make it skip including files in the
+    md5sums (#35819).
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri,  9 Apr 1999 18:21:58 -0700
+
+debhelper (1.2.54) unstable; urgency=low
+
+  * dh_installinit.1: man page fixups (#34160).
+  * *.1: the date of each man page is now automatically updated when 
+    debhelper is built to be the last modification time of the man page.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu,  8 Apr 1999 20:28:00 -0700
+
+debhelper (1.2.53) unstable; urgency=low
+
+  * dh_compress: leave .taz and .tgz files alone. Previously trying to
+    compress such files caused gzip to fail and the whole command to fail.
+    Probably fixes #35677. Actually, it now skips files with a whole
+    range of odd suffixes that gzip refuses to compress, including "_z" and
+    "-gz".
+  * dh_compress.1: updated docs to reflect this, and to give the new
+    suggested starting point if you want to write your own debian/compress
+    file.
+
+ -- Joey Hess <joeyh@master.debian.org>  Wed,  7 Apr 1999 02:20:14 -0700
+
+debhelper (1.2.52) unstable; urgency=low
+
+  * dh_installmodules: new program, closes #32546.
+
+ -- Joey Hess <joeyh@master.debian.org>  Thu,  1 Apr 1999 17:25:37 -0800
+
 debhelper (1.2.51) unstable; urgency=low
 
   * Another very minor typo fix.