[Pkg-clamav-commits] [libclamunrar] 06/07: add pkg-config to deps

Sebastian Andrzej Siewior bigeasy at moszumanska.debian.org
Fri Dec 4 22:52:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

bigeasy pushed a commit to branch unstable
in repository libclamunrar.

commit 7cdb2869e791f268a4a09ffefe4b9ac7fced081c
Author: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
Date:   Fri Dec 4 22:04:53 2015 +0100

    add pkg-config to deps
    
    Signed-off-by: Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fb74af2..58acf50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ libclamunrar (0.99-1) unstable; urgency=medium
   * switch from libclamunrar6 to libclamunrar7
   * copy clamav's watch file
   * Bumb standards version to 3.9.6, no changes required
+  * add pkg-config to dependencies so autoreconf does not break
+  * don't links against libpcre if available.
 
  -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc>  Fri, 04 Dec 2015 21:29:11 +0100
 
diff --git a/debian/control b/debian/control
index 416c422..7677e21 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: extra
 Section: non-free/libs
 Maintainer: ClamAV Team <pkg-clamav-devel at lists.alioth.debian.org>
 Uploaders: Michael Tautschnig <mt at debian.org>, Stephen Gran <sgran at debian.org>, Sebastian Andrzej Siewior <sebastian at breakpoint.cc>
-Build-Depends: debhelper (>= 8), autotools-dev, zlib1g-dev, libbz2-dev, dh-autoreconf, automake, libssl-dev
+Build-Depends: debhelper (>= 8), autotools-dev, zlib1g-dev, libbz2-dev, dh-autoreconf, automake, libssl-dev, pkg-config
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-clamav/libclamunrar.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-clamav/libclamunrar.git;a=summary
diff --git a/debian/rules b/debian/rules
index 80b5cb5..804b5ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ endif
 override_dh_auto_configure:
 	dh_auto_configure -- $(shell DEB_LDFLAGS_MAINT_APPEND="-Wl,-z,defs" \
 		DEB_CFLAGS_MAINT_APPEND="-D_FILE_OFFSET_BITS=64" dpkg-buildflags --export=configure) \
-		--disable-clamav
+		--disable-clamav --without-pcre
 
 override_dh_auto_build-arch:
 	dh_auto_build -a -- V=1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-clamav/libclamunrar.git



More information about the Pkg-clamav-commits mailing list