summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2014-03-30 18:34:50 +0900
committerHideki Yamane <henrich@debian.org>2014-03-30 18:34:50 +0900
commit73395eb57feeee19f3a5781e17b2341626be4b6e (patch)
treeca3c4971e934ee1e89e8911690be7d457f09f1d0
parentc14d3923c6accaa2162cc021cfa93a238f870d2a (diff)
downloadpkg-net-snmp-73395eb57feeee19f3a5781e17b2341626be4b6e.tar.gz
fix bug#741504
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 61a4a1c..ff57b73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ net-snmp (5.7.2~dfsg-9) UNRELEASED; urgency=medium
- add agentx-crash.patch, taken from Fedora package.
* debian/control
- set Standards-Version: 3.9.5
+ - add "Build-Depends: libpci-dev" to enable libpci function that was
+ introduce in 5.7 (Closes: #741504)
* debian/libsnmp-dev.install
- add missing net-snmp-create-v3-user (Closes: #726158, #718988)
* debian/upstream/signing-key.asc
diff --git a/debian/control b/debian/control
index 76b3cc9..700960a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), libtool, libwrap0-dev, libssl-dev (>> 0.9.8), p
libbsd-dev [kfreebsd-i386 kfreebsd-amd64],
libkvm-dev [kfreebsd-i386 kfreebsd-amd64],
libsensors4-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
- libmysqld-dev
+ libmysqld-dev, libpci-dev
Build-Conflicts: libsnmp-dev
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-net-snmp/pkg-net-snmp.git