[Python-modules-commits] r33989 - in packages/python-dpkt/tags (8 files)

wrar at users.alioth.debian.org wrar at users.alioth.debian.org
Mon Aug 24 18:58:21 UTC 2015


    Date: Monday, August 24, 2015 @ 18:58:20
  Author: wrar
Revision: 33989

[svn-buildpackage] Tagging python-dpkt 1.6+svn54-3

Added:
  packages/python-dpkt/tags/1.6+svn54-3/
  packages/python-dpkt/tags/1.6+svn54-3/debian/changelog
    (from rev 33988, packages/python-dpkt/trunk/debian/changelog)
  packages/python-dpkt/tags/1.6+svn54-3/debian/control
    (from rev 33988, packages/python-dpkt/trunk/debian/control)
  packages/python-dpkt/tags/1.6+svn54-3/debian/rules
    (from rev 33988, packages/python-dpkt/trunk/debian/rules)
Deleted:
  packages/python-dpkt/tags/1.6+svn54-3/debian/changelog
  packages/python-dpkt/tags/1.6+svn54-3/debian/control
  packages/python-dpkt/tags/1.6+svn54-3/debian/rules
  packages/python-dpkt/tags/1.6+svn54-3/debian/watch

Deleted: packages/python-dpkt/tags/1.6+svn54-3/debian/changelog
===================================================================
--- packages/python-dpkt/trunk/debian/changelog	2015-08-24 18:31:24 UTC (rev 33987)
+++ packages/python-dpkt/tags/1.6+svn54-3/debian/changelog	2015-08-24 18:58:20 UTC (rev 33989)
@@ -1,24 +0,0 @@
-python-dpkt (1.6+svn54-3) UNRELEASED; urgency=low
-
-  [ Sameer Rahmani ]
-  * watch file fixed.
-
-  [ Jakub Wilk ]
-  * Add Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:30 +0200
-
-python-dpkt (1.6+svn54-2) unstable; urgency=low
-
-  * Renamed the dnet calls to dumbnet. 
-  * Homepage updated
-  * Description polished.
-  * debian/README.source added.  
-
- -- Luciano Bello <luciano at debian.org>  Wed, 26 Aug 2009 01:41:59 -0300
-
-python-dpkt (1.6+svn54-1) unstable; urgency=low
-
-  * Initial release (Closes: #538755)
-
- -- Luciano Bello <luciano at debian.org>  Mon, 27 Jul 2009 20:53:29 -0300

Copied: packages/python-dpkt/tags/1.6+svn54-3/debian/changelog (from rev 33988, packages/python-dpkt/trunk/debian/changelog)
===================================================================
--- packages/python-dpkt/tags/1.6+svn54-3/debian/changelog	                        (rev 0)
+++ packages/python-dpkt/tags/1.6+svn54-3/debian/changelog	2015-08-24 18:58:20 UTC (rev 33989)
@@ -0,0 +1,26 @@
+python-dpkt (1.6+svn54-3) unstable; urgency=medium
+
+  [ Jakub Wilk ]
+  * Add Vcs-* fields.
+
+  [ Andrey Rahmatullin ]
+  * Port from python-support to dh-python (Closes: #786207)
+  * Remove obsolete debian/watch, patches welcome
+  * Update Homepage:
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Mon, 24 Aug 2015 23:56:33 +0500
+
+python-dpkt (1.6+svn54-2) unstable; urgency=low
+
+  * Renamed the dnet calls to dumbnet. 
+  * Homepage updated
+  * Description polished.
+  * debian/README.source added.  
+
+ -- Luciano Bello <luciano at debian.org>  Wed, 26 Aug 2009 01:41:59 -0300
+
+python-dpkt (1.6+svn54-1) unstable; urgency=low
+
+  * Initial release (Closes: #538755)
+
+ -- Luciano Bello <luciano at debian.org>  Mon, 27 Jul 2009 20:53:29 -0300

Deleted: packages/python-dpkt/tags/1.6+svn54-3/debian/control
===================================================================
--- packages/python-dpkt/trunk/debian/control	2015-08-24 18:31:24 UTC (rev 33987)
+++ packages/python-dpkt/tags/1.6+svn54-3/debian/control	2015-08-24 18:58:20 UTC (rev 33989)
@@ -1,31 +0,0 @@
-Source: python-dpkt
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Luciano Bello <luciano at debian.org>, Nico Golde <nion at debian.org>
-Build-Depends: debhelper (>= 7), python-all, dpatch
-Build-Depends-Indep: python-support (>= 0.6.4)
-Standards-Version: 3.8.3
-Homepage: http://code.google.com/p/dpkt/
-XS-Python-Version: all
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-dpkt/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-dpkt/trunk/
-
-Package: python-dpkt
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-dumbnet
-XB-Python-Version: ${python:Versions}
-Description: Python packet creation / parsing module for basic TCP/IP protocols
- Python module for fast, simple packet creation / parsing, with support for
- basic protocols often related to TCP/IP protocols. This includes (but is not
- limited to):
-  - ethernet
-  - HTTP
-  - ICMP
-  - UDP
-  - TCP/IP (v4 and v6)
-  - BGP
-  - radius
-  - ssl
- and many other protocols as well as support for parsing pcap files.
-

Copied: packages/python-dpkt/tags/1.6+svn54-3/debian/control (from rev 33988, packages/python-dpkt/trunk/debian/control)
===================================================================
--- packages/python-dpkt/tags/1.6+svn54-3/debian/control	                        (rev 0)
+++ packages/python-dpkt/tags/1.6+svn54-3/debian/control	2015-08-24 18:58:20 UTC (rev 33989)
@@ -0,0 +1,29 @@
+Source: python-dpkt
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Luciano Bello <luciano at debian.org>, Nico Golde <nion at debian.org>
+Build-Depends: debhelper (>= 7), python-all, dh-python, dpatch
+Standards-Version: 3.8.3
+Homepage: https://github.com/kbandla/dpkt
+XS-Python-Version: all
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-dpkt/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-dpkt/trunk/
+
+Package: python-dpkt
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-dumbnet
+Description: Python packet creation / parsing module for basic TCP/IP protocols
+ Python module for fast, simple packet creation / parsing, with support for
+ basic protocols often related to TCP/IP protocols. This includes (but is not
+ limited to):
+  - ethernet
+  - HTTP
+  - ICMP
+  - UDP
+  - TCP/IP (v4 and v6)
+  - BGP
+  - radius
+  - ssl
+ and many other protocols as well as support for parsing pcap files.
+

Deleted: packages/python-dpkt/tags/1.6+svn54-3/debian/rules
===================================================================
--- packages/python-dpkt/trunk/debian/rules	2015-08-24 18:31:24 UTC (rev 33987)
+++ packages/python-dpkt/tags/1.6+svn54-3/debian/rules	2015-08-24 18:58:20 UTC (rev 33989)
@@ -1,71 +0,0 @@
-#!/usr/bin/make -f
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-include /usr/share/dpatch/dpatch.make
-
-PYVERS=$(shell pyversions -r)
-
-PACKAGE = python-dpkt
-URL:=http://dpkt.googlecode.com/svn/trunk/
-SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
-SVN_REVISION := $(shell echo $(SRC_VERSION) | awk -F"+" '{ print $$2 }' | sed 's/svn//' )
-TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz
-
-PREFIX := debian/$(PACKAGE)/usr
-
-build: patch-stamp
-
-clean: unpatch
-	dh_testdir
-	
-	# Add here commands to clean up after the build process.
-	for python in $(PYVERS); do \
-	   $$python setup.py clean; \
-	done
-	
-	rm -f build-stamp
-	rm -f dpkt/*.pyc dpkt/*.pyo
-	
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	
-	for python in $(PYVERS); do \
-	    $$python setup.py install --no-compile --install-lib=$(PREFIX)/share/python-support/$(PACKAGE); \
-	done
-
-# Build architecture-dependent files here.
-binary-arch:
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs CHANGES
-	dh_installdocs AUTHORS HACKING
-	dh_installexamples examples/*
-	dh_pysupport
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-get-orig-source:
-	@@dh_testdir
-	@@rm -rf $(TARBALL)
-	@@mkdir get-orig-source
-	@@svn export -r $(SVN_REVISION) $(URL) \
-               get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig
-	@@echo Cleaning up ...
-	@@GZIP=--best tar czf $(TARBALL) -C get-orig-source $(PACKAGE)-$(SRC_VERSION).orig
-	@@rm -rf get-orig-source
-	@@echo "  "$(TARBALL)" created; move it to the right destination to build the package"
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install

Copied: packages/python-dpkt/tags/1.6+svn54-3/debian/rules (from rev 33988, packages/python-dpkt/trunk/debian/rules)
===================================================================
--- packages/python-dpkt/tags/1.6+svn54-3/debian/rules	                        (rev 0)
+++ packages/python-dpkt/tags/1.6+svn54-3/debian/rules	2015-08-24 18:58:20 UTC (rev 33989)
@@ -0,0 +1,71 @@
+#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+include /usr/share/dpatch/dpatch.make
+
+PYVERS=$(shell pyversions -r)
+
+PACKAGE = python-dpkt
+URL:=http://dpkt.googlecode.com/svn/trunk/
+SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
+SVN_REVISION := $(shell echo $(SRC_VERSION) | awk -F"+" '{ print $$2 }' | sed 's/svn//' )
+TARBALL = $(PACKAGE)_$(SRC_VERSION).orig.tar.gz
+
+PREFIX := debian/$(PACKAGE)/usr
+
+build: patch-stamp
+
+clean: unpatch
+	dh_testdir
+	
+	# Add here commands to clean up after the build process.
+	for python in $(PYVERS); do \
+	   $$python setup.py clean; \
+	done
+	
+	rm -f build-stamp
+	rm -f dpkt/*.pyc dpkt/*.pyo
+	
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_installdirs
+	
+	for python in $(PYVERS); do \
+	    $$python setup.py install --no-compile --install-lib=$(PREFIX)/lib/python2.7/dist-packages; \
+	done
+
+# Build architecture-dependent files here.
+binary-arch:
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs CHANGES
+	dh_installdocs AUTHORS HACKING
+	dh_installexamples examples/*
+	dh_python2
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+get-orig-source:
+	@@dh_testdir
+	@@rm -rf $(TARBALL)
+	@@mkdir get-orig-source
+	@@svn export -r $(SVN_REVISION) $(URL) \
+               get-orig-source/$(PACKAGE)-$(SRC_VERSION).orig
+	@@echo Cleaning up ...
+	@@GZIP=--best tar czf $(TARBALL) -C get-orig-source $(PACKAGE)-$(SRC_VERSION).orig
+	@@rm -rf get-orig-source
+	@@echo "  "$(TARBALL)" created; move it to the right destination to build the package"
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Deleted: packages/python-dpkt/tags/1.6+svn54-3/debian/watch
===================================================================
--- packages/python-dpkt/trunk/debian/watch	2015-08-24 18:31:24 UTC (rev 33987)
+++ packages/python-dpkt/tags/1.6+svn54-3/debian/watch	2015-08-24 18:58:20 UTC (rev 33989)
@@ -1,5 +0,0 @@
-version=3
-opts=\
-downloadurlmangle=s|.*[?]name=(.*?)&.*|http://dpkt.googlecode.com/files/$1|,\
-filenamemangle=s|[^/]+[?]name=(.*?)&.*|$1| \
-http://code.google.com/p/dpkt/downloads/detail[?]name=dpkt-([0-9.]+).tar.gz&.*




More information about the Python-modules-commits mailing list