[debhelper-devel] [debhelper] 01/01: dh_prep: Fix syntax error

Niels Thykier nthykier at moszumanska.debian.org
Fri Nov 6 22:34:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository debhelper.

commit 4732dbf0a48ddfe29aade1625613f089596645bc
Author: Niels Thykier <niels at thykier.net>
Date:   Fri Nov 6 23:34:11 2015 +0100

    dh_prep: Fix syntax error
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_prep | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_prep b/dh_prep
index bceab81..bece476 100755
--- a/dh_prep
+++ b/dh_prep
@@ -55,7 +55,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		unless excludefile($tmp);
 }
 
-doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp'
+doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' &&
                                    ! excludefile("debian/tmp");
 
 =head1 SEE ALSO

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list