summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-07-25 19:48:35 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-07-25 19:56:32 +0200
commit96a95e293d018ac28bd6bed1c84f49adde2f6aac (patch)
tree466aea68967889c8bf5fe2f013b0a082e385a831
parent2704ff4840fca1a07fd7f32775b8b9d4b7a3a13b (diff)
downloadbot-96a95e293d018ac28bd6bed1c84f49adde2f6aac.tar.gz
bot-96a95e293d018ac28bd6bed1c84f49adde2f6aac.tar.bz2
bot-96a95e293d018ac28bd6bed1c84f49adde2f6aac.zip
debianizationdebian/1_2_git90-1
-rw-r--r--debian/changelog75
-rw-r--r--debian/compat1
-rw-r--r--debian/control18
-rw-r--r--debian/copyright37
-rw-r--r--debian/dirs2
-rw-r--r--debian/manpages1
-rw-r--r--debian/pycompat1
-rw-r--r--debian/pyversions1
-rwxr-xr-xdebian/rules16
9 files changed, 152 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9410381
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,75 @@
+phenny (1:2~git90-1) unstable; urgency=low
+
+ * removed debian patches
+ * fix indentation and trailing whitespaces
+ * add ssl support
+ * add pid setting for config to specify a pid path
+ * Make phenny kill its child threads then exit when it receives a SIGTERM signal.
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Thu, 25 Jul 2013 19:42:20 +0200
+
+phenny (2~hg28-2) unstable; urgency=low
+
+ * Team upload.
+ * Drop 05_python-version.dpatch, set minimum required version via
+ XS-Python-Version and use unversioned interpreter in shebang
+ Closes: #596311
+
+ -- Piotr Ożarowski <piotr@debian.org> Sun, 12 Sep 2010 16:41:19 +0200
+
+phenny (2~hg28-1) unstable; urgency=low
+
+ [ Noah Slater ]
+ * New upstream version, security fix and oblique command added.
+ * Added debian/README.source file.
+ * Updated debian/control, removed Build-Depends on cdbs.
+ * Updated debian/control, updated Build-Depends on debhelper to 7.2.11.
+ * Updated debian/control, changed Standards-Version to 3.8.1.
+ * Updated debian/control, changed Vcs-Browser.
+ * Updated debian/copyright, changed for latest proposed format.
+ * Updated debian/patches, converted all patches to dpatch system.
+ * Updated debian/patches/module-home.patch, relative home. Closes: #516038
+ * Updated debian/rules to use full debhelper system.
+ * Deleted debian/patches/bot-announce.patch, announce functionality.
+
+ [ Sandro Tosi ]
+ * debian/control
+ - switch Uploaders and Maintainer fields (package is team maintained)
+ - bump Standards-Version to 3.8.3 (no changes needed)
+
+ -- Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org> Thu, 15 Oct 2009 20:56:23 +0200
+
+phenny (2~hg16-1) unstable; urgency=low
+
+ * New upstream version, updated translation module.
+
+ -- Noah Slater <nslater@tumbolia.org> Sat, 24 May 2008 18:21:36 +0100
+
+phenny (2~hg15-1) unstable; urgency=low
+
+ * New upstream version, updated translation module.
+
+ -- Noah Slater <nslater@tumbolia.org> Tue, 20 May 2008 18:42:25 +0100
+
+phenny (2~hg14-1) unstable; urgency=low
+
+ * New upstream version.
+ * Updated debian/patches/command-option.patch, correct import. Closes: #478033
+ * Updated debian/copyright, changed for latest proposed format.
+
+ -- Noah Slater <nslater@tumbolia.org> Mon, 28 Apr 2008 17:49:58 +0100
+
+phenny (2~hg11-2) unstable; urgency=medium
+
+ * Added debian/patches/bot-announce.patch, announce functionality.
+ * Updated debian/rules, general standards improvement.
+ * Updated debian/control, corrected Depends and Build-Depends-Indep on
+ versioned python. Closes: #471617
+
+ -- Noah Slater <nslater@tumbolia.org> Sun, 30 Mar 2008 21:59:02 +0100
+
+phenny (2~hg11-1) unstable; urgency=low
+
+ * Initial release. Closes: #458095
+
+ -- Noah Slater <nslater@tumbolia.org> Sun, 09 Mar 2008 14:42:05 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d84d731
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: phenny
+Section: python
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
+Uploaders: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.2.11), dpatch
+Build-Depends-Indep: help2man, python-support (>= 0.6.4), python
+Homepage: http://inamidst.com/phenny/
+XS-Python-Version: >= 2.5
+
+Package: phenny
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: extensible IRC bot written in Python
+ Phenny is a lightweight IRC bot with the usual facilities that one expects such
+ as a Wordnet interface and thesaurus lookups. Modularly extensible with Python
+ and can reload modules on the fly.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d9fb99f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=180
+Upstream-Name: Phenny
+Upstream-Maintainer: Sean B. Palmer <http://inamidst.com/sbp/>
+Upstream-Source: http://inamidst.com/phenny/
+
+Files: *
+Copyright: Copyright 2008, Sean B. Palmer <http://inamidst.com/sbp/>
+License: EFL-2
+ Eiffel Forum License, version 2
+ .
+ 1. Permission is hereby granted to use, copy, modify and/or
+ distribute this package, provided that:
+ * copyright notices are retained unchanged,
+ * any distribution of this package, whether modified or not,
+ includes this license text.
+ 2. Permission is hereby also granted to distribute binary programs
+ which depend on this package. If the binary program depends on a
+ modified version of this package, you are encouraged to publicly
+ release the modified version of this package.
+ .
+ ***********************
+ .
+ THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT WARRANTY. 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 AUTHORS BE LIABLE TO ANY PARTY FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS PACKAGE.
+ .
+ ***********************
+
+Files: debian/*
+Copyright: Copyright 2009, Noah Slater <nslater@tumbolia.org>
+License: GAP
+ Copying and distribution of this package, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice and this
+ notice are preserved.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..3f3e097
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/python-support/phenny/phenny/modules
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..81ca95b
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/phenny.1
diff --git a/debian/pycompat b/debian/pycompat
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/debian/pycompat
@@ -0,0 +1 @@
+2
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..b3dc41e
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.5-
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..53a1a37
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
+
+%:
+ dh $@
+
+override_dh_auto_build:
+
+override_dh_install:
+ cp *.py debian/phenny/usr/share/python-support/phenny/phenny
+ cp modules/*.py debian/phenny/usr/share/python-support/phenny/phenny/modules
+ chmod -R 644 debian/phenny/usr/share/python-support/phenny/phenny/*.py
+ chmod -R 644 debian/phenny/usr/share/python-support/phenny/phenny/modules/*.py
+ cp phenny debian/phenny/usr/bin
+ help2man -N -n "an extensible IRC bot written in Python" --version-string=$(DEBVERS) ./phenny > debian/phenny.1