* Use debhelper v2.
authorjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Mon, 25 Sep 2000 22:08:06 +0000 (22:08 +0000)
committerjoey <joey@a4a2c43b-8ac3-0310-8836-e0e880c912e2>
Mon, 25 Sep 2000 22:08:06 +0000 (22:08 +0000)
debian/changelog
debian/control
debian/rules

index 137910bdf58e8087728870dd4d7348fd4697bd76..154e8c42543da9ce1aafadf0096f53629f61bd26 100644 (file)
@@ -1,3 +1,9 @@
+filters (2.12) unstable; urgency=low
+
+  * Use debhelper v2.
+
+ -- Joey Hess <joeyh@debian.org>  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
index 9f616d1099d1709de9c30924d3a5cc96220d59a7..e8e411872cfd32226c1b2163abee8d88b5d60832 100644 (file)
@@ -1,7 +1,7 @@
 Source: filters
 Section: games
 Priority: optional
-Build-Depends: debhelper, flex
+Build-Depends: debhelper (>= 2.1.0), flex
 Maintainer: Joey Hess <joeyh@debian.org>
 Standards-Version: 3.2.1.0
 
index 78fd8eb6e518e8450bfd447d0fb901ff335429ba..f0d48c7f03982c25ccc7c1d8dc7dca92b1b5062f 100755 (executable)
@@ -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
This page took 0.012921 seconds and 4 git commands to generate.