]> git.donarmstrong.com Git - debhelper.git/commitdiff
r78: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:49:58 +0000 (04:49 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:49:58 +0000 (04:49 +0000)
debian/changelog
dh_movefiles

index 30e24c99d84054bcb7de7607394a2af1318a63c5..ef64f4f724ad818e10ccb69f080d980c959cb5ac 100644 (file)
@@ -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 <joeyh@master.debian.org>  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 <bdale@gag.com> and Adam Heath 
+    <adam.heath@usa.net> 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 <joeyh@master.debian.org>  Mon, 30 Mar 1998 20:54:26 -0800
 
 debhelper (0.78) frozen unstable; urgency=low
 
index 5d8dd90b52d298c66c38e9fcf7549136837b5dbf..ab7dcd013e8fddf202ff3f991e3309049ed8d8e3 100755 (executable)
@@ -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)` \