summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2014-04-09 21:43:43 +0900
committerHideki Yamane <henrich@debian.org>2014-04-09 21:43:43 +0900
commit4fb8cda16802131646cebf66ca61abd8de0b1664 (patch)
tree328bb4673cadad2e323b5ccdfdfd85a47f044161
parentd7a8897220f556bdb99e145b9c7c8397ed037d5e (diff)
downloadpkg-net-snmp-4fb8cda16802131646cebf66ca61abd8de0b1664.tar.gz
add missing bug close in 5.7.2.1-1
-rw-r--r--debian/changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 64ee3c7..1a3556d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,9 @@ net-snmp (5.7.2.1~dfsg-1) experimental; urgency=medium
- set Standards-Version: 3.9.5
- add "Build-Depends: libpci-dev" to enable libpci function that was
introduced in 5.7 (Closes: #741504)
+ - split snmptrapd from snmpd to allow to install only snmpd on systems that
+ will never issue traps (Closes: #314902)
+ + Also it separates mysql dependency (Closes: #715486)
* debian/libsnmp-dev.install
- add missing net-snmp-create-v3-user (Closes: #726158, #718988)
* debian/upstream/signing-key.asc
@@ -33,6 +36,8 @@ net-snmp (5.7.2.1~dfsg-1) experimental; urgency=medium
Thanks to Saj Goonatilleke <saj.goonatilleke@anchor.net.au> for the
patch (Closes: #640456)
- fix "init.d-script-does-not-source-init-functions" lintian warning
+ * debian/snmptrapd.init
+ - split it from snmpd.init (Closes: #724288)
* debian/snmpd.postinst
- fix weird user creation (Closes: #482041, #589040, #606784, #610630)
* debian/snmpd.postrm
@@ -41,7 +46,7 @@ net-snmp (5.7.2.1~dfsg-1) experimental; urgency=medium
* debian/snmp.install
- move traptoemail to snmptrapd.install releated to above changes
* debian/{snmpd,snmptrapd}.default
- - fix pid diretory
+ - fix pid diretory (Closes: #611668)
* debian/README.Debian
- note snmpconf is in snmp package (Closes: #577649)