]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.indep
r347: spelling
[debhelper.git] / examples / rules.indep
index e2b33b49322d305ad53a62b87ba95faad4bb89fe..3be436cb4f6f90a4e42ccebfb4a9fdd49916f598 100755 (executable)
@@ -1,13 +1,13 @@
 #!/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.
+# This is the debhelper compatibility version to use.
 export DH_COMPAT=1
 
 build: 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
@@ -39,8 +39,6 @@ install: build
        # Add here commands to install the package into debian/tmp.
        #$(MAKE) prefix=`pwd`/debian/tmp/usr install
 
-       touch install-stamp
-
 # Build architecture-independent files here.
 binary-indep: build install
 #      dh_testversion
@@ -52,6 +50,7 @@ binary-indep: build install
        dh_installmenu
 #      dh_installemacsen
 #      dh_installpam
+#      dh_installmime
 #      dh_installinit
        dh_installcron
 #      dh_installmanpages