]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules
r407: * suidmanager is obsolete now, and so is dh_suidmanager. Instead,
[debhelper.git] / examples / rules
index bf2ed948a4f94c7aac30caa66282e435b25377b6..7eef799e93e2a7f55afbc22b0844ddfde1b83508 100755 (executable)
@@ -5,8 +5,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=1
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=2
 
 build: build-stamp
 build-stamp:
@@ -34,8 +34,8 @@ install: build
        dh_clean -k
        dh_installdirs
 
-       # Add here commands to install the package into debian/tmp.
-       #$(MAKE) prefix=`pwd`/debian/tmp/usr install
+       # Add here commands to install the package into debian/<packagename>
+       #$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -43,13 +43,14 @@ binary-indep: build install
 
 # Build architecture-dependent files here.
 binary-arch: build install
-#      dh_testversion
+       dh_testversion 2
        dh_testdir
        dh_testroot
 #      dh_installdebconf       
        dh_installdocs
        dh_installexamples
        dh_installmenu
+#      dh_installlogrotate
 #      dh_installemacsen
 #      dh_installpam
 #      dh_installmime
@@ -63,8 +64,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