[Pkg-net-snmp-commits] r316 - branches/net-snmp54/debian branches/net-snmp54-dev/debian trunk/debian
Jochen Friedrich
jochen at alioth.debian.org
Fri Nov 27 15:55:16 UTC 2009
Author: jochen
Date: 2009-11-27 15:55:16 +0000 (Fri, 27 Nov 2009)
New Revision: 316
Modified:
branches/net-snmp54-dev/debian/control
branches/net-snmp54-dev/debian/rules
branches/net-snmp54/debian/changelog
branches/net-snmp54/debian/control
branches/net-snmp54/debian/rules
trunk/debian/control
trunk/debian/rules
Log:
Add patch to make the python module compile with python2.6.
Modified: branches/net-snmp54/debian/changelog
===================================================================
--- branches/net-snmp54/debian/changelog 2009-11-27 15:41:01 UTC (rev 315)
+++ branches/net-snmp54/debian/changelog 2009-11-27 15:55:16 UTC (rev 316)
@@ -2,8 +2,10 @@
* Update 26_kfreebsd.patch with patch from Petr Salinger
<Petr.Salinger at seznam.cz> (Closes: #557244).
+ * Applied patch from Jakub Wilk <ubanus at users.sf.net> to make the
+ python module compile with python2.6 (Closes: #557540).
- -- Jochen Friedrich <jochen at scram.de> Fri, 27 Nov 2009 16:33:10 +0100
+ -- Jochen Friedrich <jochen at scram.de> Fri, 27 Nov 2009 16:47:36 +0100
net-snmp (5.4.2.1~dfsg-3) unstable; urgency=low
Modified: branches/net-snmp54/debian/control
===================================================================
--- branches/net-snmp54/debian/control 2009-11-27 15:41:01 UTC (rev 315)
+++ branches/net-snmp54/debian/control 2009-11-27 15:55:16 UTC (rev 316)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Net-SNMP Packaging Team <pkg-net-snmp-devel at lists.alioth.debian.org>
Uploaders: Jochen Friedrich <jochen at scram.de>, Thomas Anders <tanders at users.sourceforge.net>, Noah Meyerhans <noahm at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), libtool, libwrap0-dev, libssl-dev (>> 0.9.8), perl (>=5.8), libperl-dev, python-all-dev, python-central (>=0.5.6), python (>=2.3.5-7), python-setuptools (>=0.6b3), autoconf, automake1.9, autotools-dev, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors4-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
+Build-Depends: debhelper (>= 7.0.50~), libtool, libwrap0-dev, libssl-dev (>> 0.9.8), perl (>=5.8), libperl-dev, python-all-dev (>= 2.5.4-1~), python-central (>=0.5.6), python (>=2.3.5-7), python-setuptools (>=0.6b3), autoconf, automake1.9, autotools-dev, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors4-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/pkg-net-snmp/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-net-snmp/
Modified: branches/net-snmp54/debian/rules
===================================================================
--- branches/net-snmp54/debian/rules 2009-11-27 15:41:01 UTC (rev 315)
+++ branches/net-snmp54/debian/rules 2009-11-27 15:55:16 UTC (rev 316)
@@ -122,7 +122,7 @@
debian/python-install-stamp-%:
# Build python modules manually as the net-snmp Makefile is too limited.
- cd python; python$* setup.py install --root $(CURDIR)/debian/tmp
+ cd python; python$* setup.py install --root $(CURDIR)/debian/tmp $(py_setup_install_args)
mv debian/tmp/usr/lib/python$*/$(call py_sitename, $*)/netsnmp_python-$(PYTHON_VERSION).egg-info \
debian/tmp/usr/lib/python$*/$(call py_sitename, $*)/netsnmp_python.egg-info
touch $@
Modified: branches/net-snmp54-dev/debian/control
===================================================================
--- branches/net-snmp54-dev/debian/control 2009-11-27 15:41:01 UTC (rev 315)
+++ branches/net-snmp54-dev/debian/control 2009-11-27 15:55:16 UTC (rev 316)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Net-SNMP Packaging Team <pkg-net-snmp-devel at lists.alioth.debian.org>
Uploaders: Jochen Friedrich <jochen at scram.de>, Thomas Anders <tanders at users.sourceforge.net>, Noah Meyerhans <noahm at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), libtool, libwrap0-dev, libssl-dev (>> 0.9.8), perl (>=5.8), libperl-dev, python-all-dev, python-central (>=0.5.6), python (>=2.3.5-7), python-setuptools (>=0.6b3), autoconf, automake1.9, autotools-dev, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors4-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
+Build-Depends: debhelper (>= 7.0.50~), libtool, libwrap0-dev, libssl-dev (>> 0.9.8), perl (>=5.8), libperl-dev, python-all-dev (>= 2.5.4-1~), python-central (>=0.5.6), python (>=2.3.5-7), python-setuptools (>=0.6b3), autoconf, automake1.9, autotools-dev, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors4-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/pkg-net-snmp/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-net-snmp/
Modified: branches/net-snmp54-dev/debian/rules
===================================================================
--- branches/net-snmp54-dev/debian/rules 2009-11-27 15:41:01 UTC (rev 315)
+++ branches/net-snmp54-dev/debian/rules 2009-11-27 15:55:16 UTC (rev 316)
@@ -122,7 +122,7 @@
debian/python-install-stamp-%:
# Build python modules manually as the net-snmp Makefile is too limited.
- cd python; python$* setup.py install --root $(CURDIR)/debian/tmp
+ cd python; python$* setup.py install --root $(CURDIR)/debian/tmp $(py_setup_install_args)
mv debian/tmp/usr/lib/python$*/$(call py_sitename, $*)/netsnmp_python-$(PYTHON_VERSION).egg-info \
debian/tmp/usr/lib/python$*/$(call py_sitename, $*)/netsnmp_python.egg-info
touch $@
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2009-11-27 15:41:01 UTC (rev 315)
+++ trunk/debian/control 2009-11-27 15:55:16 UTC (rev 316)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Net-SNMP Packaging Team <pkg-net-snmp-devel at lists.alioth.debian.org>
Uploaders: Jochen Friedrich <jochen at scram.de>, Thomas Anders <tanders at users.sourceforge.net>, Noah Meyerhans <noahm at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), libtool, libwrap0-dev, libssl-dev (>> 0.9.8), perl (>=5.8), libperl-dev, python-all-dev, python-central (>=0.5.6), python (>=2.3.5-7), python-setuptools (>=0.6b3), autoconf, automake1.9, autotools-dev, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors4-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
+Build-Depends: debhelper (>= 7.0.50~), libtool, libwrap0-dev, libssl-dev (>> 0.9.8), perl (>=5.8), libperl-dev, python-all-dev (>= 2.5.4-1~), python-central (>=0.5.6), python (>=2.3.5-7), python-setuptools (>=0.6b3), autoconf, automake1.9, autotools-dev, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors4-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/pkg-net-snmp/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-net-snmp/
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2009-11-27 15:41:01 UTC (rev 315)
+++ trunk/debian/rules 2009-11-27 15:55:16 UTC (rev 316)
@@ -122,7 +122,7 @@
debian/python-install-stamp-%:
# Build python modules manually as the net-snmp Makefile is too limited.
- cd python; python$* setup.py install --root $(CURDIR)/debian/tmp
+ cd python; python$* setup.py install --root $(CURDIR)/debian/tmp $(py_setup_install_args)
mv debian/tmp/usr/lib/python$*/$(call py_sitename, $*)/netsnmp_python-$(PYTHON_VERSION).egg-info \
debian/tmp/usr/lib/python$*/$(call py_sitename, $*)/netsnmp_python.egg-info
touch $@
More information about the Pkg-net-snmp-commits
mailing list