* dpkg-gencontrol: add "Source" to the fields placed in the control
file
+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
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
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);