+debhelper (1.1.12) unstable; urgency=low
+
+ * dh_installdocs: forgot to pass package name to isnative(). Any native
+ debian package that had a debian/TODO would have it installed with the
+ wrong name, and debhelper would warn of undefined values for some
+ packages. Fixed.
+
+ -- Joey Hess <joeyh@master.debian.org> Thu, 27 Aug 1998 12:35:42 -0700
+
debhelper (1.1.11) unstable; urgency=low
* dh_installchangelogs: added -k flag, that will make it install a symlink
$todo=pkgfile($PACKAGE,'TODO');
if ($todo) {
- if (isnative()) {
+ if (isnative($PACKAGE)) {
doit("install","-m","644","-p",$todo,"$TMP/usr/doc/$PACKAGE/TODO");
}
else {
to do that originally, and even worse, it is often run after
dh_installdeb, so the fragements wouldn't go into the postinst. So maybe a
new script is called for.
+* Need a way to make dh_strip not strip any static libs. Also, it'd be nice
+ if there were options to dh_strip, dh_compress, etc, to allow inclusiuon of
+ directories and exclusion of files based on filname globbing. (Request from
+ Matthias Klose <doko@cs.tu-berlin.de>)
* docbase support (#25233). Waiting for docbase to stabalize and be used
widly.
* Support /etc/X11/window-managers, by making it easy for window managers to