[Python-modules-commits] r2719 - in /packages/pyip/trunk/debian: control patches/ rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Thu Jul 12 23:13:49 UTC 2007


Author: bzed-guest
Date: Thu Jul 12 23:13:49 2007
New Revision: 2719

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2719
Log:
upstream fixed setup.py - thanks

Removed:
    packages/pyip/trunk/debian/patches/
Modified:
    packages/pyip/trunk/debian/control
    packages/pyip/trunk/debian/rules

Modified: packages/pyip/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyip/trunk/debian/control?rev=2719&op=diff
==============================================================================
--- packages/pyip/trunk/debian/control (original)
+++ packages/pyip/trunk/debian/control Thu Jul 12 23:13:49 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bernd at bzed.de>
-Build-Depends: cdbs, debhelper (>= 5), python, python-support, dpatch
+Build-Depends: cdbs, debhelper (>= 5), python, python-support
 Standards-Version: 3.7.2
 
 Package: python-pyip
@@ -13,3 +13,5 @@
  pyip is a Python package offering modules to assemble/disassemble
  raw ip packets, including ip, udp, and icmp. The package comes with
  an implementation of ping and traceroute, using the raw ip modules.
+ .
+  Homepage: http://cheeseshop.python.org/pypi/pyip/

Modified: packages/pyip/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyip/trunk/debian/rules?rev=2719&op=diff
==============================================================================
--- packages/pyip/trunk/debian/rules (original)
+++ packages/pyip/trunk/debian/rules Thu Jul 12 23:13:49 2007
@@ -4,7 +4,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 
 clean::
 	rm -f *.pyc




More information about the Python-modules-commits mailing list