diff options
author | joey <joey> | 2001-01-28 09:52:41 +0000 |
---|---|---|
committer | joey <joey> | 2001-01-28 09:52:41 +0000 |
commit | c89efb0352c6c4af78bc8d5ebbe7cb3846ff89f3 (patch) | |
tree | 314535c835fa7d8bb8e13967e9ec801fe5fbb3b2 /dh_testdir | |
parent | 454aea6d19ef8a973b6467c594691be4ba937b1c (diff) | |
download | debhelper-c89efb0352c6c4af78bc8d5ebbe7cb3846ff89f3.tar.gz |
r412: * Bah, reverted that last change. It isn't useful because
dpkg-buildpackage reads the real control file and gets confused.
Diffstat (limited to 'dh_testdir')
-rwxr-xr-x | dh_testdir | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ use Debian::Debhelper::Dh_Lib; init(); -foreach $file (Debian::Debhelper::Dh_Lib::getcontrol(),@ARGV) { +foreach $file ('debian/control', @ARGV) { if (! -e $file) { error("\"$file\" not found. Are you sure you are in the correct directory?"); } |