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

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Thu May 19 19:25:39 UTC 2011


    Date: Thursday, May 19, 2011 @ 19:25:31
  Author: cjsmo-guest
Revision: 17060

made py3 docs install and register with doc-base correctly, corrected typo in short and long discription, corrected foratting in copyright, rm debian/docs

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

Modified: packages/python-easygui/trunk/debian/changelog
===================================================================
--- packages/python-easygui/trunk/debian/changelog	2011-05-19 18:53:09 UTC (rev 17059)
+++ packages/python-easygui/trunk/debian/changelog	2011-05-19 19:25:31 UTC (rev 17060)
@@ -1,4 +1,4 @@
-python-easygui (0.96-3) unstable; urgency=low
+python-easygui (0.96-2) unstable; urgency=low
 
   [Adreas Noteng]
   * Enable jpeg and png graphics by adding Recommends: python-imaging-tk

Modified: packages/python-easygui/trunk/debian/control
===================================================================
--- packages/python-easygui/trunk/debian/control	2011-05-19 18:53:09 UTC (rev 17059)
+++ packages/python-easygui/trunk/debian/control	2011-05-19 19:25:31 UTC (rev 17060)
@@ -16,9 +16,9 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Recommends: python-imaging-tk
-Description: module for very simple, very easy GUI programming in Python
+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
+ need support for quick and dirty GUI features. New python programmers need
  GUI capabilities that don't require any knowledge of Tkinter, frames,
  widgets, callbacks or lambda. This is what EasyGUI provides. Using EasyGUI,
  all GUI interactions are invoked by simple function calls.
@@ -26,9 +26,9 @@
 Package: python3-easygui
 Architecture: all
 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
+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
  GUI capabilities that don't require any knowledge of Tkinter, frames,
  widgets, callbacks or lambda. This is what EasyGUI provides. Using EasyGUI,
  all GUI interactions are invoked by simple function calls.

Modified: packages/python-easygui/trunk/debian/copyright
===================================================================
--- packages/python-easygui/trunk/debian/copyright	2011-05-19 18:53:09 UTC (rev 17059)
+++ packages/python-easygui/trunk/debian/copyright	2011-05-19 19:25:31 UTC (rev 17060)
@@ -2,7 +2,6 @@
 Upstream-Name: EasyGUI
 Upstream-Contact: Steve Ferg
 Source: http://easygui.sourceforge.net/
-
 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:

Deleted: packages/python-easygui/trunk/debian/docs
===================================================================
--- packages/python-easygui/trunk/debian/docs	2011-05-19 18:53:09 UTC (rev 17059)
+++ packages/python-easygui/trunk/debian/docs	2011-05-19 19:25:31 UTC (rev 17060)
@@ -1 +0,0 @@
-easygui_pydoc.html

Modified: packages/python-easygui/trunk/debian/python-easygui.doc-base
===================================================================
--- packages/python-easygui/trunk/debian/python-easygui.doc-base	2011-05-19 18:53:09 UTC (rev 17059)
+++ packages/python-easygui/trunk/debian/python-easygui.doc-base	2011-05-19 19:25:31 UTC (rev 17060)
@@ -6,4 +6,4 @@
 
 Format: HTML
 Index: /usr/share/doc/python-easygui/easygui_pydoc.html
-Files: /usr/share/doc/python-easygui/*.html
+Files: /usr/share/doc/python-easygui/easygui_version_info.html

Added: packages/python-easygui/trunk/debian/python-easygui.docs
===================================================================
--- packages/python-easygui/trunk/debian/python-easygui.docs	                        (rev 0)
+++ packages/python-easygui/trunk/debian/python-easygui.docs	2011-05-19 19:25:31 UTC (rev 17060)
@@ -0,0 +1,2 @@
+easygui_pydoc.html
+easygui_version_info.html

Modified: packages/python-easygui/trunk/debian/python3-easygui.doc-base
===================================================================
--- packages/python-easygui/trunk/debian/python3-easygui.doc-base	2011-05-19 18:53:09 UTC (rev 17059)
+++ packages/python-easygui/trunk/debian/python3-easygui.doc-base	2011-05-19 19:25:31 UTC (rev 17060)
@@ -5,5 +5,5 @@
 Section: Programming/Python
 
 Format: HTML
-Index: /usr/share/doc/python3-easygui/easygui_pydoc.html
-Files: /usr/share/doc/python3-easygui/*.html
+Index: /usr/share/doc/python3-easygui/easygui_py3doc.html
+Files: /usr/share/doc/python3-easygui/py3_easygui_version_info.html

Added: packages/python-easygui/trunk/debian/python3-easygui.docs
===================================================================
--- packages/python-easygui/trunk/debian/python3-easygui.docs	                        (rev 0)
+++ packages/python-easygui/trunk/debian/python3-easygui.docs	2011-05-19 19:25:31 UTC (rev 17060)
@@ -0,0 +1,2 @@
+easygui_py3doc.html
+py3_easygui_version_info.html

Modified: packages/python-easygui/trunk/debian/rules
===================================================================
--- packages/python-easygui/trunk/debian/rules	2011-05-19 18:53:09 UTC (rev 17059)
+++ packages/python-easygui/trunk/debian/rules	2011-05-19 19:25:31 UTC (rev 17060)
@@ -26,6 +26,7 @@
 
 override_dh_installdocs:
 	cp easygui_pydoc.html easygui_py3doc.html
+	cp easygui_version_info.html py3_easygui_version_info.html
 	dh_installdocs
 
 override_dh_auto_clean:




More information about the Python-modules-commits mailing list