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

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Wed Apr 11 21:16:10 UTC 2012


    Date: Wednesday, April 11, 2012 @ 21:16:07
  Author: anoteng-guest
Revision: 21186

wrap-and-sort
Include all html files in doc-base

Modified:
  packages/python-easygui/trunk/debian/changelog
  packages/python-easygui/trunk/debian/control
  packages/python-easygui/trunk/debian/copyright
  packages/python-easygui/trunk/debian/python3-easygui.doc-base

Modified: packages/python-easygui/trunk/debian/changelog
===================================================================
--- packages/python-easygui/trunk/debian/changelog	2012-04-11 17:06:38 UTC (rev 21185)
+++ packages/python-easygui/trunk/debian/changelog	2012-04-11 21:16:07 UTC (rev 21186)
@@ -1,4 +1,4 @@
-python-easygui (0.96-3) unstable; urgency=low
+python-easygui (0.96-3~unofficial1) unstable; urgency=low
 
   [Adreas Noteng]
   * Enable jpeg and png graphics by adding Recommends: python-imaging-tk
@@ -19,7 +19,7 @@
     - added X-Python3-Version: >= 3.0.
     - added python3-easygui binary stanza.
 
- -- Andreas Noteng <andreas at noteng.no>  Mon, 09 Apr 2012 01:18:21 +0200
+ -- Andreas Noteng <andreas at noteng.no>  Wed, 11 Apr 2012 19:07:16 +0200
 
 python-easygui (0.96-1) unstable; urgency=low
 

Modified: packages/python-easygui/trunk/debian/control
===================================================================
--- packages/python-easygui/trunk/debian/control	2012-04-11 17:06:38 UTC (rev 21185)
+++ packages/python-easygui/trunk/debian/control	2012-04-11 21:16:07 UTC (rev 21186)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Andreas Noteng <andreas at noteng.no>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
-Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3),
- python3-all (>= 3.1.2-6~)
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>= 2.6.6-3),
+               python3-all (>= 3.1.2-6~)
 Standards-Version: 3.9.3
 X-Python-Version: >= 2.5
 X-Python3-Version: >= 3.0
@@ -14,7 +15,7 @@
 
 Package: python-easygui
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Recommends: python-imaging-tk
 Description: module for very simple, very easy GUI programming in Python
  This package provides the Python modules EasyGUI. Experienced Pythonistas
@@ -25,7 +26,7 @@
 
 Package: python3-easygui
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: module for very simple, very easy GUI programming in Python3
  This package provides the Python3 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	2012-04-11 17:06:38 UTC (rev 21185)
+++ packages/python-easygui/trunk/debian/copyright	2012-04-11 21:16:07 UTC (rev 21186)
@@ -12,7 +12,7 @@
 License: BSD-3-clause
 
 Files: debian/*
-Copyright: 2010 - 2012, Andreas Noteng <andreas at noteng.no>
+Copyright: 2010-2012, Andreas Noteng <andreas at noteng.no>
            2011, Charlie Smotherman <cjsmo at cableone.net>
 License: BSD-3-clause
 

Modified: packages/python-easygui/trunk/debian/python3-easygui.doc-base
===================================================================
--- packages/python-easygui/trunk/debian/python3-easygui.doc-base	2012-04-11 17:06:38 UTC (rev 21185)
+++ packages/python-easygui/trunk/debian/python3-easygui.doc-base	2012-04-11 21:16:07 UTC (rev 21186)
@@ -6,4 +6,4 @@
 
 Format: HTML
 Index: /usr/share/doc/python3-easygui/easygui_py3doc.html
-Files: /usr/share/doc/python3-easygui/py3_easygui_version_info.html
+Files: /usr/share/doc/python3-easygui/*.html




More information about the Python-modules-commits mailing list