[Python-modules-commits] r13505 - in packages/python-easygui/trunk (10 files)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sun Jun 20 15:48:45 UTC 2010


    Date: Sunday, June 20, 2010 @ 15:48:36
  Author: anoteng-guest
Revision: 13505

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-easygui/trunk/debian/
  packages/python-easygui/trunk/debian/changelog
  packages/python-easygui/trunk/debian/compat
  packages/python-easygui/trunk/debian/control
  packages/python-easygui/trunk/debian/copyright
  packages/python-easygui/trunk/debian/docs
  packages/python-easygui/trunk/debian/python-easygui.install
  packages/python-easygui/trunk/debian/pyversions
  packages/python-easygui/trunk/debian/rules
  packages/python-easygui/trunk/debian/watch


Property changes on: packages/python-easygui/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-easygui/trunk/debian/changelog
===================================================================
--- packages/python-easygui/trunk/debian/changelog	                        (rev 0)
+++ packages/python-easygui/trunk/debian/changelog	2010-06-20 15:48:36 UTC (rev 13505)
@@ -0,0 +1,5 @@
+python-easygui (0.93-1) unstable; urgency=low
+
+  * Initial release (Closes: #586505)
+
+ -- Andreas Noteng <andreas at noteng.no>  Sun, 20 Jun 2010 09:05:23 +0200

Added: packages/python-easygui/trunk/debian/compat
===================================================================
--- packages/python-easygui/trunk/debian/compat	                        (rev 0)
+++ packages/python-easygui/trunk/debian/compat	2010-06-20 15:48:36 UTC (rev 13505)
@@ -0,0 +1 @@
+7

Added: packages/python-easygui/trunk/debian/control
===================================================================
--- packages/python-easygui/trunk/debian/control	                        (rev 0)
+++ packages/python-easygui/trunk/debian/control	2010-06-20 15:48:36 UTC (rev 13505)
@@ -0,0 +1,18 @@
+Source: python-easygui
+Section: python
+Priority: extra
+Maintainer: Andreas Noteng <andreas at noteng.no>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.4
+Homepage: http://easygui.sourceforge.net/
+
+Package: python-easygui
+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.
+ 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.

Added: packages/python-easygui/trunk/debian/copyright
===================================================================
--- packages/python-easygui/trunk/debian/copyright	                        (rev 0)
+++ packages/python-easygui/trunk/debian/copyright	2010-06-20 15:48:36 UTC (rev 13505)
@@ -0,0 +1,32 @@
+This work was packaged for Debian by:
+
+    Andreas Noteng <andreas at noteng.no> on Sun, 20 Jun 2010 01:33:39 +0200
+
+It was downloaded from http://easygui.sourceforge.net/
+
+Upstream Author(s):
+
+    Steve Ferg
+
+Copyright:
+
+    Copyright (C) Steve Ferg
+
+License:
+
+    EasyGui (http://easygui.sourceforge.net)
+    is licensed under the Creative Commons Attribution 2.0 License
+    http://creativecommons.org/licenses/by/2.0/
+
+    You are free to copy, distribute, and display the work, and to make derivative
+    works (including translations). If you do, you must give the original author
+    (http://easygui.sourceforge.net) credit. The author specifically permits (and
+    encourages) teachers to post, reproduce, and distribute some or all of this
+    material for use in their classes or by their students.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Andreas Noteng <andreas at noteng.no>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.

Added: packages/python-easygui/trunk/debian/docs
===================================================================
--- packages/python-easygui/trunk/debian/docs	                        (rev 0)
+++ packages/python-easygui/trunk/debian/docs	2010-06-20 15:48:36 UTC (rev 13505)
@@ -0,0 +1 @@
+easygui_license_info.txt

Added: packages/python-easygui/trunk/debian/python-easygui.install
===================================================================
--- packages/python-easygui/trunk/debian/python-easygui.install	                        (rev 0)
+++ packages/python-easygui/trunk/debian/python-easygui.install	2010-06-20 15:48:36 UTC (rev 13505)
@@ -0,0 +1 @@
+easygui.py /usr/share/pyshared/

Added: packages/python-easygui/trunk/debian/pyversions
===================================================================
--- packages/python-easygui/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-easygui/trunk/debian/pyversions	2010-06-20 15:48:36 UTC (rev 13505)
@@ -0,0 +1 @@
+2.5-

Added: packages/python-easygui/trunk/debian/rules
===================================================================
--- packages/python-easygui/trunk/debian/rules	                        (rev 0)
+++ packages/python-easygui/trunk/debian/rules	2010-06-20 15:48:36 UTC (rev 13505)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh  $@


Property changes on: packages/python-easygui/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-easygui/trunk/debian/watch
===================================================================
--- packages/python-easygui/trunk/debian/watch	                        (rev 0)
+++ packages/python-easygui/trunk/debian/watch	2010-06-20 15:48:36 UTC (rev 13505)
@@ -0,0 +1,2 @@
+version=3
+http://easygui.sourceforge.net/current_version/easygui_v(.+).tar.gz




More information about the Python-modules-commits mailing list