Author: adsb
Date: 2009-08-25 19:02:22 +0000 (Tue, 25 Aug 2009)
New Revision: 1972
Modified:
trunk/scripts/tagpending.pl
Log:
tagpending: Now we're not parsing debian/control, don't insist on it existing
or mention it in the manpage
Modified: trunk/scripts/tagpending.pl
===================================================================
--- trunk/scripts/tagpending.pl 2009-08-25 17:53:06 UTC (rev 1971)
+++ trunk/scripts/tagpending.pl 2009-08-25 19:02:22 UTC (rev 1972)
@@ -87,7 +87,7 @@
=head1 DESCRIPTION
-B<tagpending> parses debian/changelog and debian/control to determine
+B<tagpending> parses debian/changelog to determine
which bugs would be closed if the package were uploaded. Each bug is
then marked as pending, using B<bts>(1) if it is not already so.
@@ -158,7 +158,7 @@
my $changes='';
my $header='';
-foreach my $file ("debian/control", "debian/changelog") {
+foreach my $file ("debian/changelog") {
if (! -f $file) {
die "$progname error: $file does not exist!\n";
}
--
To unsubscribe, send mail to [email protected].