[devscripts] 02/05: fixup
Joachim Breitner
nomeata at moszumanska.debian.org
Fri Mar 21 15:58:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository devscripts.
commit a9d12033959d8ae48021496f3a5ae5ba6aaf6928
Author: Joachim Breitner <nomeata at debian.org>
Date: Fri Mar 21 16:44:03 2014 +0100
fixup
---
scripts/uscan.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index 7b71e0d..c644299 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -1570,6 +1570,7 @@ EOF
# find out what to delete
$Text::Glob::strict_leading_dot = 0;
$Text::Glob::strict_wildcard_slash = 0;
+ my @to_delete;
for my $filename (@files) {
my $do_exclude = 0;
for my $exclude (@excluded) {
@@ -1583,7 +1584,6 @@ EOF
}
push @to_delete, $filename if $do_exclude;
}
- print "@to_delete\n";
# ensure files are mentioned before the directory they live in
# (otherwise tar complains)
@to_delete = sort {$b cmp $a} @to_delete;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git
More information about the devscripts-devel
mailing list