]> git.donarmstrong.com Git - debhelper.git/commitdiff
r66: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:48:33 +0000 (04:48 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:48:33 +0000 (04:48 +0000)
debian/changelog
dh_lib

index 03a50c6fe2c36e516e27c1652f05c41053dee465..282e3cd21e1d9661c449e199ad4090edc1aad739 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (0.69) unstable; urgency=low
+
+  * Refer to suidregister (8), not (1). Bug #19149.
+  * Removed junk file from debian/ dir.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun,  8 Mar 1998 13:04:36 -0800
+
 debhelper (0.68) unstable; urgency=low
 
   * Document that README.debian files are installed as README.Debian (#19089).
diff --git a/dh_lib b/dh_lib
index 7c7c2e185b888fee98b9803654dcce1e23af697c..ae2d32f6c1a15afc4b5588c4f9c654ffb3118daf 100644 (file)
--- a/dh_lib
+++ b/dh_lib
@@ -119,7 +119,7 @@ autoscript() {
                fi
        fi
 
-       complex_doit "echo \"# Automatically added by `basename $0` on `822-date`\" >> $autoscript_debscript"
+       complex_doit "echo \"# Automatically added by `basename $0`\" >> $autoscript_debscript"
        complex_doit "sed \"$autoscript_sed\" $autoscript_filename >> $autoscript_debscript"
        complex_doit "echo '# End automatically added section' >> $autoscript_debscript"
 }