summaryrefslogtreecommitdiff
path: root/dh_prep
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2015-11-02 21:36:32 +0100
committerNiels Thykier <niels@thykier.net>2015-11-02 21:37:20 +0100
commit505fa4d6b157bbcc810c5126a65c5fca1899161e (patch)
tree6674caf1c80f2740fbc8e17f4573d54aff7ec531 /dh_prep
parent4a459de32a1625d6aacec3c7a44b93603d649cf4 (diff)
downloaddebhelper-505fa4d6b157bbcc810c5126a65c5fca1899161e.tar.gz
Remove all compat(1) and compat(2) "guards"
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_prep')
-rwxr-xr-xdh_prep2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_prep b/dh_prep
index 5ec7fae9..bceab81d 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' && ! compat(1) &&
+doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp'
! excludefile("debian/tmp");
=head1 SEE ALSO