diff options
author | Niels Thykier <niels@thykier.net> | 2015-11-02 21:36:32 +0100 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2015-11-02 21:37:20 +0100 |
commit | 505fa4d6b157bbcc810c5126a65c5fca1899161e (patch) | |
tree | 6674caf1c80f2740fbc8e17f4573d54aff7ec531 /dh_prep | |
parent | 4a459de32a1625d6aacec3c7a44b93603d649cf4 (diff) | |
download | debhelper-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-x | dh_prep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |