X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=examples%2Frules;h=5ad68924b509e9dc75ad0c3d2e6b691a3f793cd3;hb=c5cca23df59c38a414d7b8ef4725f0533723d77c;hp=89263a1a25d74eb4781541450cac48ddae6d7852;hpb=dd15d8928f80c2860bee3fe1a8122f48d4f06bc4;p=debhelper.git diff --git a/examples/rules b/examples/rules index 89263a1..5ad6892 100755 --- a/examples/rules +++ b/examples/rules @@ -4,6 +4,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 @@ -49,6 +52,7 @@ binary-arch: build install dh_installexamples dh_installmenu # dh_installemacsen +# dh_installpam # dh_installinit dh_installcron dh_installmanpages @@ -58,15 +62,17 @@ 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 dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb -source diff: +source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch