summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 679935a)
raw | patch | inline | side by side (parent: 679935a)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 21 Jul 2009 10:35:46 +0000 (12:35 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 21 Jul 2009 10:35:46 +0000 (12:35 +0200) |
Build depend on perl, required for pod2man.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index cb83e07e7b9b15bebd580a4ecc39658c5592e26d..203d8c98c467e4a7a0a2937ddec7b422ceebb38d 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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.
- 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":
* Added debian/README.Debian:
- Added a note explaining the use of the 'Build-Depends-Package' field.
- -- Sebastian Harl <tokkee@debian.org> Tue, 21 Jul 2009 11:20:28 +0200
+ -- Sebastian Harl <tokkee@debian.org> 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 061c3cdd9d99d952b652db4deb698f1d4169b87b..4bf274d39e65f3540544f8cd3e527684d2e88a81 100644 (file)
--- a/debian/control
+++ b/debian/control
Section: libs
Priority: optional
Maintainer: Sebastian Harl <tokkee@debian.org>
-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 5c1409c61b82b697d58f59bae6a51e56af1ea8d9..9d2efbf5562ac7005edeb2a11e2c7aaa8fe46cbc 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
done
dh_clean
+
+ # force a rebuild of the manpages
+ rm -f src/mans/*.3 src/mans/*.8
install: build
dh_testdir