[Python-modules-commits] r14882 - in packages/python-aalib/trunk/debian (4 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sun Nov 14 16:02:13 UTC 2010


    Date: Sunday, November 14, 2010 @ 16:02:02
  Author: stefanor-guest
Revision: 14882

* New Upstream Release
* Bump Standards-Version to 3.9.1 (no changes needed).
* Convert to dh_python2
* Revert X-Python-Version to >=2.5
* Wrap *Depends in debian/control.

Modified:
  packages/python-aalib/trunk/debian/changelog
  packages/python-aalib/trunk/debian/control
  packages/python-aalib/trunk/debian/copyright
  packages/python-aalib/trunk/debian/rules

Modified: packages/python-aalib/trunk/debian/changelog
===================================================================
--- packages/python-aalib/trunk/debian/changelog	2010-11-13 20:51:30 UTC (rev 14881)
+++ packages/python-aalib/trunk/debian/changelog	2010-11-14 16:02:02 UTC (rev 14882)
@@ -1,14 +1,17 @@
-python-aalib (0.1.1-2) UNRELEASED; urgency=low
+python-aalib (0.2-1) UNRELEASED; urgency=low
 
   [ Stefano Rivera ]
-  * Bump Standards-Version to 3.8.4.
+  * New Upstream Release
+  * Bump Standards-Version to 3.9.1 (no changes needed).
   * Suggest python-imaging
-  * Revert XS-Python-Version to >=2.5
+  * Convert to dh_python2
+  * Revert X-Python-Version to >=2.5
+  * Wrap *Depends in debian/control.
 
   [ Jakub Wilk ]
   * Update my e-mail address in debian/copyright.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Sat, 15 May 2010 19:28:30 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Sun, 14 Nov 2010 17:48:02 +0200
 
 python-aalib (0.1.1-1) unstable; urgency=low
 

Modified: packages/python-aalib/trunk/debian/control
===================================================================
--- packages/python-aalib/trunk/debian/control	2010-11-13 20:51:30 UTC (rev 14881)
+++ packages/python-aalib/trunk/debian/control	2010-11-14 16:02:02 UTC (rev 14882)
@@ -3,16 +3,22 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Stefano Rivera <stefano at rivera.za.net>
-Build-Depends: debhelper (>= 7), python-support (>= 0.8)
-Standards-Version: 3.8.4
+Build-Depends:
+ debhelper (>= 7),
+ python-all,
+Standards-Version: 3.9.1
 Homepage: http://jwilk.net/software/python-aalib.html
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-aalib/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-aalib/trunk/
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 
 Package: python-aalib
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, libaa1
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ libaa1,
+Breaks: ${python:Breaks}
 Suggests: python-imaging
 Description: Python interface to AAlib, an ASCII art library
  AAlib is a portable ASCII art graphics library. Internally, it works like a

Modified: packages/python-aalib/trunk/debian/copyright
===================================================================
--- packages/python-aalib/trunk/debian/copyright	2010-11-13 20:51:30 UTC (rev 14881)
+++ packages/python-aalib/trunk/debian/copyright	2010-11-14 16:02:02 UTC (rev 14882)
@@ -4,19 +4,25 @@
 Source: http://jwilk.net/software/python-aalib.html
 
 Files: *
-Copyright: 2009, Jakub Wilk <jwilk at jwilk.net>
-License: 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; version 2 dated June, 1991.
+Copyright: 2009-2010, Jakub Wilk <jwilk at jwilk.net>
+License: MIT-1
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the “Software”), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
  .
- 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.
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
  .
- 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.
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
 
 Files: debian/*
 Copyright: 2009-2010, Stefano Rivera <stefano at rivera.za.net>

Modified: packages/python-aalib/trunk/debian/rules
===================================================================
--- packages/python-aalib/trunk/debian/rules	2010-11-13 20:51:30 UTC (rev 14881)
+++ packages/python-aalib/trunk/debian/rules	2010-11-14 16:02:02 UTC (rev 14882)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2




More information about the Python-modules-commits mailing list