[Python-modules-commits] r17047 - in packages/python-easygui/trunk/debian (4 files)
cjsmo-guest at users.alioth.debian.org
cjsmo-guest at users.alioth.debian.org
Thu May 19 04:52:33 UTC 2011
Date: Thursday, May 19, 2011 @ 04:52:20
Author: cjsmo-guest
Revision: 17047
made changes per tumbleweeds review.
Modified:
packages/python-easygui/trunk/debian/changelog
packages/python-easygui/trunk/debian/control
packages/python-easygui/trunk/debian/copyright
packages/python-easygui/trunk/debian/rules
Modified: packages/python-easygui/trunk/debian/changelog
===================================================================
--- packages/python-easygui/trunk/debian/changelog 2011-05-18 20:47:34 UTC (rev 17046)
+++ packages/python-easygui/trunk/debian/changelog 2011-05-19 04:52:20 UTC (rev 17047)
@@ -21,7 +21,7 @@
- added myself to uploaders.
- added python3-easygui binary stanza.
- -- Charlie Smotherman <cjsmo at cableone.net> Mon, 09 May 2011 17:11:18 -0500
+ -- Charlie Smotherman <cjsmo at cableone.net> Wed, 18 May 2011 17:24:32 -0500
python-easygui (0.96-1) unstable; urgency=low
Modified: packages/python-easygui/trunk/debian/control
===================================================================
--- packages/python-easygui/trunk/debian/control 2011-05-18 20:47:34 UTC (rev 17046)
+++ packages/python-easygui/trunk/debian/control 2011-05-19 04:52:20 UTC (rev 17047)
@@ -6,7 +6,7 @@
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.6
+X-Python-Version: >= 2.5
X-Python3-Version: >= 3.0
Homepage: http://easygui.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-easygui/trunk/
@@ -25,8 +25,7 @@
Package: python3-easygui
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-imaging-tk
+Depends: ${python3:Depends}, ${misc:Depends}
Description: module for very simple, very easy GUI programming in Python
This package provides the python modules EasyGUI. Experienced Pythonistas
need support for quick and dirty GUI features. New Python programmers need
Modified: packages/python-easygui/trunk/debian/copyright
===================================================================
--- packages/python-easygui/trunk/debian/copyright 2011-05-18 20:47:34 UTC (rev 17046)
+++ packages/python-easygui/trunk/debian/copyright 2011-05-19 04:52:20 UTC (rev 17047)
@@ -3,18 +3,18 @@
Upstream-Contact: Steve Ferg
Source: http://easygui.sourceforge.net/
-Files: *
-Copyright: Steve Ferg
-License: BSD-3-clause
-
Comment: The license in the tarball is not updated, upstream changed the
license after the release of th v0.96 source tarball . Please see the
upstream download page for confirmation:
http://easygui.sourceforge.net/download/version0.96/
+Files: *
+Copyright: 2008 Steve Ferg
+License: BSD-3-clause
+
Files: debian/*
Copyright: 2010, Andreas Noteng <andreas at noteng.no>
- 2010, Charlie Smotherman <cjsmo at cableone.net>
+ 2011, Charlie Smotherman <cjsmo at cableone.net>
License: BSD-3-clause
License: BSD-3-clause
Modified: packages/python-easygui/trunk/debian/rules
===================================================================
--- packages/python-easygui/trunk/debian/rules 2011-05-18 20:47:34 UTC (rev 17046)
+++ packages/python-easygui/trunk/debian/rules 2011-05-19 04:52:20 UTC (rev 17047)
@@ -29,4 +29,4 @@
dh_installdocs
override_dh_auto_clean:
- rm -rf build *.egg.info
+ rm -rf build *.egg.info
More information about the Python-modules-commits
mailing list