[Python-modules-commits] r13510 - in packages/python-easygui/trunk/debian (4 files)
anoteng-guest at users.alioth.debian.org
anoteng-guest at users.alioth.debian.org
Sun Jun 20 16:54:31 UTC 2010
Date: Sunday, June 20, 2010 @ 16:53:56
Author: anoteng-guest
Revision: 13510
add source/format and .doc-base files
Added:
packages/python-easygui/trunk/debian/python-easygui.doc-base
packages/python-easygui/trunk/debian/source/
packages/python-easygui/trunk/debian/source/format
Modified:
packages/python-easygui/trunk/debian/control
Modified: packages/python-easygui/trunk/debian/control
===================================================================
--- packages/python-easygui/trunk/debian/control 2010-06-20 16:32:50 UTC (rev 13509)
+++ packages/python-easygui/trunk/debian/control 2010-06-20 16:53:56 UTC (rev 13510)
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Andreas Noteng <andreas at noteng.no>
-Build-Depends: debhelper (>= 7), python
+Build-Depends: debhelper (>= 7), python-all
Standards-Version: 3.8.4
Homepage: http://easygui.sourceforge.net/
@@ -10,7 +10,7 @@
Architecture: any
Depends: python, ${shlibs:Depends}, ${misc:Depends}
Description: A module for very simple, very easy GUI programming in Python
- This package provides the pythjon modules EasyGUI.
+ This package provides the python 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.
Added: packages/python-easygui/trunk/debian/python-easygui.doc-base
===================================================================
--- packages/python-easygui/trunk/debian/python-easygui.doc-base (rev 0)
+++ packages/python-easygui/trunk/debian/python-easygui.doc-base 2010-06-20 16:53:56 UTC (rev 13510)
@@ -0,0 +1,9 @@
+Document: pyhton-easygui
+Title: EasyGUI Manual
+Author: Steve Ferg
+Abstract: This manual describes what EasyGUI is
+Section: python
+
+Format: HTML
+Index: /usr/share/doc/python-easygui/html/index.html
+Files: /usr/share/doc/python-easygui/html/*.html
Added: packages/python-easygui/trunk/debian/source/format
===================================================================
--- packages/python-easygui/trunk/debian/source/format (rev 0)
+++ packages/python-easygui/trunk/debian/source/format 2010-06-20 16:53:56 UTC (rev 13510)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Python-modules-commits
mailing list