summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-11-06 20:21:23 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2014-11-06 20:21:23 +0100
commitd1248b4ed3cdb24244ecd64a6756a180384c6c28 (patch)
tree4fa22545f5addd00f5f0c6505071f33099e04c7f
parentd8ecf68c5805d608f222965bb53d111578bfdf5a (diff)
downloadsocket-notify-d1248b4ed3cdb24244ecd64a6756a180384c6c28.tar.gz
socket-notify-d1248b4ed3cdb24244ecd64a6756a180384c6c28.tar.bz2
socket-notify-d1248b4ed3cdb24244ecd64a6756a180384c6c28.zip
debianization
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control16
-rw-r--r--debian/copyright26
-rw-r--r--debian/install1
-rwxr-xr-xdebian/rules4
6 files changed, 53 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6f85ca0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+phenny-module-socket-notify (0.1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Thu, 06 Nov 2014 20:20:53 +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..cd594b3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: phenny-module-socket-notify
+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-socket-notify
+Architecture: all
+Depends: ${misc:Depends}, phenny
+Description: socket notify module for phenny
+ This is a module for the lightweight IRC bot phenny, that opens
+ a unix domain socket and forwards all received messages to all
+ configured channels.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..24f1c7a
--- /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/socket-notify/
+
+Upstream Author(s):
+
+ Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+
+Copyright:
+
+ Copyright (C) 2014 Alexander Sulfrian
+
+License:
+
+ as-is
+
+The Debian packaging is:
+
+ Copyright (C) 2014 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..76dc73e
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+socket_notify.py usr/share/phenny/modules/socket_notify/
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 $@