From 48cfab52e727069a01da05464848172288af2f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Cavaill=C3=A9?= Date: Wed, 21 Aug 2013 15:35:56 +0000 Subject: [PATCH 1/3] [svn-inject] Applying Debian modifications (0.8.1-1) to trunk --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 58 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1e59360 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +texttable (0.8.1-1) unstable; urgency=low + + * Initial release. (Closes: #719238) + + -- Léo Cavaillé Thu, 15 Aug 2013 16:06:59 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b63422b --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: texttable +Maintainer: Léo Cavaillé +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b0240ef --- /dev/null +++ b/debian/copyright @@ -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é +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`. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4647c9c --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..697f830 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://pypi.python.org/packages/source/t/texttable/texttable-(.*)\.tar\.gz From 8fca26656bd67a459d85d58e2e92b3bbf1b0efcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Cavaill=C3=A9?= Date: Wed, 28 Aug 2013 07:22:44 +0000 Subject: [PATCH 2/3] Fix debian files before initial release --- debian/control | 3 ++- debian/copyright | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index b63422b..28e88c8 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,6 @@ Source: texttable -Maintainer: Léo Cavaillé +Maintainer: Debian Python Modules Team +Uploaders: Léo Cavaillé Section: python Priority: optional Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9) diff --git a/debian/copyright b/debian/copyright index b0240ef..9eb41fb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,18 +11,18 @@ Copyright: 2013 Léo Cavaillé License: LGPL-2.1+ License: LGPL-2.1+ - fedmsg is free software; you can redistribute it and/or + texttable 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, + texttable 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 + License along with texttable; 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 From 675caca8d9a1e2f2385b72de780ef66b88eec934 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 2 Sep 2013 10:01:41 +0000 Subject: [PATCH 3/3] add of the vcs tag + improve desc --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 28e88c8..058761e 100644 --- a/debian/control +++ b/debian/control @@ -6,12 +6,14 @@ Priority: optional Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://github.com/bufordtaylor/python-texttable +Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/texttable/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/texttable/trunk/ Package: python-texttable Architecture: all Depends: ${misc:Depends}, ${python:Depends} -Description: module for creating simple ASCII tables +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 + It provides nice human-readable output for arrays when designing a CLI or just output data.