[Python-modules-commits] r33988 - in packages/python-dpkt/trunk/debian (4 files)

wrar at users.alioth.debian.org wrar at users.alioth.debian.org
Mon Aug 24 18:57:42 UTC 2015


    Date: Monday, August 24, 2015 @ 18:57:41
  Author: wrar
Revision: 33988

Port to dh-python, mark the new upstream location

Modified:
  packages/python-dpkt/trunk/debian/changelog
  packages/python-dpkt/trunk/debian/control
  packages/python-dpkt/trunk/debian/rules
Deleted:
  packages/python-dpkt/trunk/debian/watch

Modified: packages/python-dpkt/trunk/debian/changelog
===================================================================
--- packages/python-dpkt/trunk/debian/changelog	2015-08-24 18:31:24 UTC (rev 33987)
+++ packages/python-dpkt/trunk/debian/changelog	2015-08-24 18:57:41 UTC (rev 33988)
@@ -1,13 +1,15 @@
-python-dpkt (1.6+svn54-3) UNRELEASED; urgency=low
+python-dpkt (1.6+svn54-3) unstable; urgency=medium
 
-  [ Sameer Rahmani ]
-  * watch file fixed.
-
   [ Jakub Wilk ]
   * Add Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:30 +0200
+  [ 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. 

Modified: packages/python-dpkt/trunk/debian/control
===================================================================
--- packages/python-dpkt/trunk/debian/control	2015-08-24 18:31:24 UTC (rev 33987)
+++ packages/python-dpkt/trunk/debian/control	2015-08-24 18:57:41 UTC (rev 33988)
@@ -3,10 +3,9 @@
 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)
+Build-Depends: debhelper (>= 7), python-all, dh-python, dpatch
 Standards-Version: 3.8.3
-Homepage: http://code.google.com/p/dpkt/
+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/
@@ -14,7 +13,6 @@
 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

Modified: packages/python-dpkt/trunk/debian/rules
===================================================================
--- packages/python-dpkt/trunk/debian/rules	2015-08-24 18:31:24 UTC (rev 33987)
+++ packages/python-dpkt/trunk/debian/rules	2015-08-24 18:57:41 UTC (rev 33988)
@@ -34,7 +34,7 @@
 	dh_installdirs
 	
 	for python in $(PYVERS); do \
-	    $$python setup.py install --no-compile --install-lib=$(PREFIX)/share/python-support/$(PACKAGE); \
+	    $$python setup.py install --no-compile --install-lib=$(PREFIX)/lib/python2.7/dist-packages; \
 	done
 
 # Build architecture-dependent files here.
@@ -48,7 +48,7 @@
 	dh_installchangelogs CHANGES
 	dh_installdocs AUTHORS HACKING
 	dh_installexamples examples/*
-	dh_pysupport
+	dh_python2
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Deleted: packages/python-dpkt/trunk/debian/watch
===================================================================
--- packages/python-dpkt/trunk/debian/watch	2015-08-24 18:31:24 UTC (rev 33987)
+++ packages/python-dpkt/trunk/debian/watch	2015-08-24 18:57:41 UTC (rev 33988)
@@ -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