diff options
author | joey <joey> | 1999-08-17 05:16:18 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:16:18 +0000 |
commit | db2831b1ccd9f2ecf064194724486367efcef4be (patch) | |
tree | 9d3bfa35a9c6cec807a055324a1bb13f4edad97e | |
parent | c56b59c6ee3779a86ab52d92d2fc0341103c23b8 (diff) | |
download | debhelper-db2831b1ccd9f2ecf064194724486367efcef4be.tar.gz |
r223: Initial Import
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | examples/rules.indep | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 04ba51a8..b4296a04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (1.2.83) unstable; urgency=medium + + * dh_perl: fixed substvars typo. Urgency medium since a lot of people will + be using this script RSN. + + -- Joey Hess <joeyh@master.debian.org> Thu, 1 Jul 1999 11:44:05 -0700 + debhelper (1.2.82) unstable; urgency=low * dh_installinit: applied patch from Yann Dirson <ydirson@multimania.com> diff --git a/examples/rules.indep b/examples/rules.indep index 688ba7f8..b40281d9 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# This is the debhelper compatability version to use. +export DH_COMPAT=1 + build: build-stamp build-stamp: dh_testdir |