From c9dcf21da4b0adc8de32a6963f9a2592a8c6dc28 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 21 Jul 2009 12:35:46 +0200 Subject: [PATCH] rules: Remove manpages to force a rebuild to avoid errors from man. Build depend on perl, required for pod2man. --- debian/changelog | 4 +++- debian/control | 2 +- debian/rules | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cb83e07..203d8c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ liboping (1.3.1-1) unstable; urgency=low - Use dh_install's --fail-missing instead of --list-missing. - Pass CFLAGS as arguments to configure instead of setting them in the environment - this is the recommended way. + - Remove manpages to force a rebuild to avoid errors from man. * debian/control: - Use ${binary:Version} instead of ${Source-Version}. - Updated Standards-Version to 3.8.2. @@ -26,6 +27,7 @@ liboping (1.3.1-1) unstable; urgency=low - Let oping depend on liboping0 (>= ${source:Upstream-Version}) explicitly since we do not want to build depend on liboping-dev to get the right version through 'Build-Depends-Package'. + - Build depend on perl, required for pod2man. * debian/compat: - Updated to compat version 5. * Added new binary package "libnet-oping-perl": @@ -39,7 +41,7 @@ liboping (1.3.1-1) unstable; urgency=low * Added debian/README.Debian: - Added a note explaining the use of the 'Build-Depends-Package' field. - -- Sebastian Harl Tue, 21 Jul 2009 11:20:28 +0200 + -- Sebastian Harl Tue, 21 Jul 2009 12:34:07 +0200 liboping (0.3.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 061c3cd..4bf274d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: liboping Section: libs Priority: optional Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 5.0.0), dpkg-dev (>= 1.14.13), autotools-dev, perl-modules +Build-Depends: debhelper (>= 5.0.0), dpkg-dev (>= 1.14.13), autotools-dev, perl, perl-modules Standards-Version: 3.8.2 Homepage: http://verplant.org/liboping/ Vcs-Git: git://git.tokkee.org/pkg-liboping.git diff --git a/debian/rules b/debian/rules index 5c1409c..9d2efbf 100755 --- a/debian/rules +++ b/debian/rules @@ -65,6 +65,9 @@ clean: done dh_clean + + # force a rebuild of the manpages + rm -f src/mans/*.3 src/mans/*.8 install: build dh_testdir -- 2.30.2