+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 <joy@cibalia.gkvk.hr> to fix
+ multiple-stanza xaw file support. (Closes: #41173)
+
+ -- Joey Hess <joeyh@master.debian.org> Mon, 12 Jul 1999 11:49:57 -0700
+
debhelper (2.0.13) unstable; urgency=low
* dh_fixperms: FHS fixes (#41058)
./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/*
) -exec rm -f {} ;"));
}
-doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp';
+doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! compat(1);