From 1bfed6299ebbb344a756bf1eae47aea4d93499eb Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 05:18:16 +0000 Subject: [PATCH] r239: Initial Import --- debian/changelog | 11 +++++++++++ debian/rules | 8 ++++---- dh_clean | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index d8ced36..b9f9ba5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +debhelper (2.0.14) unstable; urgency=low + + * Moved /usr/lib/debhelper to /usr/share/debhelper for FHS compliance + (#41174). If you used Dh_lib or something in another package, be sure to + update your "use" line and declare an appropriate dependancy. (Closes: + #41174) + * dh_installxaw: Patch from Josip Rodin to fix + multiple-stanza xaw file support. (Closes: #41173) + + -- Joey Hess Mon, 12 Jul 1999 11:49:57 -0700 + debhelper (2.0.13) unstable; urgency=low * dh_fixperms: FHS fixes (#41058) diff --git a/debian/rules b/debian/rules index ef833d1..68d6eb0 100755 --- a/debian/rules +++ b/debian/rules @@ -40,13 +40,13 @@ binary-indep: build ./dh_testdir ./dh_testroot ./dh_clean -k - ./dh_installdirs usr/bin usr/lib/debhelper + ./dh_installdirs usr/bin usr/share/debhelper - echo -e "package Dh_Version;\n\$$version='$(VERSION)';" > debian/debhelper/usr/lib/debhelper/Dh_Version.pm + echo -e "package Dh_Version;\n\$$version='$(VERSION)';" > debian/debhelper/usr/share/debhelper/Dh_Version.pm find . -perm +111 -maxdepth 1 -type f -not -name "*.pl" \ -exec install -p {} debian/debhelper/usr/bin \; - cp -a Dh_*.pm debian/debhelper/usr/lib/debhelper - cp -a autoscripts debian/debhelper/usr/lib/debhelper + cp -a Dh_*.pm debian/debhelper/usr/share/debhelper + cp -a autoscripts debian/debhelper/usr/share/debhelper ./dh_installdocs doc/* ./dh_installexamples examples/* diff --git a/dh_clean b/dh_clean index e87688d..8ba45d3 100755 --- a/dh_clean +++ b/dh_clean @@ -43,4 +43,4 @@ if (! $dh{D_FLAG}) { ) -exec rm -f {} ;")); } -doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp'; +doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! compat(1); -- 2.39.5