From f8b8ab7d6b79c7aef2293ecf964e698658869193 Mon Sep 17 00:00:00 2001 From: joeyh Date: Sat, 29 Jul 2006 05:44:23 +0000 Subject: 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. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') 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 -- cgit v1.2.3