+debhelper (0.99) unstable; urgency=low
+
+ * !!!! WARNING: Debhelper (specifically dh_compress) is broken with
+ !!!! libtricks. Use fakeroot instead until this is fixed.
+ * dh_compress: applied patch from Herbert Xu <herbert@gondor.apana.org.au>
+ to make it not fail if there are no candidates for compression (#24654).
+ * Removed a whole debhelper-0.96 tree that had crept into the source
+ package by accident.
+ * Is version 1.0 next?
+
+ -- Joey Hess <joeyh@master.debian.org> Thu, 16 Jul 1998 10:03:21 -0700
+
debhelper (0.98) unstable; urgency=low
* dh_lib: isnative: pass -l<changelog> to dpkg-parsechangelog, to support
for PACKAGE in $DH_DOPACKAGES; do
TMP=`tmpdir $PACKAGE`
- for type in daily weekly monthly; do
+ for type in daily weekly monthly d; do
cron=`pkgfile $PACKAGE cron.$type`
if [ "$cron" ]; then
if [ ! -d $TMP/etc/cron.$type ]; then
.SH "DESCRIPTION"
dh_installcron is a debhelper program that is responsible for installing
cron scripts into etc/cron.* in package build directories. The files
-debian/cron.daily, debian/cron.weekly, and debian/cron.monthly are
-installed. If your package generates multiple binary packages (or if you
+debian/cron.daily, debian/cron.weekly, debian/cron.monthly, and debian/cron.d
+are installed. If your package generates multiple binary packages (or if you
just prefer to do it), you can also use filenames like
debian/package.cron.daily, where "package" is replaced with the name of the
binary package this cron script goes into.