From ec9c322d9ebb93d4978c7b80741a86afc18a5cf8 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 04:53:55 +0000 Subject: [PATCH] r96: Initial Import --- debian/changelog | 12 ++++++++++++ dh_installcron | 2 +- dh_installcron.1 | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cca97b6..88d8c7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +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 + 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 Thu, 16 Jul 1998 10:03:21 -0700 + debhelper (0.98) unstable; urgency=low * dh_lib: isnative: pass -l to dpkg-parsechangelog, to support diff --git a/dh_installcron b/dh_installcron index 9cd7cb5..448e38a 100755 --- a/dh_installcron +++ b/dh_installcron @@ -8,7 +8,7 @@ PATH=debian:$PATH:/usr/lib/debhelper 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 diff --git a/dh_installcron.1 b/dh_installcron.1 index 31f8d81..20bdc82 100644 --- a/dh_installcron.1 +++ b/dh_installcron.1 @@ -7,8 +7,8 @@ dh_installcron \- install cron scripts into etc/cron.* .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. -- 2.39.5