summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-07-29 05:44:23 +0000
committerjoeyh <joeyh>2006-07-29 05:44:23 +0000
commitf8b8ab7d6b79c7aef2293ecf964e698658869193 (patch)
tree020a7696db396a67df644396bf27fe8b6805ea94 /debian/rules
parent13a9ceba269e905f4be6933ba5f84634076276e0 (diff)
r1939: * Add size test, which fails on any debhelper program of more than 150
lines. This is not a joke, and 100 lines would be better.
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 f2401f75..af5c5e34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ POD2MAN=pod2man -c Debhelper -r "$(VERSION)"
LANGS=$(notdir $(basename $(wildcard man/po4a/po/*.po)))
version:
- printf "package Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';" > \
+ printf "package Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';\n1" > \
Debian/Debhelper/Dh_Version.pm
build: version test build-stamp