[Pkg-net-snmp-commits] r332 - branches/net-snmp54/debian branches/net-snmp54-dev/debian trunk/debian
Jochen Friedrich
jochen at alioth.debian.org
Thu Jun 10 16:01:00 UTC 2010
Author: jochen
Date: 2010-06-10 16:00:51 +0000 (Thu, 10 Jun 2010)
New Revision: 332
Modified:
branches/net-snmp54-dev/debian/control
branches/net-snmp54-dev/debian/libsnmp15.install
branches/net-snmp54-dev/debian/snmp.install
branches/net-snmp54/debian/changelog
branches/net-snmp54/debian/control
branches/net-snmp54/debian/libsnmp15.install
branches/net-snmp54/debian/snmp.install
trunk/debian/control
trunk/debian/libsnmp15.install
trunk/debian/snmp.install
Log:
Moved snmp.conf from snmp to libsnmp15
Modified: branches/net-snmp54/debian/changelog
===================================================================
--- branches/net-snmp54/debian/changelog 2010-06-04 17:36:59 UTC (rev 331)
+++ branches/net-snmp54/debian/changelog 2010-06-10 16:00:51 UTC (rev 332)
@@ -18,8 +18,9 @@
- 60_libsensors_api.patch (Closes: #575810)
* Switch to dpkg-source 3.0 (quilt) format
* Bump Standards version to 3.8.4
+ * Moved snmp.conf from snmp to libsnmp15
- -- Jochen Friedrich <jochen at scram.de> Fri, 04 Jun 2010 19:35:22 +0200
+ -- Jochen Friedrich <jochen at scram.de> Thu, 10 Jun 2010 16:57:25 +0200
net-snmp (5.4.2.1~dfsg-5) unstable; urgency=low
Modified: branches/net-snmp54/debian/control
===================================================================
--- branches/net-snmp54/debian/control 2010-06-04 17:36:59 UTC (rev 331)
+++ branches/net-snmp54/debian/control 2010-06-10 16:00:51 UTC (rev 332)
@@ -59,7 +59,7 @@
Section: libs
Priority: optional
Architecture: any
-Replaces: libsnmp-base (<< 5.4.2.1~dfsg-4)
+Replaces: libsnmp-base (<< 5.4.2.1~dfsg-4), snmp (<< 5.4.3~dfsg-1)
Depends: libsnmp-base (>=${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: SNMP (Simple Network Management Protocol) library
The Simple Network Management Protocol (SNMP) provides a framework
Modified: branches/net-snmp54/debian/libsnmp15.install
===================================================================
--- branches/net-snmp54/debian/libsnmp15.install 2010-06-04 17:36:59 UTC (rev 331)
+++ branches/net-snmp54/debian/libsnmp15.install 2010-06-10 16:00:51 UTC (rev 332)
@@ -1,3 +1,4 @@
debian/tmp/usr/lib/lib*.so.*
debian/tmp/usr/bin/net-snmp-config
debian/tmp/usr/share/man/man1/net-snmp-config.1
+debian/tmp/etc/snmp/snmp.conf
Modified: branches/net-snmp54/debian/snmp.install
===================================================================
--- branches/net-snmp54/debian/snmp.install 2010-06-04 17:36:59 UTC (rev 331)
+++ branches/net-snmp54/debian/snmp.install 2010-06-10 16:00:51 UTC (rev 332)
@@ -7,4 +7,3 @@
debian/tmp/usr/share/man/man1/fixproc.1
debian/tmp/usr/share/man/man1/traptoemail.1
debian/tmp/usr/share/snmp/snmpconf-data/snmp-data
-debian/tmp/etc/snmp/snmp.conf
Modified: branches/net-snmp54-dev/debian/control
===================================================================
--- branches/net-snmp54-dev/debian/control 2010-06-04 17:36:59 UTC (rev 331)
+++ branches/net-snmp54-dev/debian/control 2010-06-10 16:00:51 UTC (rev 332)
@@ -59,7 +59,7 @@
Section: libs
Priority: optional
Architecture: any
-Replaces: libsnmp-base (<< 5.4.2.1~dfsg-4)
+Replaces: libsnmp-base (<< 5.4.2.1~dfsg-4), snmp (<< 5.4.3~dfsg-1)
Depends: libsnmp-base (>=${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: SNMP (Simple Network Management Protocol) library
The Simple Network Management Protocol (SNMP) provides a framework
Modified: branches/net-snmp54-dev/debian/libsnmp15.install
===================================================================
--- branches/net-snmp54-dev/debian/libsnmp15.install 2010-06-04 17:36:59 UTC (rev 331)
+++ branches/net-snmp54-dev/debian/libsnmp15.install 2010-06-10 16:00:51 UTC (rev 332)
@@ -1,3 +1,4 @@
debian/tmp/usr/lib/lib*.so.*
debian/tmp/usr/bin/net-snmp-config
debian/tmp/usr/share/man/man1/net-snmp-config.1
+debian/tmp/etc/snmp/snmp.conf
Modified: branches/net-snmp54-dev/debian/snmp.install
===================================================================
--- branches/net-snmp54-dev/debian/snmp.install 2010-06-04 17:36:59 UTC (rev 331)
+++ branches/net-snmp54-dev/debian/snmp.install 2010-06-10 16:00:51 UTC (rev 332)
@@ -7,4 +7,3 @@
debian/tmp/usr/share/man/man1/fixproc.1
debian/tmp/usr/share/man/man1/traptoemail.1
debian/tmp/usr/share/snmp/snmpconf-data/snmp-data
-debian/tmp/etc/snmp/snmp.conf
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2010-06-04 17:36:59 UTC (rev 331)
+++ trunk/debian/control 2010-06-10 16:00:51 UTC (rev 332)
@@ -59,7 +59,7 @@
Section: libs
Priority: optional
Architecture: any
-Replaces: libsnmp-base (<< 5.4.2.1~dfsg-4)
+Replaces: libsnmp-base (<< 5.4.2.1~dfsg-4), snmp (<< 5.4.3~dfsg-1)
Depends: libsnmp-base (>=${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: SNMP (Simple Network Management Protocol) library
The Simple Network Management Protocol (SNMP) provides a framework
Modified: trunk/debian/libsnmp15.install
===================================================================
--- trunk/debian/libsnmp15.install 2010-06-04 17:36:59 UTC (rev 331)
+++ trunk/debian/libsnmp15.install 2010-06-10 16:00:51 UTC (rev 332)
@@ -1,3 +1,4 @@
debian/tmp/usr/lib/lib*.so.*
debian/tmp/usr/bin/net-snmp-config
debian/tmp/usr/share/man/man1/net-snmp-config.1
+debian/tmp/etc/snmp/snmp.conf
Modified: trunk/debian/snmp.install
===================================================================
--- trunk/debian/snmp.install 2010-06-04 17:36:59 UTC (rev 331)
+++ trunk/debian/snmp.install 2010-06-10 16:00:51 UTC (rev 332)
@@ -7,4 +7,3 @@
debian/tmp/usr/share/man/man1/fixproc.1
debian/tmp/usr/share/man/man1/traptoemail.1
debian/tmp/usr/share/snmp/snmpconf-data/snmp-data
-debian/tmp/etc/snmp/snmp.conf
More information about the Pkg-net-snmp-commits
mailing list