[Python-modules-commits] r11096 - in packages/python-aalib/trunk (7 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sun Jan 10 22:11:39 UTC 2010


    Date: Sunday, January 10, 2010 @ 22:11:39
  Author: stefanor-guest
Revision: 11096

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-aalib/trunk/debian/
  packages/python-aalib/trunk/debian/changelog
  packages/python-aalib/trunk/debian/compat
  packages/python-aalib/trunk/debian/control
  packages/python-aalib/trunk/debian/copyright
  packages/python-aalib/trunk/debian/rules
  packages/python-aalib/trunk/debian/watch


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

Added: packages/python-aalib/trunk/debian/changelog
===================================================================
--- packages/python-aalib/trunk/debian/changelog	                        (rev 0)
+++ packages/python-aalib/trunk/debian/changelog	2010-01-10 22:11:39 UTC (rev 11096)
@@ -0,0 +1,5 @@
+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

Added: packages/python-aalib/trunk/debian/compat
===================================================================
--- packages/python-aalib/trunk/debian/compat	                        (rev 0)
+++ packages/python-aalib/trunk/debian/compat	2010-01-10 22:11:39 UTC (rev 11096)
@@ -0,0 +1 @@
+7

Added: packages/python-aalib/trunk/debian/control
===================================================================
--- packages/python-aalib/trunk/debian/control	                        (rev 0)
+++ packages/python-aalib/trunk/debian/control	2010-01-10 22:11:39 UTC (rev 11096)
@@ -0,0 +1,18 @@
+Source: python-aalib
+Section: python
+Priority: extra
+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.90)
+Standards-Version: 3.8.3
+Homepage: http://jwilk.net/software/python-aalib.html
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-axiom/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-axiom/trunk/
+
+Package: python-aalib
+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.
+ .
+ This package makes AAlib accessible in Python.

Added: packages/python-aalib/trunk/debian/copyright
===================================================================
--- packages/python-aalib/trunk/debian/copyright	                        (rev 0)
+++ packages/python-aalib/trunk/debian/copyright	2010-01-10 22:11:39 UTC (rev 11096)
@@ -0,0 +1,23 @@
+This work was packaged for Debian by:
+
+    Stefano Rivera <stefano at rivera.za.net> on Sat, 02 Jan 2010 21:00:44 +0200
+
+It was downloaded from <http://jwilk.net/software/python-aalib.html>
+
+Upstream Author(s):
+
+    Jakub Wilk <ubanus at users.sf.net>
+
+Copyright:
+
+    Copyright (C) 2009 Jakub Wilk
+
+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 Rivera <stefano at rivera.za.net>>
+
+and is licensed under the GPL version 2, 
+see `/usr/share/common-licenses/GPL-2'.

Added: packages/python-aalib/trunk/debian/rules
===================================================================
--- packages/python-aalib/trunk/debian/rules	                        (rev 0)
+++ packages/python-aalib/trunk/debian/rules	2010-01-10 22:11:39 UTC (rev 11096)
@@ -0,0 +1,13 @@
+#!/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 $@


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

Added: packages/python-aalib/trunk/debian/watch
===================================================================
--- packages/python-aalib/trunk/debian/watch	                        (rev 0)
+++ packages/python-aalib/trunk/debian/watch	2010-01-10 22:11:39 UTC (rev 11096)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/p/python-aalib/python-aalib-(\d.*)\.tar.gz




More information about the Python-modules-commits mailing list