]> git.donarmstrong.com Git - debhelper.git/commitdiff
r18: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:36:45 +0000 (04:36 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:36:45 +0000 (04:36 +0000)
README
TODO
debian/changelog
examples/rules

diff --git a/README b/README
index 21ecd5192edc10305581f8eaf2060e953b3abbec..ba4681501ca02d5649dc0662ff54272e1f89a66c 100644 (file)
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ Remove that and replace it with something like:
        dh_fixperms
        dh_suidregister
        dh_installdebfiles
-       dh_m5dsums
+       dh_md5sums
        dh_builddeb
 
 Notice that the parameters sent to debstd get split up among the dh_*
diff --git a/TODO b/TODO
index 07796f92560bc62b2455e68520ba76997b40140c..1a5f1cefdc0d544f85796b19d6c7a530df640834 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
-.so files of compressed manpages -- change to symlinks
-add all other functionality of debstd (??)
-dh_fixperms: allow listing of files not to be touched (diffucult).
+* .so files of compressed manpages -- change to symlinks
+* add all other functionality of debstd (??)
+* dh_fixperms: allow listing of files not to be touched (diffucult).
+* add a dh_debstd, which mimics debstd, but uses debhelper tools internally.
index a1b0990868b6de1cb2cbb8656c16213204557c36..c21303156659d7d6edda5405dd97ae4ce2174a65 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (0.12) unstable; urgency=low
+
+  * Fixed mispelling of dh_md5sums in examples rules files and README.
+    (#13990) Thanks, Adrian.
+
+ -- Joey Hess <joeyh@master.debian.org>  Fri, 24 Oct 1997 14:35:30 -0400
+
 debhelper (0.11) unstable; urgency=low
 
   * dh_md5sums: behavior modification: do not generate md5sums for conffiles.
index fc300e6a06df7cf14b8a142d6d2764f277a95d0b..a02783f74767ab2ada7e9fc61318057cf4f3ec94 100755 (executable)
@@ -43,7 +43,7 @@ binary-arch: build
        dh_suidregister
        dh_installdebfiles
        dh_du
-       dh_m5dsums
+       dh_md5sums
        dh_builddeb
 
 binary: binary-indep binary-arch