summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2015-12-04 02:25:46 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2015-12-04 02:26:40 +0100
commitdf64d623ed5e742efab6a1e63a3d58213ec8b2aa (patch)
tree5151d4fb12e29f097e5de3e07f96b1a7f963f361
parent9364af6974e48167be55b9c9959c6f7aec5ba6c0 (diff)
downloadupdate-topic-df64d623ed5e742efab6a1e63a3d58213ec8b2aa.tar.gz
update-topic-df64d623ed5e742efab6a1e63a3d58213ec8b2aa.tar.bz2
update-topic-df64d623ed5e742efab6a1e63a3d58213ec8b2aa.zip
debianization
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control15
-rw-r--r--debian/copyright26
-rw-r--r--debian/install1
-rwxr-xr-xdebian/rules4
6 files changed, 52 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c5046bd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+phenny-module-update-topic (0.1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Fri, 04 Dec 2015 02:22:18 +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..970d1ac
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: phenny-module-update-topic
+Section: python
+Priority: optional
+Maintainer: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Uploaders: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.2.11)
+Homepage: http://inamidst.com/phenny/
+
+Package: phenny-module-update-topic
+Architecture: all
+Depends: ${misc:Depends}, phenny, python-dateutil
+Description: update topic module for phenny
+ This is a module for the lightweight IRC bot phenny, that keeps
+ the topic in #spline up-to-date.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0592154
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+This work was packaged for Debian by:
+
+ Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+
+It was downloaded from:
+
+ http://git.spline.inf.fu-berlin.de/phenny/modules/update-topic/
+
+Upstream Author(s):
+
+ Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+
+Copyright:
+
+ Copyright (C) 2015 Alexander Sulfrian
+
+License:
+
+ as-is
+
+The Debian packaging is:
+
+ Copyright (C) 2015 Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+
+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..8690f34
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+update_topic.py usr/share/phenny/modules/update_topic/
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 $@