[Python-modules-commits] r11111 - in packages/python-aalib (5 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Mon Jan 11 17:17:36 UTC 2010


    Date: Monday, January 11, 2010 @ 17:17:35
  Author: stefanor-guest
Revision: 11111

Review from jwilk:
* Reword description
* Priority -> Optional
* Remove debian/rules comments
* Reversion back to 0.1-1

Modified:
  packages/python-aalib/trunk/debian/changelog
  packages/python-aalib/trunk/debian/control
  packages/python-aalib/trunk/debian/rules
Deleted:
  packages/python-aalib/tags/0.1-1/
  packages/python-aalib/tags/0.1-2/

Modified: packages/python-aalib/trunk/debian/changelog
===================================================================
--- packages/python-aalib/trunk/debian/changelog	2010-01-11 15:55:23 UTC (rev 11110)
+++ packages/python-aalib/trunk/debian/changelog	2010-01-11 17:17:35 UTC (rev 11111)
@@ -1,17 +1,5 @@
-python-aalib (0.1-3) UNRELEASED; urgency=low
+python-aalib (0.1-3) unstable; urgency=low
 
-  * Lower python-support version dependency, to ease backporting.
-
- -- Stefano Rivera <stefano at rivera.za.net>  Mon, 11 Jan 2010 17:40:51 +0200
-
-python-aalib (0.1-2) unstable; urgency=low
-
-  * Corrected VCS URLs
-
- -- Stefano Rivera <stefano at rivera.za.net>  Mon, 11 Jan 2010 01:33:34 +0200
-
-python-aalib (0.1-1) unstable; urgency=low
-
   * Initial release (Closes: #564608)
 
- -- Stefano Rivera <stefano at rivera.za.net>  Sat, 02 Jan 2010 21:00:44 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Mon, 11 Jan 2010 01:33:34 +0200

Modified: packages/python-aalib/trunk/debian/control
===================================================================
--- packages/python-aalib/trunk/debian/control	2010-01-11 15:55:23 UTC (rev 11110)
+++ packages/python-aalib/trunk/debian/control	2010-01-11 17:17:35 UTC (rev 11111)
@@ -1,6 +1,6 @@
 Source: python-aalib
 Section: python
-Priority: extra
+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)
@@ -13,8 +13,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, libaa1
 Description: Python interface to AAlib, an ASCII art library
- AAlib is a portable ascii art graphics library. Internally, it works like a
- graphics display, but the output is rendered into gorgeous platform
- independent ascii graphics.
+ AAlib is a portable ASCII art graphics library. Internally, it works like a
+ graphics display, but the output is rendered into ASCII text.
  .
  This package makes AAlib accessible in Python.

Modified: packages/python-aalib/trunk/debian/rules
===================================================================
--- packages/python-aalib/trunk/debian/rules	2010-01-11 15:55:23 UTC (rev 11110)
+++ packages/python-aalib/trunk/debian/rules	2010-01-11 17:17:35 UTC (rev 11111)
@@ -1,13 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 %:
 	dh --with python-support $@




More information about the Python-modules-commits mailing list