[Python-modules-commits] r282 - in /packages/python-cherrypy/trunk/debian: changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat Apr 22 15:07:43 UTC 2006


Author: kov
Date: Sat Apr 22 15:07:42 2006
New Revision: 282

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=282
Log:
removed the code to auto-generate the Uploaders field, since
it will not be used

Modified:
    packages/python-cherrypy/trunk/debian/changelog
    packages/python-cherrypy/trunk/debian/rules

Modified: packages/python-cherrypy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cherrypy/trunk/debian/changelog?rev=282&op=diff
==============================================================================
--- packages/python-cherrypy/trunk/debian/changelog (original)
+++ packages/python-cherrypy/trunk/debian/changelog Sat Apr 22 15:07:42 2006
@@ -7,8 +7,11 @@
   - updated for the new version
   * debian/control:
   - moved cdbs and debhelper to Build-Depends
+  * debian/rules:
+  - removed the code to auto-generate the Uploaders field, since
+    it will not be used
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sat, 22 Apr 2006 12:05:57 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 22 Apr 2006 12:07:21 -0300
 
 python-cherrypy (2.1.1-3) unstable; urgency=low
 

Modified: packages/python-cherrypy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cherrypy/trunk/debian/rules?rev=282&op=diff
==============================================================================
--- packages/python-cherrypy/trunk/debian/rules (original)
+++ packages/python-cherrypy/trunk/debian/rules Sat Apr 22 15:07:42 2006
@@ -6,8 +6,6 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-DEB_PHONY_RULES += uploaders
 
 UPSTREAM_VERSION=$(shell head -n 1 debian/changelog | cut -d '(' -f 2 | cut -d ')' -f 1 | cut -d '-' -f 1)
 DEB_COMPRESS_EXCLUDE="*py *pdf"
@@ -27,27 +25,3 @@
 clean::
 	# hack (CDBS bug -- see #300149)
 	-rm -rf build
-
-uploaders:
-	# code based on gnome-pkg-tools to auto create Uploaders field from
-	# metainfo available on the Python Modules' Team SVN repo
-	TEAM_LIST=../../../metainfo/python-modules.team; \
-	if test -f $${TEAM_LIST}; then \
-		MAINTAINER=$$(sed -n 's/^Maintainer: //p' debian/control.in); \
-		grep -vF "$${MAINTAINER}" $${TEAM_LIST} | tr '\n' ' ' > debian/uploaders.tmp; \
-		cat debian/uploaders.tmp; \
-		if diff -q debian/uploaders debian/uploaders.tmp; then \
-			rm debian/uploaders.tmp; \
-		else \
-			mv debian/uploaders.tmp debian/uploaders; \
-		fi; \
-	fi
-	UPLOADERS=$$(cat debian/uploaders); \
-	sed "s/@TEAM@/$${UPLOADERS}/g" < debian/control.in > debian/control.tmp; \
-	if diff -q debian/control debian/control.tmp; then \
-		rm debian/control.tmp; \
-	else \
-		mv debian/control.tmp debian/control; \
-	fi
-
-	# end of Uploaders generating code




More information about the Python-modules-commits mailing list