diff --git a/debian/changelog b/debian/changelog index 91ce623..2ec4c24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python3-mwparserfromhell (0.4.2) UNRELEASED; urgency=medium +python-mwparserfromhell (0.4.2) UNRELEASED; urgency=medium * Initial version of the package diff --git a/debian/control b/debian/control index 90685cf..87e82bf 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,8 @@ -Source: python3-mwparserfromhell +Source: python-mwparserfromhell Maintainer: Ben Kurtovic Section: python Priority: optional -Build-Depends: python3-setuptools, python3-all, debhelper (>= 9) +Build-Depends: python3-setuptools, python3-all, python-setuptools, python-all, debhelper (>= 9) Standards-Version: 3.9.6 Package: python3-mwparserfromhell @@ -11,3 +11,14 @@ Depends: ${misc:Depends}, ${python3:Depends} Description: mwparserfromhell (the MediaWiki Parser from Hell) is a Python package that provides an easy-to-use and outrageously powerful parser for MediaWiki wikicode. + . + This is the Python 3 version. + +Package: python-mwparserfromhell +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: mwparserfromhell (the MediaWiki Parser from Hell) is a Python + package that provides an easy-to-use and outrageously powerful parser for + MediaWiki wikicode. + . + This is the Python 2 version diff --git a/debian/rules b/debian/rules index 641186e..d5afe68 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python3,python2 --buildsystem=pybuild