diff options
author | joey <joey> | 1999-08-17 05:12:42 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:12:42 +0000 |
commit | 4dcd2be0df92f2b63fe7a9f498e0bebc989f5ecc (patch) | |
tree | 50131255b6597d13ba3165894183636a28dac6d0 | |
parent | 6a33d33fd003b6d2f2864d700beb04b466c138b2 (diff) | |
download | debhelper-4dcd2be0df92f2b63fe7a9f498e0bebc989f5ecc.tar.gz |
r196: Initial Import
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | examples/rules | 2 | ||||
-rwxr-xr-x | examples/rules.multi | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2ece6258..5a1bd35f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 diff --git a/examples/rules b/examples/rules index a0806c1d..108e38cd 100755 --- a/examples/rules +++ b/examples/rules @@ -67,7 +67,7 @@ binary-arch: build install dh_md5sums dh_builddeb -source diff: +source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch diff --git a/examples/rules.multi b/examples/rules.multi index f03909f6..4b4c2a0a 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -91,7 +91,7 @@ binary-arch: build install dh_md5sums -a dh_builddeb -a -source diff: +source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch |