]> err.no Git - dpkg/commitdiff
* release.sh: remove attic/ and doc/obsolete/
authorBen Collins <bcollins@debian.org>
Thu, 28 Oct 1999 01:34:11 +0000 (01:34 +0000)
committerBen Collins <bcollins@debian.org>
Thu, 28 Oct 1999 01:34:11 +0000 (01:34 +0000)
  * dpkg-gencontrol: add "Source" to the fields placed in the control
    file

ChangeLog
release.sh
scripts/dpkg-gencontrol.pl

index e41c64d858eae8958fbe64ddc3f6ddb631674fcf..6d649f98c70121dbd0d2411950e4cb5e8e5d76ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 27 21:33:19 EDT 1999 Ben Collins <bcollins.debian.org>
+
+  * release.sh: remove attic/ and doc/obsolete/
+  * dpkg-gencontrol: add "Source" to the fields placed in the control file
+
 Tue Oct 26 19:35:53 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
 
   * Also translate helpmessages for dselect
index 53029d78633c18e4f210adbea2e1e566a50db6d4..c4558e91e9a31db1bf36f2105598db6a88d81be9 100755 (executable)
@@ -22,5 +22,8 @@ for cat in $catalogs; do
 done
 cd ..
 
+# Kill some obsolete directories found in CVS
+rm -rf attic/ doc/obsolete
+
 # Now remove the CVS scripts
 rm -f autogen.sh release.sh po/update.sh
index b7b086c4fae13c6f771e887bca0c0c09a54bf45d..ee185bd8fe28d5cb41a0c2f2797fdd5f3ca96f51 100755 (executable)
@@ -46,7 +46,8 @@ $i=100;grep($fieldimps{$_}=$i--,
           qw(Package Version Section Priority Architecture Essential
              Pre-Depends Depends Recommends Suggests Optional Conflicts Replaces
              Provides Installed-Size Maintainer Source Description Build-Depends
-             Build-DependsIndep  Build-Conflicts Build-Conflicts-Indep));
+             Build-DependsIndep  Build-Conflicts Build-Conflicts-Indep
+            Source));
 
 while (@ARGV) {
     $_=shift(@ARGV);