From 0eed709f4b9dbe92e8c71e60313bfca6f69eea2b Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 04:49:58 +0000 Subject: [PATCH] r78: Initial Import --- debian/changelog | 19 +++++++++++++------ dh_movefiles | 1 + 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 30e24c9..ef64f4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ -debhelper (0.79) frozen; urgency=low - - * Reupload to get it into frozen. No changes since version 0.75 - except bugfixes. - - -- Joey Hess Thu, 2 Apr 1998 16:10:55 -0800 +debhelper (0.80) unstable; urgency=low + + * Moved under cvs (so I can fork a stable and an unstable version). + * dh_movefiles: first move real files, then move symlinks. (#18220) + Thanks to Bdale Garbee and Adam Heath + for help on the implementation. + * dh_installchangelogs: use debian/package.changelog files if they exist + rather than debian.changelog. It appears some people do need per-package + changelogs. + * dh_gencontrol: if debian/package.changelogs files exist, use them. + * Above 2 changes close #20442. + + -- Joey Hess Mon, 30 Mar 1998 20:54:26 -0800 debhelper (0.78) frozen unstable; urgency=low diff --git a/dh_movefiles b/dh_movefiles index 5d8dd90..ab7dcd0 100755 --- a/dh_movefiles +++ b/dh_movefiles @@ -31,6 +31,7 @@ for PACKAGE in $DH_DOPACKAGES; do # # (The echo is in here to expand wildcards. Note that ls # won't work properly.) + tomove="" for i in `(cd debian/tmp ; echo \`cat $files\`)`; do tomove="`(cd debian/tmp ; \ find $i ! -type d -and ! -type l -print)` \ -- 2.39.5