[Pkg-net-snmp-commits] r280 - branches/net-snmp54/debian branches/net-snmp54-dev/debian trunk/debian

Jochen Friedrich jochen at alioth.debian.org
Tue Nov 3 13:49:09 UTC 2009


Author: jochen
Date: 2009-11-03 13:49:08 +0000 (Tue, 03 Nov 2009)
New Revision: 280

Added:
   branches/net-snmp54-dev/debian/clean
   branches/net-snmp54/debian/clean
   trunk/debian/clean
Modified:
   branches/net-snmp54-dev/debian/compat
   branches/net-snmp54-dev/debian/control
   branches/net-snmp54-dev/debian/rules
   branches/net-snmp54/debian/compat
   branches/net-snmp54/debian/control
   branches/net-snmp54/debian/rules
   trunk/debian/compat
   trunk/debian/control
   trunk/debian/rules
Log:
Update to debhelper 7 and fix clean target.
Update standards version to 3.8.3.


Added: branches/net-snmp54/debian/clean
===================================================================
--- branches/net-snmp54/debian/clean	                        (rev 0)
+++ branches/net-snmp54/debian/clean	2009-11-03 13:49:08 UTC (rev 280)
@@ -0,0 +1,18 @@
+aclocal.m4
+configure
+ltmain.sh
+stamp-h
+stamp-h.in
+include/net-snmp/net-snmp-config.h.in
+perl/Makefile.old
+perl/SNMP/Makefile.old
+perl/SNMP/t/snmptest.cmd
+perl/agent/Makefile.old
+perl/agent/default_store/Makefile.old
+perl/agent/Support/Makefile.old
+perl/TrapReceiver/const-xs.inc
+perl/TrapReceiver/Makefile.old
+perl/TrapReceiver/const-c.inc
+perl/default_store/Makefile.old
+perl/ASN/Makefile.old
+perl/OID/Makefile.old

Modified: branches/net-snmp54/debian/compat
===================================================================
--- branches/net-snmp54/debian/compat	2009-11-03 13:47:33 UTC (rev 279)
+++ branches/net-snmp54/debian/compat	2009-11-03 13:49:08 UTC (rev 280)
@@ -1 +1 @@
-6
+7

Modified: branches/net-snmp54/debian/control
===================================================================
--- branches/net-snmp54/debian/control	2009-11-03 13:47:33 UTC (rev 279)
+++ branches/net-snmp54/debian/control	2009-11-03 13:49:08 UTC (rev 280)
@@ -3,8 +3,8 @@
 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 (>=6), 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, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, cdbs (>=0.4.51), quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors-dev (>=2.8.5) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>=7), 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, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, cdbs (>=0.4.51), quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors-dev (>=2.8.5) [!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/
 XS-Python-Version: all

Modified: branches/net-snmp54/debian/rules
===================================================================
--- branches/net-snmp54/debian/rules	2009-11-03 13:47:33 UTC (rev 279)
+++ branches/net-snmp54/debian/rules	2009-11-03 13:49:08 UTC (rev 280)
@@ -14,7 +14,6 @@
 UPSTREAM_VERSION = $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ':' | sed 's/ //' | sed 's/~dfsg.*$$//')
 COMPAT_VERSION = $(UPSTREAM_VERSION)~dfsg
 PYTHON_VERSION = 1.0a1
-EXTRACLEAN = aclocal.m4 configure ltmain.sh stamp-h stamp-h.in include/net-snmp/net-snmp-config.h.in
 
 MIB_MODULES = host smux ucd-snmp/dlmod
 
@@ -58,10 +57,9 @@
 	touch aclocal.m4
 
 clean::
-	dh_clean perl/SNMP/t/snmptest.cmd
+	dh_clean
 	rm -rf `find . -name .libs`
 	rm -rf `find . -name .svn`
-	rm -rf $(EXTRACLEAN);
 	find . -name *\.py[co] -exec rm {} \;
 	find debian -name python-*-stamp-* -exec rm {} \;
 	rm -rf python/build

Added: branches/net-snmp54-dev/debian/clean
===================================================================
--- branches/net-snmp54-dev/debian/clean	                        (rev 0)
+++ branches/net-snmp54-dev/debian/clean	2009-11-03 13:49:08 UTC (rev 280)
@@ -0,0 +1,18 @@
+aclocal.m4
+configure
+ltmain.sh
+stamp-h
+stamp-h.in
+include/net-snmp/net-snmp-config.h.in
+perl/Makefile.old
+perl/SNMP/Makefile.old
+perl/SNMP/t/snmptest.cmd
+perl/agent/Makefile.old
+perl/agent/default_store/Makefile.old
+perl/agent/Support/Makefile.old
+perl/TrapReceiver/const-xs.inc
+perl/TrapReceiver/Makefile.old
+perl/TrapReceiver/const-c.inc
+perl/default_store/Makefile.old
+perl/ASN/Makefile.old
+perl/OID/Makefile.old

