From e842c1495605d78046785c2c784d96cb26c89c3d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 6 Nov 2014 20:10:02 +0100 Subject: debianization --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 16 ++++++++++++++++ debian/copyright | 26 ++++++++++++++++++++++++++ debian/install | 1 + debian/rules | 4 ++++ 6 files changed, 53 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/install create mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c19e108 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +phenny-module-reinvite-to-channel (0.1) UNRELEASED; urgency=low + + * Initial release. + + -- Alexander Sulfrian Thu, 06 Nov 2014 20:09:52 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9373b59 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: phenny-module-reinvite-to-channel +Section: python +Priority: optional +Maintainer: Alexander Sulfrian +Uploaders: Alexander Sulfrian +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 7.2.11) +Homepage: http://inamidst.com/phenny/ + +Package: phenny-module-reinvite-to-channel +Architecture: all +Depends: ${misc:Depends}, phenny +Description: reinvite to channel module for phenny + This is a module for the lightweight IRC bot phenny, that allows + you to invite the bot to a configured channel. This is usefull if + it left the channel because f.e. somebody kicked the bot. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..90cc5cd --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +This work was packaged for Debian by: + + Alexander Sulfrian + +It was downloaded from: + + http://git.spline.inf.fu-berlin.de/phenny/modules/reinvite-to-channel/ + +Upstream Author(s): + + Alexander Sulfrian + +Copyright: + + Copyright (C) 2014 Alexander Sulfrian + +License: + + as-is + +The Debian packaging is: + + Copyright (C) 2014 Alexander Sulfrian + +and is licensed under the GPL version 3, +see "/usr/share/common-licenses/GPL-3". diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..5624fad --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +reinvite_to_channel.py usr/share/phenny/modules/reinvite_to_channel/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ -- cgit v1.2.3-1-g7c22