summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-27 15:29:43 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-27 15:29:43 -0500
commit64cd63ff797a52da5222024a966d6fdb495af6b5 (patch)
treee343f5ec565d68a779972caf810a9631ed276a4f /Debian
parent46d2fe7834eb5077e3ece1c68823abc7cbd6365d (diff)
parent80b7d0b4f8954663a9d73eae1c22ca4747df22ac (diff)
Merge branch 'dh_overrides'
Conflicts: Debian/Debhelper/Dh_Getopt.pm debian/changelog
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Getopt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm
index ddfb71b6..afad4b3c 100644
--- a/Debian/Debhelper/Dh_Getopt.pm
+++ b/Debian/Debhelper/Dh_Getopt.pm
@@ -172,7 +172,7 @@ sub parseopts {
warning("warning: unknown options will be a fatal error in a future debhelper release");
#error("unknown option; aborting");
}
-
+
# Check to see if -V was specified. If so, but no parameters were
# passed, the variable will be defined but empty.
if (defined($dh{V_FLAG})) {