Remove the /debian directory.

This is not really a native Debian package and this directory hasn't been touched in years.
The actual Debian packaging work is done on salsa.debian.org.
This commit is contained in:
Louis-Philippe Véronneau 2019-10-18 15:44:33 -04:00 committed by Valentin Lorentz
parent b54d8f8073
commit 00b2e9c97a
8 changed files with 0 additions and 130 deletions

18
debian/changelog vendored
View File

@ -1,18 +0,0 @@
limnoria (0.83.4.1+limnoria3) unstable; urgency=low
* New upstream version.
* New debian policies.
-- Valentin Lorentz <progval@progval.net> Wed, 20 May 2015 20:56:00 +0200
limnoria (0.83.4.1+limnoria2) unstable; urgency=low
* New upstream version.
-- Valentin Lorentz <progval@progval.net> Sat, 23 Jun 2012 17:47:00 +0200
limnoria (0.83.4.1+limnoria1) unstable; urgency=low
* Initial release.
-- Valentin Lorentz <progval@gmail.com> Sun, 21 Aug 2011 20:58:51 +0200

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

24
debian/control.py2 vendored
View File

@ -1,24 +0,0 @@
Source: limnoria
Section: net
Priority: optional
Maintainer: Valentin Lorentz <progval@progval.net>
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.

24
debian/control.py3 vendored
View File

@ -1,24 +0,0 @@
Source: limnoria
Section: net
Priority: optional
Maintainer: Valentin Lorentz <progval@progval.net>
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.

45
debian/copyright vendored
View File

@ -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.

3
debian/postinst vendored
View File

@ -1,3 +0,0 @@
#!/bin/sh
set -e
#DEBHELPER#

3
debian/prerm vendored
View File

@ -1,3 +0,0 @@
#!/bin/sh
set -e
#DEBHELPER#

12
debian/rules vendored
View File

@ -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