From bab0e854554ea274222e46691e4f43e13d4e4244 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Thu, 28 Oct 1999 01:34:11 +0000 Subject: [PATCH] * release.sh: remove attic/ and doc/obsolete/ * dpkg-gencontrol: add "Source" to the fields placed in the control file --- ChangeLog | 5 +++++ release.sh | 3 +++ scripts/dpkg-gencontrol.pl | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e41c64d8..6d649f98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 27 21:33:19 EDT 1999 Ben Collins + + * 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 * Also translate helpmessages for dselect diff --git a/release.sh b/release.sh index 53029d78..c4558e91 100755 --- a/release.sh +++ b/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 diff --git a/scripts/dpkg-gencontrol.pl b/scripts/dpkg-gencontrol.pl index b7b086c4..ee185bd8 100755 --- a/scripts/dpkg-gencontrol.pl +++ b/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); -- 2.39.5