[Python-modules-commits] r2713 - in /packages/pyip/trunk/debian/patches: ./ 00dpatch.conf 00list setup.py-fix.dpatch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Thu Jul 12 17:21:21 UTC 2007


Author: bzed-guest
Date: Thu Jul 12 17:21:21 2007
New Revision: 2713

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2713
Log:
fixing setup.py

Added:
    packages/pyip/trunk/debian/patches/
    packages/pyip/trunk/debian/patches/00dpatch.conf
    packages/pyip/trunk/debian/patches/00list
    packages/pyip/trunk/debian/patches/setup.py-fix.dpatch   (with props)

Added: packages/pyip/trunk/debian/patches/00dpatch.conf
URL: http://svn.debian.org/wsvn/python-modules/packages/pyip/trunk/debian/patches/00dpatch.conf?rev=2713&op=file
==============================================================================
--- packages/pyip/trunk/debian/patches/00dpatch.conf (added)
+++ packages/pyip/trunk/debian/patches/00dpatch.conf Thu Jul 12 17:21:21 2007
@@ -1,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs

Added: packages/pyip/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/pyip/trunk/debian/patches/00list?rev=2713&op=file
==============================================================================
--- packages/pyip/trunk/debian/patches/00list (added)
+++ packages/pyip/trunk/debian/patches/00list Thu Jul 12 17:21:21 2007
@@ -1,0 +1,1 @@
+setup.py-fix

Added: packages/pyip/trunk/debian/patches/setup.py-fix.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/pyip/trunk/debian/patches/setup.py-fix.dpatch?rev=2713&op=file
==============================================================================
--- packages/pyip/trunk/debian/patches/setup.py-fix.dpatch (added)
+++ packages/pyip/trunk/debian/patches/setup.py-fix.dpatch Thu Jul 12 17:21:21 2007
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## setup.py-fix.dpatch by Bernd Zeimetz <bernd at bzed.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad pyip~/setup.py pyip/setup.py
+--- pyip~/setup.py	2007-07-11 23:58:42.000000000 +0200
++++ pyip/setup.py	2007-07-12 19:20:38.000000000 +0200
+@@ -40,7 +40,7 @@
+       maintainer_email="kenneth.jiang at gmail.com",
+       url = "https://sourceforge.net/projects/pyip",
+       license = "Standard Python License",
+-      platforms = ["any"],
++      platforms = ["any"], py_modules = ['icmp', 'inetutils', 'ping', 'traceroute', 'udp', ],
+       description = doclines[0],
+       classifiers = filter(None, classifiers.split("\n")),
+       long_description = "\n".join(doclines[2:]),

Propchange: packages/pyip/trunk/debian/patches/setup.py-fix.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list