[Python-modules-commits] r25657 - in packages/texttable/trunk (9 files)

leo.cavaille-guest at users.alioth.debian.org leo.cavaille-guest at users.alioth.debian.org
Wed Aug 21 15:35:58 UTC 2013


    Date: Wednesday, August 21, 2013 @ 15:35:56
  Author: leo.cavaille-guest
Revision: 25657

[svn-inject] Applying Debian modifications (0.8.1-1) to trunk

Added:
  packages/texttable/trunk/debian/
  packages/texttable/trunk/debian/changelog
  packages/texttable/trunk/debian/compat
  packages/texttable/trunk/debian/control
  packages/texttable/trunk/debian/copyright
  packages/texttable/trunk/debian/rules
  packages/texttable/trunk/debian/source/
  packages/texttable/trunk/debian/source/format
  packages/texttable/trunk/debian/watch


Property changes on: packages/texttable/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/texttable/trunk/debian/changelog
===================================================================
--- packages/texttable/trunk/debian/changelog	                        (rev 0)
+++ packages/texttable/trunk/debian/changelog	2013-08-21 15:35:56 UTC (rev 25657)
@@ -0,0 +1,5 @@
+texttable (0.8.1-1) unstable; urgency=low
+
+    * Initial release. (Closes: #719238)
+
+ -- Léo Cavaillé <leo at cavaille.net>  Thu, 15 Aug 2013 16:06:59 +0200

Added: packages/texttable/trunk/debian/compat
===================================================================
--- packages/texttable/trunk/debian/compat	                        (rev 0)
+++ packages/texttable/trunk/debian/compat	2013-08-21 15:35:56 UTC (rev 25657)
@@ -0,0 +1 @@
+9

Added: packages/texttable/trunk/debian/control
===================================================================
--- packages/texttable/trunk/debian/control	                        (rev 0)
+++ packages/texttable/trunk/debian/control	2013-08-21 15:35:56 UTC (rev 25657)
@@ -0,0 +1,16 @@
+Source: texttable
+Maintainer: Léo Cavaillé <leo at cavaille.net>
+Section: python
+Priority: optional
+Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9)
+Standards-Version: 3.9.4
+Homepage: https://github.com/bufordtaylor/python-texttable
+
+Package: python-texttable
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: module for creating simple ASCII tables
+ texttable is a module to generate a formatted text table, using ASCII
+ characters.
+ It provides nice human-readable output for arrays when you are designing
+ a CLI or just output data.

Added: packages/texttable/trunk/debian/copyright
===================================================================
--- packages/texttable/trunk/debian/copyright	                        (rev 0)
+++ packages/texttable/trunk/debian/copyright	2013-08-21 15:35:56 UTC (rev 25657)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: texttable
+Source: https://pypi.python.org/packages/source/t/texttable/texttable-0.8.1.tar.gz
+
+Files: *
+Copyright: 2003 - 2011 Buford Taylor
+License: LGPL-2.1+
+
+Files: debian/* 
+Copyright: 2013 Léo Cavaillé <leo at cavaille.net> 
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ fedmsg is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ fedmsg 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with fedmsg; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, a copy of the license can be found at
+ `/usr/share/common-licenses/LGPL-2.1`.

Added: packages/texttable/trunk/debian/rules
===================================================================
--- packages/texttable/trunk/debian/rules	                        (rev 0)
+++ packages/texttable/trunk/debian/rules	2013-08-21 15:35:56 UTC (rev 25657)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2


Property changes on: packages/texttable/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/texttable/trunk/debian/source/format
===================================================================
--- packages/texttable/trunk/debian/source/format	                        (rev 0)
+++ packages/texttable/trunk/debian/source/format	2013-08-21 15:35:56 UTC (rev 25657)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/texttable/trunk/debian/watch
===================================================================
--- packages/texttable/trunk/debian/watch	                        (rev 0)
+++ packages/texttable/trunk/debian/watch	2013-08-21 15:35:56 UTC (rev 25657)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/t/texttable/texttable-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list