]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.indep
r420: big monsta changes
[debhelper.git] / examples / rules.indep
index 7b474a10e121bf045447e9918598c9e8831074f8..603c79a9f235e8050f14b117c461b44bf2409fb9 100755 (executable)
@@ -1,14 +1,14 @@
 #!/usr/bin/make -f
 # Sample debian/rules that uses debhelper. 
-# GNU copyright 1997 to 1999 by Joey Hess.
+# This file is public domain software, originally written by Joey Hess.
 #
 # This version is for packages that are architecture independent.
 
 # 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=3
 
 build: build-stamp
 build-stamp:
@@ -22,7 +22,7 @@ build-stamp:
 clean:
        dh_testdir
        dh_testroot
-       rm -f build-stamp install-stamp
+       rm -f build-stamp
 
        # Add here commands to clean up after the build process.
        #-$(MAKE) clean
@@ -30,39 +30,36 @@ clean:
 
        dh_clean
 
-install:
+install: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs
 
-       # Add here commands to install the package into debian/tmp.
-       #$(MAKE) prefix=`pwd`/debian/tmp/usr install
-
-       touch install-stamp
+       # 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
-#      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
        dh_link
        dh_compress
        dh_fixperms
-       # You may want to make some executables suid here.
-       dh_suidregister
        dh_installdeb
 #      dh_perl
        dh_gencontrol