[Pkg-net-snmp-commits] [pkg-net-snmp] 02/05: fix Bug#744023
Hideki Yamane
henrich at moszumanska.debian.org
Mon Sep 15 15:19:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch master
in repository pkg-net-snmp.
commit 6728d5ded62faa23ca20d8bc488f848a7544c843
Author: Hideki Yamane <henrich at debian.org>
Date: Thu May 15 23:35:02 2014 +0900
fix Bug#744023
---
debian/changelog | 2 ++
debian/control | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 080c9e0..1264538 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ net-snmp (5.7.2.1~dfsg-6) unstable; urgency=medium
* debian/{snmpd.conf,patches/add_rocommunity6.patch}
- fix typo, thanks to Uwe Storbeck <uwe at ibr.ch> for the report
(Closes: #746399)
+ * debian/control
+ - libsnmp-dev: add "Depends: libpci-dev" (Closes: #744023)
-- Hideki Yamane <henrich at debian.org> Sun, 04 May 2014 10:55:05 +0900
diff --git a/debian/control b/debian/control
index e52262a..0394d97 100644
--- a/debian/control
+++ b/debian/control
@@ -118,7 +118,9 @@ Replaces: libsnmp9-dev, libsnmp15-dev, snmp (<< 5.4~dfsg), libsnmp-base (<< 5.7.
Provides: libsnmp9-dev
Conflicts: libsnmp9-dev, libsnmp15-dev, snmp (<< 5.4~dfsg)
Breaks: libsnmp-base (<< 5.7.2~dfsg-8.1~)
-Depends: libc6-dev, libsnmp30 (=${binary:Version}), libwrap0-dev, libssl-dev, procps, libkvm-dev [kfreebsd-any], libsensors4-dev [linux-any], ${misc:Depends}
+Depends: libc6-dev, libsnmp30 (=${binary:Version}), libwrap0-dev, libssl-dev, procps,
+ libkvm-dev [kfreebsd-any], libsensors4-dev [linux-any], ${misc:Depends},
+ libpci-dev
Description: SNMP (Simple Network Management Protocol) development files
The Simple Network Management Protocol (SNMP) provides a framework
for the exchange of management information between agents (servers)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-net-snmp/pkg-net-snmp.git
More information about the Pkg-net-snmp-commits
mailing list