summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-03-13 04:37:36 +0000
committerjoeyh <joeyh>2006-03-13 04:37:36 +0000
commit5b3da8f1752c6123c3a253821555fb50aee4deab (patch)
tree285b02d5414a28e3e174a09c65ee24904aa21f6f /debian/rules
parent9e27ad5f01f366be2573b2b1c0e6360fefb12e09 (diff)
r1884: impove some errors
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 96117701..4292724e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ MAKEMANLIST=perl -e ' \
}'
# Figure out the `current debhelper version.
-VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)')
+VERSION=$(shell expr "`dpkg-parsechangelog |grep Version:`" : '.*Version: \(.*\)')
PERLLIBDIR=$(shell perl -MConfig -e 'print $$Config{vendorlib}')