summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorjoey <joey>2000-03-04 21:19:42 +0000
committerjoey <joey>2000-03-04 21:19:42 +0000
commit12c24def5cf63053cb5c87c753b1a4e4de58bb0f (patch)
tree8f01af8f066a16d470578a870a7455d3da015a47 /debian/rules
parent57cd028e69472a1d2ade68a474a45641c65ff7bb (diff)
r341: * Fixed dh_testversion; broken in last release.
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 da3305e5..3f81682c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ binary-indep: link-stamp build
./dh_installdirs usr/bin usr/share/debhelper \
usr/lib/perl5/Debian/Debhelper
- echo -e "package Dh_Version;\n\$$version='$(VERSION)';" > \
+ echo -e "package Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';" > \
debian/debhelper/usr/lib/perl5/Debian/Debhelper/Dh_Version.pm
find . -perm +111 -maxdepth 1 -type f -not -name "*.pl" \
-exec install -p {} debian/debhelper/usr/bin \;