summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Beckmann <debian@abeckmann.de>2012-10-01 20:47:03 +0200
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 20:47:03 +0200
commit3f55fa560ec002c3acdbcccbf1109e86a196494c (patch)
treec5ccf832d09094adb814f8ff23ca21b2c720a8db
parentda71f83a6132b915e0ec9975711c341044682c30 (diff)
downloadsendmail-3f55fa560ec002c3acdbcccbf1109e86a196494c.tar.gz
control.m4.in: add libdb-dev dependency
preserve libdb-dev dependency during debian/control regeneration, this is no longer picked up automatically.
-rw-r--r--debian/build/debian/control.m4.in2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/build/debian/control.m4.in b/debian/build/debian/control.m4.in
index 8383367..10448a9 100644
--- a/debian/build/debian/control.m4.in
+++ b/debian/build/debian/control.m4.in
@@ -25,7 +25,7 @@ Maintainer: Richard A Nelson (Rick) <cowboy@debian.org>
Standards-Version: 3.8.3
]]dnl # Sigh... build daemons ignore B-D-I, so replicate in B-D :(
[[Build-Depends-Indep: groff, bsdmainutils
-Build-Depends: make (>> 3.79.1-14), m4, cdbs, quilt, patchutils, dh-buildinfo, debhelper (>= 5), linux-libc-dev (>= 2.6.21-3) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], groff, bsdmainutils @sm_badepends@
+Build-Depends: make (>> 3.79.1-14), m4, cdbs, quilt, patchutils, dh-buildinfo, debhelper (>= 5), linux-libc-dev (>= 2.6.21-3) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], groff, bsdmainutils, libdb-dev @sm_badepends@
Build-Conflicts: libbind-dev, bind-dev, fakeroot (<< 0.4.5)
Homepage: http://www.sendmail.org]]dnl
dnl #
diff --git a/debian/changelog b/debian/changelog
index 428853a..b55cac8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ sendmail (8.14.4-2.2) UNRELEASED; urgency=low
* debian/rules clean: Run maintainer-clean and stop shipping a lot of
generated files in debian/ in the source package. Do not preserve
debian/build/autoconf.mk, it's regenerated as well.
+ * debian/build/debian/control.m4.in: Add libdb-dev dependency to preserve it
+ during regeneration, this is no longer picked up automatically.
-- Andreas Beckmann <debian@abeckmann.de> Mon, 01 Oct 2012 20:19:07 +0200