From: joey Date: Tue, 17 Aug 1999 04:36:45 +0000 (+0000) Subject: r18: Initial Import X-Git-Tag: debian_version_0_1~210 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6f0cb0d4410fedd208b0ce137684faccdef268c6;p=debhelper.git r18: Initial Import --- diff --git a/README b/README index 21ecd51..ba46815 100644 --- 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 07796f9..1a5f1ce 100644 --- 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. diff --git a/debian/changelog b/debian/changelog index a1b0990..c213031 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 24 Oct 1997 14:35:30 -0400 + debhelper (0.11) unstable; urgency=low * dh_md5sums: behavior modification: do not generate md5sums for conffiles. diff --git a/examples/rules b/examples/rules index fc300e6..a02783f 100755 --- a/examples/rules +++ b/examples/rules @@ -43,7 +43,7 @@ binary-arch: build dh_suidregister dh_installdebfiles dh_du - dh_m5dsums + dh_md5sums dh_builddeb binary: binary-indep binary-arch