[Python-modules-commits] r11189 - in packages/pyfiglet/trunk/debian (4 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sat Jan 16 23:52:13 UTC 2010


    Date: Saturday, January 16, 2010 @ 23:52:12
  Author: stefanor-guest
Revision: 11189

DEP3 and DEP5 formatting. Improve control

Modified:
  packages/pyfiglet/trunk/debian/changelog
  packages/pyfiglet/trunk/debian/control
  packages/pyfiglet/trunk/debian/copyright
  packages/pyfiglet/trunk/debian/patches/setup.py.diff

Modified: packages/pyfiglet/trunk/debian/changelog
===================================================================
--- packages/pyfiglet/trunk/debian/changelog	2010-01-16 23:36:23 UTC (rev 11188)
+++ packages/pyfiglet/trunk/debian/changelog	2010-01-16 23:52:12 UTC (rev 11189)
@@ -1,5 +1,5 @@
 pyfiglet (0.4+dfsg-1) unstable; urgency=low
 
-  * Initial release
+  * Initial release (Closes: #564609)
 
  -- Stefano Rivera <stefano at rivera.za.net>  Sat, 02 Jan 2010 22:11:30 +0200

Modified: packages/pyfiglet/trunk/debian/control
===================================================================
--- packages/pyfiglet/trunk/debian/control	2010-01-16 23:36:23 UTC (rev 11188)
+++ packages/pyfiglet/trunk/debian/control	2010-01-16 23:52:12 UTC (rev 11189)
@@ -1,16 +1,20 @@
 Source: pyfiglet
 Section: python
-Priority: extra
+Priority: optional
 Maintainer: Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7), python-support (>= 0.90), quilt (>= 0.46-7~)
+Build-Depends: debhelper (>= 7), python-support (>= 0.90)
+XS-Python-Version: >= 2.5
 Standards-Version: 3.8.3
 Homepage: http://sourceforge.net/projects/pyfiglet/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyfiglet/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyfiglet/trunk/
 
 Package: python-pyfiglet
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, toilet-fonts
 Description: A Python port of the FIGlet specification
  FIGLet is a program that creates large characters out of ordinary screen
  characters. It takes ASCII text and renders it in ASCII art fonts.
- It can be used on the commandline or as an Object Oriented driver
- library in your own programs.
+ .
+ This is a Python port of the original C figlet.  It can be used on the
+ commandline or as an Object Oriented driver library in your own programs.

Modified: packages/pyfiglet/trunk/debian/copyright
===================================================================
--- packages/pyfiglet/trunk/debian/copyright	2010-01-16 23:36:23 UTC (rev 11188)
+++ packages/pyfiglet/trunk/debian/copyright	2010-01-16 23:52:12 UTC (rev 11189)
@@ -1,23 +1,26 @@
-This work was packaged for Debian by:
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
+Name: pyfiglet
+Maintainer: Christopher Jones <cjones at insub.org>
+Source: http://sourceforge.net/projects/pyfiglet/
 
-    Stefano Rivera <stefano at rivera.za.net> on Sat, 02 Jan 2010 21:00:44 +0200
+Files: *
+Copyright: 2007, Christopher Jones <cjones at insub.org>
+License: GPL-2+
 
-It was downloaded from <http://sourceforge.net/projects/pyfiglet/>
+Files: debian/*
+Copyright: 2010, Stefano Rivera <stefano at rivera.za.net>
+License: GPL-2+
 
-Upstream Author(s):
-
-    Christopher Jones <cjones at insub.org>
-
-Copyright:
-
-    Copyright (C) 2007 Christopher Jones
-
-and is licensed under the GPL version 2, 
-see `/usr/share/common-licenses/GPL-2'.
-
-The Debian packaging is:
-
-    Copyright (C) 2010 Stefano Rivera <stefano at rivera.za.net>
-
-and is licensed under the GPL version 2, 
-see `/usr/share/common-licenses/GPL-2'.
+Licence: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.

Modified: packages/pyfiglet/trunk/debian/patches/setup.py.diff
===================================================================
--- packages/pyfiglet/trunk/debian/patches/setup.py.diff	2010-01-16 23:36:23 UTC (rev 11188)
+++ packages/pyfiglet/trunk/debian/patches/setup.py.diff	2010-01-16 23:52:12 UTC (rev 11189)
@@ -1,5 +1,8 @@
-There is no setup.py in upstream. This is a very simple one, only
-really suitable for the deb.
+Description: No setup.py in upstream.
+ This is a very simple one, only really suitable for the deb.
+Author: Stefano Rivera <stefano at rivera.za.net>
+Forwarded: yes
+Last-Update: 2010-01-17
 Index: python-pyfiglet-0.4/setup.py
 ===================================================================
 --- /dev/null   1970-01-01 00:00:00.000000000 +0000




More information about the Python-modules-commits mailing list