]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules
r506: * Introduced the debian/compat file. This is the new, preferred way to say
[debhelper.git] / examples / rules
index 93803fa62240304377fc5e95bc8495037a5321c8..1e57eab5e2dfc11fe64405e8d8fa6fedbb769f04 100755 (executable)
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=1
-
 build: build-stamp
 build-stamp:
        dh_testdir
@@ -34,8 +31,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,19 +40,19 @@ binary-indep: build install
 
 # Build architecture-dependent files here.
 binary-arch: build install
-#      dh_testversion
        dh_testdir
        dh_testroot
 #      dh_installdebconf       
        dh_installdocs
        dh_installexamples
        dh_installmenu
+#      dh_installlogrotate
 #      dh_installemacsen
 #      dh_installpam
 #      dh_installmime
 #      dh_installinit
        dh_installcron
-       dh_installmanpages
+       dh_installman
        dh_installinfo
 #      dh_undocumented
        dh_installchangelogs
@@ -63,8 +60,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