[Python-apps-commits] r1998 - in packages/pylint/trunk/debian (4 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Nov 26 12:00:47 UTC 2008
Date: Wednesday, November 26, 2008 @ 12:00:43
Author: morph
Revision: 1998
removing dpatch stuff since patch is merged in new upstream release
Modified:
packages/pylint/trunk/debian/changelog
packages/pylint/trunk/debian/control
packages/pylint/trunk/debian/rules
Deleted:
packages/pylint/trunk/debian/patches/
Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog 2008-11-26 11:53:46 UTC (rev 1997)
+++ packages/pylint/trunk/debian/changelog 2008-11-26 12:00:43 UTC (rev 1998)
@@ -4,14 +4,9 @@
* debian/control
- added under PAPT umbrella (in agreement with Alexandre Fayolle)
- added me to uploaders
- - added dpatch to build-dep
- moved Homepage field to source stanza
- bump Standards-Version to 3.8.0
+ added debian/README.source
- * debian/rules
- - added dpatch stuff
- * debian/patches/10_bts427244_enable_user-visible_variables.dpatch
- - added to avoid direct upstream source code modification
* debian/watch
- bump verstion to 3
- left only the url to scan, adding "opts=pasv" for ftp scan
Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control 2008-11-26 11:53:46 UTC (rev 1997)
+++ packages/pylint/trunk/debian/control 2008-11-26 12:00:43 UTC (rev 1998)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Uploaders: Sylvain Thénault <sylvain.thenault at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 5.0.38), dpatch
+Build-Depends: debhelper (>= 5.0.38)
Build-Depends-Indep: python (>=2.3.5-7), python-central (>=0.5.6)
Standards-Version: 3.8.0
XS-Python-Version: all
Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules 2008-11-26 11:53:46 UTC (rev 1997)
+++ packages/pylint/trunk/debian/rules 2008-11-26 12:00:43 UTC (rev 1998)
@@ -11,15 +11,13 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/dpatch/dpatch.make
-
build: build-stamp
-build-stamp: patch-stamp
+build-stamp:
dh_testdir
python setup.py -q build
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
More information about the Python-apps-commits
mailing list