[Pkg-net-snmp-commits] [SCM] Git repository for pkg-net-snmp branch, master, updated. edfdd032767b89aa50b401b9fdb73fd5e022ab72

Hideki Yamane henrich at debian.org
Thu Apr 11 01:24:09 UTC 2013


The following commit has been merged in the master branch:
commit 656da3a0b27be382131cfa5eb94a4aa2954e1cad
Author: Hideki Yamane <henrich at debian.org>
Date:   Tue Apr 9 10:42:56 2013 +0900

    Imported Debian patch 5.7.2~dfsg-1~0.2

diff --git a/debian/changelog b/debian/changelog
index f931e02..dfcf615 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+net-snmp (5.7.2~dfsg-1~0.2) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - don't specify installdocs -plibsnmp-perl twice.
+    - add dh_python2 to avoid missing dependency (Closes: #704864)
+  * debian/control
+    - set XS-Python-Version: 2.7 to avoid that dh_python2 would fail
+
+ -- Hideki Yamane <henrich at debian.org>  Tue, 09 Apr 2013 10:42:56 +0900
+
 net-snmp (5.7.2~dfsg-1~0.1) experimental; urgency=low
 
   * Non-maintainer upload.
@@ -127,7 +138,7 @@ net-snmp (5.7.2~dfsg-1~0.1) experimental; urgency=low
   * libsnmp-perl.postinst: remove it since it's not necesssary because
     symlink is handled by debian/rules
 
- -- Hideki Yamane <henrich at debian.org>  Tue, 19 Mar 2013 16:43:02 +0900
+ -- Hideki Yamane <henrich at debian.org>  Sun, 27 Jan 2013 11:57:29 +0900
 
 net-snmp (5.4.3~dfsg-2.7) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a1422be..59845dc 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Conflicts: libsnmp-dev
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-net-snmp/pkg-net-snmp.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-net-snmp/pkg-net-snmp.git
-XS-Python-Version: all
+XS-Python-Version: 2.7
 Homepage: http://net-snmp.sourceforge.net/
 
 Package: snmpd
diff --git a/debian/rules b/debian/rules
index f49a5cf..1740024 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ MIB_MODULES += host
 endif
 
 %:
-	dh $@ --with autotools-dev,autoreconf
+	dh $@ --with autotools-dev,autoreconf,python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
@@ -83,7 +83,6 @@ override_dh_installdocs:
 		       -plibsnmp-dev \
 		       -plibsnmp$(LIB_VERSION)-dbg \
 		       -ppython-netsnmp \
-		       -plibsnmp-perl \
 		       -psnmpd \
 		       -psnmp
 	dh_installdocs  -plibsnmp-perl -ptkmib -plibsnmp-base

-- 
Git repository for pkg-net-snmp



More information about the Pkg-net-snmp-commits mailing list