summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0b75495e..48b61cb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ man-db (2.5.8-1) UNRELEASED; urgency=low
a whatis entry turns into a broken link.
* Use a separate build directory, eliminating the requirement to preserve
some files by hand.
+ * Build with external libpipeline.
-- Colin Watson <cjwatson@debian.org> Mon, 15 Nov 2010 23:53:39 +0000
diff --git a/debian/control b/debian/control
index 31442a00..aee1f157 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: doc
Priority: important
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.8.2
-Build-Depends: debhelper (>= 7.2.3), flex, groff, libgdbm-dev, po4a, zlib1g-dev, hardening-includes, gettext
+Build-Depends: debhelper (>= 7.2.3), flex, groff, libgdbm-dev, po4a, zlib1g-dev, libpipeline-dev, hardening-includes, gettext
Homepage: http://man-db.nongnu.org/
Package: man-db
diff --git a/debian/rules b/debian/rules
index 6d5871cd..fc26e1ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,8 @@ override_dh_auto_configure:
--with-col=col --with-vgrind=vgrind --with-grap=grap \
--with-compress=compress --with-bzip2=bzip2 \
--with-lzma=lzma \
- --with-sections='1 n l 8 3 2 3posix 3pm 3perl 5 4 9 6 7'
+ --with-sections='1 n l 8 3 2 3posix 3pm 3perl 5 4 9 6 7' \
+ --with-external-pipeline
override_dh_clean:
dh_clean -Xxmalloc.c.orig