[Python-modules-commits] [pdftables] 02/03: Imported Debian patch 0.0.4-1

Sandro Tosi morph at moszumanska.debian.org
Tue Jul 7 20:41:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch bpo8
in repository pdftables.

commit 6a31f787735efe50fc0a2a01c864c939c7957ff4
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jul 7 15:53:22 2015 -0400

    Imported Debian patch 0.0.4-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 16 ++++++++++++++++
 debian/copyright     | 26 ++++++++++++++++++++++++++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 59 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..13a9117
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pdftables (0.0.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #791679)
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 07 Jul 2015 15:53:22 -0400
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..77ea843
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: pdftables
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python, dh-python, python-setuptools
+Standards-Version: 3.9.6
+Homepage: http://scraperwiki.com
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/pdftables.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/pdftables.git/
+
+Package: python-pdftables
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: parse PDFs and extracts what it believes to be tables
+ PDFTables helps with extracting tables from PDF files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..70019ea
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pdftables
+Source: https://pypi.python.org/pypi/pdftables
+
+Files: *
+Copyright: ScraperWiki Ltd <feedback at scraperwiki.com>
+License: BSD
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d8390f5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_install:
+	python  setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-pdftables
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..6b288af
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/pdftables/pdftables-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pdftables.git



More information about the Python-modules-commits mailing list