[Python-modules-commits] r17247 - in packages/python-easygui/trunk/debian (3 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Mon May 30 21:18:51 UTC 2011


    Date: Monday, May 30, 2011 @ 21:18:50
  Author: cjsmo-guest
Revision: 17247

corrected spacing in rules, removed myself from uploaders

Modified:
  packages/python-easygui/trunk/debian/changelog
  packages/python-easygui/trunk/debian/control
  packages/python-easygui/trunk/debian/rules

Modified: packages/python-easygui/trunk/debian/changelog
===================================================================
--- packages/python-easygui/trunk/debian/changelog	2011-05-30 21:15:48 UTC (rev 17246)
+++ packages/python-easygui/trunk/debian/changelog	2011-05-30 21:18:50 UTC (rev 17247)
@@ -18,7 +18,6 @@
     - increased debhelper to (>= 7.0.50~), this was added to quiet lintian
       about dh overrides.
     - added X-Python3-Version: >= 3.0.
-    - added myself to uploaders.
     - added python3-easygui binary stanza.
 
  -- Charlie Smotherman <cjsmo at cableone.net>  Wed, 18 May 2011 17:24:32 -0500

Modified: packages/python-easygui/trunk/debian/control
===================================================================
--- packages/python-easygui/trunk/debian/control	2011-05-30 21:15:48 UTC (rev 17246)
+++ packages/python-easygui/trunk/debian/control	2011-05-30 21:18:50 UTC (rev 17247)
@@ -3,7 +3,6 @@
 Priority: optional
 Maintainer: Andreas Noteng <andreas at noteng.no>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
- Charlie Smotherman <cjsmo at cableone.net>
 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), python3-all
 Standards-Version: 3.9.2
 X-Python-Version: >= 2.5

Modified: packages/python-easygui/trunk/debian/rules
===================================================================
--- packages/python-easygui/trunk/debian/rules	2011-05-30 21:15:48 UTC (rev 17246)
+++ packages/python-easygui/trunk/debian/rules	2011-05-30 21:18:50 UTC (rev 17247)
@@ -16,12 +16,12 @@
 	set -e; \
 	for py in $(PYVERS); do \
 		$$py setup.py install --skip-build --root debian/python-easygui \
-						--install-layout deb; \
+			--install-layout deb; \
 	done
 	set -e; \
 	for py in $(PY3VERS); do \
 		$$py setup.py install --skip-build --root debian/python3-easygui \
-						--install-layout deb; \
+			--install-layout deb; \
 	done
 
 override_dh_installdocs:




More information about the Python-modules-commits mailing list