Modified: branches/net-snmp54-dev/debian/compat
===================================================================
--- branches/net-snmp54-dev/debian/compat	2009-11-03 13:47:33 UTC (rev 279)
+++ branches/net-snmp54-dev/debian/compat	2009-11-03 13:49:08 UTC (rev 280)
@@ -1 +1 @@
-6
+7

Modified: branches/net-snmp54-dev/debian/control
===================================================================
--- branches/net-snmp54-dev/debian/control	2009-11-03 13:47:33 UTC (rev 279)
+++ branches/net-snmp54-dev/debian/control	2009-11-03 13:49:08 UTC (rev 280)
@@ -3,8 +3,8 @@
 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 (>=6), 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, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, cdbs (>=0.4.51), quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors-dev (>=2.8.5) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>=7), 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, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, cdbs (>=0.4.51), quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors-dev (>=2.8.5) [!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/
 XS-Python-Version: all

Modified: branches/net-snmp54-dev/debian/rules
===================================================================
--- branches/net-snmp54-dev/debian/rules	2009-11-03 13:47:33 UTC (rev 279)
+++ branches/net-snmp54-dev/debian/rules	2009-11-03 13:49:08 UTC (rev 280)
@@ -8,11 +8,12 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+include /usr/share/python/python.mk
+
 LIB_VERSION = 15
 UPSTREAM_VERSION = $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ':' | sed 's/ //' | sed 's/~dfsg.*$$//')
 COMPAT_VERSION = $(UPSTREAM_VERSION)~dfsg
 PYTHON_VERSION = 1.0a1
-EXTRACLEAN = aclocal.m4 configure ltmain.sh stamp-h stamp-h.in include/net-snmp/net-snmp-config.h.in
 
 MIB_MODULES = host smux ucd-snmp/dlmod
 
@@ -56,10 +57,9 @@
 	touch aclocal.m4
 
 clean::
-	dh_clean perl/SNMP/t/snmptest.cmd
+	dh_clean
 	rm -rf `find . -name .libs`
 	rm -rf `find . -name .svn`
-	rm -rf $(EXTRACLEAN);
 	find . -name *\.py[co] -exec rm {} \;
 	find debian -name python-*-stamp-* -exec rm {} \;
 	rm -rf python/build

Added: trunk/debian/clean
===================================================================
--- trunk/debian/clean	                        (rev 0)
+++ trunk/debian/clean	2009-11-03 13:49:08 UTC (rev 280)
@@ -0,0 +1,18 @@
+aclocal.m4
+configure
+ltmain.sh
+stamp-h
+stamp-h.in
+include/net-snmp/net-snmp-config.h.in
+perl/Makefile.old
+perl/SNMP/Makefile.old
+perl/SNMP/t/snmptest.cmd
+perl/agent/Makefile.old
+perl/agent/default_store/Makefile.old
+perl/agent/Support/Makefile.old
+perl/TrapReceiver/const-xs.inc
+perl/TrapReceiver/Makefile.old
+perl/TrapReceiver/const-c.inc
+perl/default_store/Makefile.old
+perl/ASN/Makefile.old
+perl/OID/Makefile.old

Modified: trunk/debian/compat
===================================================================
--- trunk/debian/compat	2009-11-03 13:47:33 UTC (rev 279)
+++ trunk/debian/compat	2009-11-03 13:49:08 UTC (rev 280)
@@ -1 +1 @@
-6
+7

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2009-11-03 13:47:33 UTC (rev 279)
+++ trunk/debian/control	2009-11-03 13:49:08 UTC (rev 280)
@@ -3,8 +3,8 @@
 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 (>=6), 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, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, cdbs (>=0.4.51), quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors-dev (>=2.8.5) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
-Standards-Version: 3.8.2
+Build-Depends: debhelper (>=7), 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, debianutils (>=1.13.1), bash (>=2.05), findutils (>=4.1.20), procps, cdbs (>=0.4.51), quilt, libkvm-dev [kfreebsd-i386 kfreebsd-amd64], libsensors-dev (>=2.8.5) [!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/
 XS-Python-Version: all

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-11-03 13:47:33 UTC (rev 279)
+++ trunk/debian/rules	2009-11-03 13:49:08 UTC (rev 280)
@@ -8,11 +8,12 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+include /usr/share/python/python.mk
+
 LIB_VERSION = 15
 UPSTREAM_VERSION = $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ':' | sed 's/ //' | sed 's/~dfsg.*$$//')
 COMPAT_VERSION = $(UPSTREAM_VERSION)~dfsg
 PYTHON_VERSION = 1.0a1
-EXTRACLEAN = aclocal.m4 configure ltmain.sh stamp-h stamp-h.in include/net-snmp/net-snmp-config.h.in
 
 MIB_MODULES = host smux ucd-snmp/dlmod
 
@@ -56,10 +57,9 @@
 	touch aclocal.m4
 
 clean::
-	dh_clean perl/SNMP/t/snmptest.cmd
+	dh_clean
 	rm -rf `find . -name .libs`
 	rm -rf `find . -name .svn`
-	rm -rf $(EXTRACLEAN);
 	find . -name *\.py[co] -exec rm {} \;
 	find debian -name python-*-stamp-* -exec rm {} \;
 	rm -rf python/build




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