Преглед изворни кода

* release.sh: remove attic/ and doc/obsolete/
* dpkg-gencontrol: add "Source" to the fields placed in the control
file

Ben Collins пре 27 година
родитељ
комит
bab0e85455
3 измењених фајлова са 10 додато и 1 уклоњено
  1. 5 0
      ChangeLog
  2. 3 0
      release.sh
  3. 2 1
      scripts/dpkg-gencontrol.pl

+ 5 - 0
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

+ 3 - 0
release.sh

@@ -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

+ 2 - 1
scripts/dpkg-gencontrol.pl

@@ -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);