--- mwparserfromhell-0.4.2.orig/debian/changelog +++ mwparserfromhell-0.4.2/debian/changelog @@ -0,0 +1,32 @@ +mwparserfromhell (0.4.2-1.1build3) artful; urgency=medium + + * No change rebuild to drop Python 3.5 support. + + -- Michael Hudson-Doyle Fri, 04 Aug 2017 18:49:33 +1200 + +mwparserfromhell (0.4.2-1.1build2) artful; urgency=medium + + * No change rebuild to add Python 3.6 support. + + -- Michael Hudson-Doyle Fri, 12 May 2017 11:48:35 +1200 + +mwparserfromhell (0.4.2-1.1build1) xenial; urgency=medium + + * No-change rebuild to drop python3.4 support. + + -- Matthias Klose Mon, 18 Jan 2016 20:42:45 +0000 + +mwparserfromhell (0.4.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rationalize python related build-depends to build for all supported + versions (Closes: #809466) + + -- Scott Kitterman Wed, 30 Dec 2015 21:10:15 +0000 + +mwparserfromhell (0.4.2-1) sid; urgency=medium + + * Initial version of the package + * Closes: 756888 + + -- Yuvi Panda Fri, 07 Aug 2015 18:16:37 -0700 --- mwparserfromhell-0.4.2.orig/debian/compat +++ mwparserfromhell-0.4.2/debian/compat @@ -0,0 +1 @@ +9 --- mwparserfromhell-0.4.2.orig/debian/control +++ mwparserfromhell-0.4.2/debian/control @@ -0,0 +1,37 @@ +Source: mwparserfromhell +Maintainer: Yuvi Panda +Section: python +Priority: optional +Build-Depends: python3-setuptools, python3-all-dev, python-setuptools, python-all-dev, debhelper (>= 9), dh-python +Homepage: https://github.com/earwig/mwparserfromhell +Standards-Version: 3.9.6 +Description: Outrageously powerful parser for MediaWiki wikicode + mwparserfromhell is a pure-Python parser (with optional C speedup) for + MediaWiki wikicode. It allows parsing and manipulation of complex + structures like nested templates, tables, and much more. + . + Documentation at https://mwparserfromhell.readthedocs.org/ + +Package: python3-mwparserfromhell +Architecture: any +Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} +Description: Outrageously powerful parser for MediaWiki wikicode + mwparserfromhell is a pure-Python parser (with optional C speedup) for + MediaWiki wikicode. It allows parsing and manipulation of complex + structures like nested templates, tables, and much more. + . + Documentation at https://mwparserfromhell.readthedocs.org/ + . + This is the Python 3 version. + +Package: python-mwparserfromhell +Architecture: any +Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Description: Outrageously powerful parser for MediaWiki wikicode + mwparserfromhell is a pure-Python parser (with optional C speedup) for + MediaWiki wikicode. It allows parsing and manipulation of complex + structures like nested templates, tables, and much more. + . + Documentation at https://mwparserfromhell.readthedocs.org/ + . + This is the Python 2 version. --- mwparserfromhell-0.4.2.orig/debian/copyright +++ mwparserfromhell-0.4.2/debian/copyright @@ -0,0 +1,26 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mwparserfromhell + +Files: * +Copyright: 2012-2015 Ben Kurtovic +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 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. --- mwparserfromhell-0.4.2.orig/debian/python-mwparserfromhell.install +++ mwparserfromhell-0.4.2/debian/python-mwparserfromhell.install @@ -0,0 +1 @@ +usr/lib/python2.* --- mwparserfromhell-0.4.2.orig/debian/python3-mwparserfromhell.install +++ mwparserfromhell-0.4.2/debian/python3-mwparserfromhell.install @@ -0,0 +1 @@ +usr/lib/python3.* --- mwparserfromhell-0.4.2.orig/debian/rules +++ mwparserfromhell-0.4.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with=python2,python3 --buildsystem=pybuild --- mwparserfromhell-0.4.2.orig/debian/watch +++ mwparserfromhell-0.4.2/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/mwparserfromhell-$1\.tar\.gz/ \ + https://github.com/earwig/mwparserfromhell/tags .*/v?(\d\S*)\.tar\.gz