diff options
author | joeyh <joeyh> | 2006-07-29 05:44:23 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-07-29 05:44:23 +0000 |
commit | f8b8ab7d6b79c7aef2293ecf964e698658869193 (patch) | |
tree | 020a7696db396a67df644396bf27fe8b6805ea94 /debian/rules | |
parent | 13a9ceba269e905f4be6933ba5f84634076276e0 (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-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index f2401f7..af5c5e3 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 |