[Python-modules-commits] [pdfkit] 03/03: Initial release. (Closes: #844471)

Scott Kitterman kitterman at moszumanska.debian.org
Wed Nov 16 04:48:56 UTC 2016


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

kitterman pushed a commit to branch master
in repository pdfkit.

commit e25873cdba1ebdaf53dd1a3a3ac0f054f2ab35a4
Author: Scott Kitterman <scott at kitterman.com>
Date:   Tue Nov 15 23:47:34 2016 -0500

    Initial release. (Closes: #844471)
---
 debian/.git-dpm            |  3 +++
 debian/changelog           |  5 +++++
 debian/compat              |  1 +
 debian/control             | 44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright           | 32 ++++++++++++++++++++++++++++++++
 debian/gbp.conf            |  2 ++
 debian/python-pdfkit.docs  |  1 +
 debian/python3-pdfkit.docs |  1 +
 debian/rules               | 12 ++++++++++++
 debian/watch               |  3 +++
 10 files changed, 104 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 51621b8..5b6588f 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 pdfkit_0.5.0.orig.tar.gz
 0d08db94a80a4fcf2a2100810d0002903771d740
 10475
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a7fd09a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pdfkit (0.5.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #844471)
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 15 Nov 2016 23:19:47 -0500
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..7a2d7ba
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,44 @@
+Source: pdfkit
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Scott Kitterman <scott at kitterman.com>
+Build-Depends:
+ debhelper (>= 9~),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/JazzCore/python-pdfkit
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pdfkit.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pdfkit.git
+
+Package: python-pdfkit
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ wkhtmltopdf
+Description: Python wrapper for wkhtmltopdf to convert HTML to PDF (Python 2)
+ Python wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
+ .
+ Wkhtmltopdf conversion and all wkhtmltopdf options are available in Python
+ from this module
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-pdfkit
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ wkhtmltopdf
+Description: Python wrapper for wkhtmltopdf to convert HTML to PDF (Python 3)
+ Python wrapper for wkhtmltopdf utility to convert HTML to PDF using Webkit.
+ .
+ Wkhtmltopdf conversion and all wkhtmltopdf options are available in Python
+ from this module
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..907868f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: PDFKit
+Upstream-Contact: Golovanov Stanislav
+Source: https://github.com/JazzCore/python-pdfkit
+
+Files: *
+Copyright: Copyright (c) 2012 JazzCore
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Scott Kitterman <scott at kitterman.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/python-pdfkit.docs b/debian/python-pdfkit.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-pdfkit.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-pdfkit.docs b/debian/python3-pdfkit.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-pdfkit.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2e6f9cf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=pdfkit
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	# Upstream doesn't ship the tests.
+
+get-orig-source:
+	uscan --force-download --repack
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e5a805f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://pypi.debian.net/pdfkit/pdfkit-([0-9][0-9\.\-]*).zip
+http://pypi.debian.net/pdfkit/pdfkit-([0-9][0-9\.\-]*).tar.gz

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



More information about the Python-modules-commits mailing list