[Python-modules-commits] [pynliner] 02/03: Imported Debian patch 0.5.2-1

Sandro Tosi morph at moszumanska.debian.org
Tue Jul 7 22:14:41 UTC 2015


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

morph pushed a commit to branch bpo8
in repository pynliner.

commit 9b5359e51e3dc9c52244837b260a203fa3f85423
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jul 7 17:43:17 2015 -0400

    Imported Debian patch 0.5.2-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 19 +++++++++++++++++++
 debian/copyright     | 33 +++++++++++++++++++++++++++++++++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..06283a0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pynliner (0.5.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #791683)
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 07 Jul 2015 17:43:17 -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..b24df15
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: pynliner
+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: https://github.com/rennat/pynliner
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/pynliner.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/pynliner.git/
+
+Package: python-pynliner
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: CSS-to-inline-styles conversion tool for HTML
+ Because Pynliner uses BeautifulSoup to find the tags specified in the CSS it
+ aggressively converts to HTML. This means that templating languages like Mako,
+ Genshi, and Jinja will be pounded into valid HTML in the process of applying
+ styles.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..caa1e9d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pynliner
+Source: https://pypi.python.org/pypi/pynliner
+
+Files: *
+Copyright: Copyright (c) 2011-2013 Tanner Netterville
+License: MIT
+
+License: MIT
+ 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 generated output of this software shall not be used in a mass marketing
+ service.
+ .
+ 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.
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: GPL-2+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4ef40b9
--- /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-pynliner
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..7a7b378
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/pynliner/pynliner-(.+)\.(?: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/pynliner.git



More information about the Python-modules-commits mailing list