diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index dab3d4cd8..000000000 --- a/debian/changelog +++ /dev/null @@ -1,18 +0,0 @@ -limnoria (0.83.4.1+limnoria3) unstable; urgency=low - - * New upstream version. - * New debian policies. - - -- Valentin Lorentz Wed, 20 May 2015 20:56:00 +0200 - -limnoria (0.83.4.1+limnoria2) unstable; urgency=low - - * New upstream version. - - -- Valentin Lorentz Sat, 23 Jun 2012 17:47:00 +0200 - -limnoria (0.83.4.1+limnoria1) unstable; urgency=low - - * Initial release. - - -- Valentin Lorentz Sun, 21 Aug 2011 20:58:51 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144f..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control.py2 b/debian/control.py2 deleted file mode 100644 index 90ad2000e..000000000 --- a/debian/control.py2 +++ /dev/null @@ -1,24 +0,0 @@ -Source: limnoria -Section: net -Priority: optional -Maintainer: Valentin Lorentz -Build-Depends: debhelper (>=3.9.2), dh-python, python (>=2.6.6-3~), python-setuptools -XS-Python-Version: >=2.6 -Standards-Version: 3.9.6 - -Package: limnoria -Architecture: all -Depends: python (>=2.6.6-3~), dh-python, ${misc:Depends} -Recommends: python-simplejson, python-feedparser, python-sqlite3 -Suggests: python-twisted-core, python-twisted-names, python-dictclient, python-dateutil, python-gnupg, python-sqlalchemy -Conflicts: supybot -Provides: supybot -Replaces: supybot -Section: net -Priority: optional -Homepage: https://github.com/ProgVal/Limnoria -Description: Fork of the robust and user-friendly Python IRC bot Supybot. - It provides several enhancements, such as internationalization and - embedded HTTP server available to plugins. All plugins written for - Supybot are still compatible with Limnoria. - diff --git a/debian/control.py3 b/debian/control.py3 deleted file mode 100644 index 3b81f8f7c..000000000 --- a/debian/control.py3 +++ /dev/null @@ -1,24 +0,0 @@ -Source: limnoria -Section: net -Priority: optional -Maintainer: Valentin Lorentz -Build-Depends: debhelper (>=3.9.2), dh-python, cdbs (>= 0.4.90~), python3 (>=3.2), python3-setuptools -XS-Python-Version: >=3.2 -Standards-Version: 3.9.2 - -Package: limnoria -Architecture: all -Depends: python3 (>=3.2), dh-python, ${misc:Depends} -Recommends: python3-simplejson, python3-feedparser, python3-sqlite3 -Suggests: python3-twisted-core, python3-twisted-names, python3-dictclient, python3-dateutil, python3-gnupg, python3-sqlalchemy -Conflicts: supybot -Provides: supybot -Replaces: supybot -Section: net -Priority: optional -Homepage: https://github.com/ProgVal/Limnoria -Description: Fork of the robust and user-friendly Python IRC bot Supybot. - It provides several enhancements, such as internationalization and - embedded HTTP server available to plugins. All plugins written for - Supybot are still compatible with Limnoria. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index ce242ce28..000000000 --- a/debian/copyright +++ /dev/null @@ -1,45 +0,0 @@ -Upstream Author: - - Jeremiah Fincher and others - -Files: * -Copyright: - 2002-2011 Jeremiah Fincher and others -License: BSD - -Files: debian/* -Copyright: - 2002-2009, James Vega - 2011, Valentin Lorentz -License: BSD - -License: BSD - -Copyright (c) 2002-2009 Jeremiah Fincher and others -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions, and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions, and the following disclaimer in the - documentation and/or other materials provided with the distribution. - * Neither the name of the author of this software nor the name of - contributors to this software may be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Portions of the included source code are copyright by its original author(s) -and remain subject to its associated license. diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index ec73b4130..000000000 --- a/debian/postinst +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -set -e -#DEBHELPER# diff --git a/debian/prerm b/debian/prerm deleted file mode 100755 index ec73b4130..000000000 --- a/debian/prerm +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -set -e -#DEBHELPER# diff --git a/debian/rules b/debian/rules deleted file mode 100755 index bc2b98062..000000000 --- a/debian/rules +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/make -f - -export DH_VERBOSE = 1 -export PYBUILD_NAME = supybot - -%: - dh $@ --with python2,python3 --buildsystem=pybuild - -override_dh_auto_test: -# cp -r {dir}/scripts/supybot-test {build_dir}; chmod u+x {build_dir}/supybot-test; cp -r {dir}/test {build_dir} -# cd {build_dir}; ./supybot-test test -# rm -rf {build_dir}/supybot-test; rm -rf {build_dir}/test