]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules
r489: * Added dh_strip to rules.multi2, and removed .TODO.swp. Closes: #110418
[debhelper.git] / examples / rules
index 19b5777a4c35362d87206b07255edcfa9a4eea75..fc80fe62d8bbe463fb7afd22db7e52781ebc2f2e 100755 (executable)
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=2
+export DH_COMPAT=3
 
 build: build-stamp
 build-stamp:
@@ -43,7 +43,6 @@ binary-indep: build install
 
 # Build architecture-dependent files here.
 binary-arch: build install
-       dh_testversion 2
        dh_testdir
        dh_testroot
 #      dh_installdebconf       
@@ -56,7 +55,7 @@ binary-arch: build install
 #      dh_installmime
 #      dh_installinit
        dh_installcron
-       dh_installmanpages
+       dh_installman
        dh_installinfo
 #      dh_undocumented
        dh_installchangelogs
@@ -64,8 +63,6 @@ binary-arch: build install
        dh_strip
        dh_compress
        dh_fixperms
-       # You may want to make some executables suid here.
-       dh_suidregister
 #      dh_makeshlibs
        dh_installdeb
 #      dh_perl