diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-12 19:01:02 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-12 19:01:02 -0400 |
commit | 3215b78589e1b75ecaed40796effd119b323946c (patch) | |
tree | 8ee541332b35ea40be42eaacbf6c183ca98bbf88 | |
parent | c373a5eff71d8a025d9e3e4371786cc2803953de (diff) | |
download | debhelper-3215b78589e1b75ecaed40796effd119b323946c.tar.gz |
Examples files updated to add dh_bugfiles, remove obsolete dh_python.
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | examples/rules.arch | 2 | ||||
-rwxr-xr-x | examples/rules.indep | 2 | ||||
-rwxr-xr-x | examples/rules.multi | 4 | ||||
-rwxr-xr-x | examples/rules.multi2 | 2 |
5 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 5f8cad5d..37eff5c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (7.2.6) UNRELEASED; urgency=low + + * Examples files updated to add dh_bugfiles, remove obsolete + dh_python. + + -- Joey Hess <joeyh@debian.org> Thu, 12 Mar 2009 19:00:35 -0400 + debhelper (7.2.5) unstable; urgency=low * Set MODULEBUILDRC=/dev/null when running perl Build scripts diff --git a/examples/rules.arch b/examples/rules.arch index 8e70ec0a..adfc3853 100755 --- a/examples/rules.arch +++ b/examples/rules.arch @@ -61,6 +61,7 @@ binary-arch: build install # dh_installwm # dh_installudev # dh_lintian +# dh_bugfiles # dh_undocumented dh_installman dh_link @@ -68,7 +69,6 @@ binary-arch: build install dh_compress dh_fixperms # dh_perl -# dh_python # dh_makeshlibs dh_installdeb dh_shlibdeps diff --git a/examples/rules.indep b/examples/rules.indep index c80d416b..831365a4 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -56,13 +56,13 @@ binary-indep: build install # dh_installwm # dh_installudev # dh_lintian +# dh_bugfiles # dh_undocumented dh_installman dh_link dh_compress dh_fixperms # dh_perl -# dh_python dh_installdeb dh_gencontrol dh_md5sums diff --git a/examples/rules.multi b/examples/rules.multi index db8ed1e0..78d62792 100755 --- a/examples/rules.multi +++ b/examples/rules.multi @@ -61,13 +61,13 @@ binary-indep: build install # dh_installwm -i # dh_installudev -i # dh_lintian -i +# dh_bugfiles -i # dh_undocumented -i dh_installman -i dh_link -i dh_compress -i dh_fixperms -i # dh_perl -i -# dh_python -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i @@ -93,6 +93,7 @@ binary-arch: build install # dh_installwm -a # dh_installudev -a # dh_lintian -a +# dh_bugfiles -a # dh_undocumented -a dh_installman -a dh_strip -a @@ -100,7 +101,6 @@ binary-arch: build install dh_compress -a dh_fixperms -a # dh_perl -a -# dh_python -a # dh_makeshlibs -a dh_installdeb -a dh_shlibdeps -a diff --git a/examples/rules.multi2 b/examples/rules.multi2 index 7ed56fb8..ae5a9ca0 100755 --- a/examples/rules.multi2 +++ b/examples/rules.multi2 @@ -67,13 +67,13 @@ binary-common: # dh_installwm # dh_installudev # dh_lintian +# dh_bugfiles # dh_undocumented dh_strip dh_link dh_compress dh_fixperms # dh_perl -# dh_python # dh_makeshlibs dh_installdeb dh_shlibdeps |