[Python-modules-commits] r2714 - in /packages/pyip/trunk/debian: control copyright rules
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Thu Jul 12 17:21:57 UTC 2007
Author: bzed-guest
Date: Thu Jul 12 17:21:57 2007
New Revision: 2714
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2714
Log:
build-deps + lintian warning fixes
Modified:
packages/pyip/trunk/debian/control
packages/pyip/trunk/debian/copyright
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=2714&op=diff
==============================================================================
--- packages/pyip/trunk/debian/control (original)
+++ packages/pyip/trunk/debian/control Thu Jul 12 17:21:57 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-all
+Build-Depends: cdbs, debhelper (>= 5), python, python-support, dpatch
Standards-Version: 3.7.2
Package: python-pyip
Modified: packages/pyip/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pyip/trunk/debian/copyright?rev=2714&op=diff
==============================================================================
--- packages/pyip/trunk/debian/copyright (original)
+++ packages/pyip/trunk/debian/copyright Thu Jul 12 17:21:57 2007
@@ -3,7 +3,7 @@
It was downloaded from http://cheeseshop.python.org/pypi/pyip/
-Upstream Author(s):
+Upstream Author:
Kenneth Jiang <kenneth.jiang at gmail.com>
Modified: packages/pyip/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyip/trunk/debian/rules?rev=2714&op=diff
==============================================================================
--- packages/pyip/trunk/debian/rules (original)
+++ packages/pyip/trunk/debian/rules Thu Jul 12 17:21:57 2007
@@ -4,4 +4,7 @@
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