diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 35e60c8..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -python3-mwparserfromhell (0.4.2) UNRELEASED; urgency=medium - - * Initial version of the package - - -- yuvipanda Fri, 07 Aug 2015 18:16:37 -0700 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 90685cf..0000000 --- a/debian/control +++ /dev/null @@ -1,13 +0,0 @@ -Source: python3-mwparserfromhell -Maintainer: Ben Kurtovic -Section: python -Priority: optional -Build-Depends: python3-setuptools, python3-all, debhelper (>= 9) -Standards-Version: 3.9.6 - -Package: python3-mwparserfromhell -Architecture: all -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. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 4b980fb..0000000 --- a/debian/copyright +++ /dev/null @@ -1,26 +0,0 @@ -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. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 641186e..0000000 --- a/debian/rules +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ --with python3 --buildsystem=pybuild