[Python-modules-commits] r13506 - in packages/python-easygui/trunk/debian (control docs rules)
anoteng-guest at users.alioth.debian.org
anoteng-guest at users.alioth.debian.org
Sun Jun 20 16:17:13 UTC 2010
Date: Sunday, June 20, 2010 @ 16:16:58
Author: anoteng-guest
Revision: 13506
Remove trailing whitespace
Remove easygui_license_info.txt
add easygui.html
use dh_python2 as helper
Modified:
packages/python-easygui/trunk/debian/control
packages/python-easygui/trunk/debian/docs
packages/python-easygui/trunk/debian/rules
Modified: packages/python-easygui/trunk/debian/control
===================================================================
--- packages/python-easygui/trunk/debian/control 2010-06-20 15:48:36 UTC (rev 13505)
+++ packages/python-easygui/trunk/debian/control 2010-06-20 16:16:58 UTC (rev 13506)
@@ -1,6 +1,6 @@
Source: python-easygui
Section: python
-Priority: extra
+Priority: optional
Maintainer: Andreas Noteng <andreas at noteng.no>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.4
@@ -11,8 +11,8 @@
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.
- 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
+ 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/docs
===================================================================
--- packages/python-easygui/trunk/debian/docs 2010-06-20 15:48:36 UTC (rev 13505)
+++ packages/python-easygui/trunk/debian/docs 2010-06-20 16:16:58 UTC (rev 13506)
@@ -1 +1 @@
-easygui_license_info.txt
+easygui.html
Modified: packages/python-easygui/trunk/debian/rules
===================================================================
--- packages/python-easygui/trunk/debian/rules 2010-06-20 15:48:36 UTC (rev 13505)
+++ packages/python-easygui/trunk/debian/rules 2010-06-20 16:16:58 UTC (rev 13506)
@@ -1,3 +1,3 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh --with python2 $@
More information about the Python-modules-commits
mailing list