]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.indep
r378: * dh_movefiles: fixed a regexp quoting problem with --sourcedir.
[debhelper.git] / examples / rules.indep
index bd1531b8c0c556249d8edc1d4609c8ed5cbb135a..0c3e6e15dda25414c2c2b91a1ea7e178aa53cf17 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=2
 
 build: build-stamp
 build-stamp:
@@ -36,18 +36,19 @@ 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
-#      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