]> iEval git - filters.git/blobdiff - debian/rules
removed many useless calls to dh_suidregister; no need to upload for this though
[filters.git] / debian / rules
index 78fd8eb6e518e8450bfd447d0fb901ff335429ba..7cf9a2fa990c276d7369b2a8e4e10291b34696e1 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
@@ -41,7 +44,6 @@ binary-arch: build
        dh_strip
        dh_compress
        dh_fixperms
-       dh_suidregister
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol
This page took 0.017953 seconds and 4 git commands to generate.