Compare commits

...

13 Commits

Author SHA1 Message Date
Sergio Durigan Junior f04bb2c2d7 change version to 0.8.4-1 (unstable)
[ SVN-Git Migration ]
git-dpm config
Update Vcs fields for git migration
[ Ondřej Nový ]
[ Sergio Durigan Junior ]
Import texttable_0.8.4.orig.tar.gz
Updating Standards-Version to 3.9.8
Adding myself to Uploaders. (Closes: #826156)
2016-06-16 23:31:30 -04:00
Sergio Durigan Junior d85b79dba2 Adding myself to Uploaders 2016-06-16 23:31:04 -04:00
Sergio Durigan Junior 053e1747d9 Updating Standards-Version to 3.9.8 2016-06-14 00:49:09 -04:00
Sergio Durigan Junior 15f6fd1dce record new upstream branch created by importing texttable_0.8.4.orig.tar.gz and merge it 2016-06-14 00:33:07 -04:00
Ondřej Nový 59a9050ff1 Fixed VCS URL (https) 2016-03-29 22:35:33 +02:00
SVN-Git Migration c731f72cbe Update Vcs fields for git migration 2015-10-08 14:14:37 -07:00
SVN-Git Migration adef736173 git-dpm config 2015-10-08 14:14:37 -07:00
SVN-Git Migration 6a6d11a66b Initialize git-dpm 2015-10-08 14:14:36 -07:00
SVN-Git Migration 4b5936836a Merge SVN HEAD 2015-10-08 14:14:36 -07:00
Sylvestre Ledru 675caca8d9 add of the vcs tag + improve desc 2013-09-02 10:01:41 +00:00
Léo Cavaillé 8fca26656b Fix debian files before initial release 2013-08-28 07:22:44 +00:00
Léo Cavaillé 48cfab52e7 [svn-inject] Applying Debian modifications (0.8.1-1) to trunk 2013-08-21 15:35:56 +00:00
Léo Cavaillé cf19c58c6f Imported Debian patch 0.8.1-1 2013-08-15 16:06:59 +02:00
8 changed files with 88 additions and 0 deletions

11
debian/.git-dpm vendored Normal file
View File

@ -0,0 +1,11 @@
# see git-dpm(1) from git-dpm package
5073fb8f19ce80528dc5057a6c0c51ebb26e1298
5073fb8f19ce80528dc5057a6c0c51ebb26e1298
5073fb8f19ce80528dc5057a6c0c51ebb26e1298
5073fb8f19ce80528dc5057a6c0c51ebb26e1298
texttable_0.8.4.orig.tar.gz
cef25487684c232acb3377d3e5daa41842c73adc
9677
debianTag="debian/%e%v"
patchedTag="patched/%e%v"
upstreamTag="upstream/%e%u"

21
debian/changelog vendored Normal file
View File

@ -0,0 +1,21 @@
texttable (0.8.4-1) unstable; urgency=medium
[ SVN-Git Migration ]
* git-dpm config
* Update Vcs fields for git migration
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Sergio Durigan Junior ]
* Import texttable_0.8.4.orig.tar.gz
* Updating Standards-Version to 3.9.8
* Adding myself to Uploaders. (Closes: #826156)
-- Sergio Durigan Junior <sergiodj@sergiodj.net> Thu, 16 Jun 2016 20:20:29 -0400
texttable (0.8.1-1) unstable; urgency=low
* Initial release. (Closes: #719238)
-- Léo Cavaillé <leo@cavaille.net> Thu, 15 Aug 2013 16:06:59 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

19
debian/control vendored Normal file
View File

@ -0,0 +1,19 @@
Source: texttable
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>, Léo Cavaillé <leo@cavaille.net>
Section: python
Priority: optional
Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: https://github.com/bufordtaylor/python-texttable
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/texttable.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/texttable.git
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 designing
a CLI or just output data.

29
debian/copyright vendored Normal file
View File

@ -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@cavaille.net>
License: LGPL-2.1+
License: LGPL-2.1+
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.
.
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 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
`/usr/share/common-licenses/LGPL-2.1`.

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with python2

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=3
https://pypi.python.org/packages/source/t/texttable/texttable-(.*)\.tar\.gz