]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.indep
r223: Initial Import
[debhelper.git] / examples / rules.indep
index d0cce4663b493bd8d1ba115ba5bfd978b8b90cb4..b40281d983b5be633c9d2ae0edef8f454e6eac45 100755 (executable)
@@ -5,6 +5,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+# This is the debhelper compatability version to use.
+export DH_COMPAT=1
+
 build: build-stamp
 build-stamp:
        dh_testdir
@@ -26,7 +29,7 @@ clean:
        dh_clean
 
 install: install-stamp
-install-stamp: build
+install-stamp: build-stamp
        dh_testdir
        dh_testroot
        dh_clean -k
@@ -45,13 +48,17 @@ binary-indep: build install
        dh_installdocs
        dh_installexamples
        dh_installmenu
+#      dh_installemacsen
+#      dh_installpam
 #      dh_installinit
        dh_installcron
 #      dh_installmanpages
 #      dh_undocumented
        dh_installchangelogs
+       dh_link
        dh_compress
        dh_fixperms
+       # You may want to make some executables suid here.
        dh_suidregister
        dh_installdeb
        dh_gencontrol
@@ -66,4 +73,4 @@ source diff:
        @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install