From ab9cf87619b097eeebb30f97c9aedac5cb8a0a59 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 25 Sep 2000 22:08:06 +0000 Subject: [PATCH] * Use debhelper v2. --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 137910b..154e8c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +filters (2.12) unstable; urgency=low + + * Use debhelper v2. + + -- Joey Hess Mon, 25 Sep 2000 15:06:11 -0700 + filters (2.11) unstable; urgency=low * Corrected the man page, which was misrepresenting me as the author of diff --git a/debian/control b/debian/control index 9f616d1..e8e4118 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: filters Section: games Priority: optional -Build-Depends: debhelper, flex +Build-Depends: debhelper (>= 2.1.0), flex Maintainer: Joey Hess Standards-Version: 3.2.1.0 diff --git a/debian/rules b/debian/rules index 78fd8eb..f0d48c7 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# This is the debhelper compatibility version to use. +export DH_COMPAT=2 + build: build-stamp build-stamp: dh_testdir @@ -29,7 +32,7 @@ binary-arch: build dh_testroot dh_clean -k dh_installdirs - $(MAKE) PREFIX=debian/tmp install + $(MAKE) PREFIX=debian/filters install dh_installdocs README SAMPLES dh_installexamples dh_installmenu -- 2.30.2