summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2016-05-10 02:32:50 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2016-05-10 02:32:50 +0200
commitc07d3f35fd4900c463b2e64b2f8c16d79bbfe0a9 (patch)
treedaf1cf0d61cf07e20a82e06068829d095dbc43b3
parent70e1b1682cd4d13e342d153d5c1e20f6d0ff3f53 (diff)
downloadalternative-nick-c07d3f35fd4900c463b2e64b2f8c16d79bbfe0a9.tar.gz
alternative-nick-c07d3f35fd4900c463b2e64b2f8c16d79bbfe0a9.tar.bz2
alternative-nick-c07d3f35fd4900c463b2e64b2f8c16d79bbfe0a9.zip
Add basic file/directory structure
There is no productive code.
-rw-r--r--alternativ_nick.py9
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright26
-rw-r--r--debian/install1
-rwxr-xr-xdebian/rules4
7 files changed, 63 insertions, 0 deletions
diff --git a/alternativ_nick.py b/alternativ_nick.py
new file mode 100644
index 0000000..ea0ea52
--- /dev/null
+++ b/alternativ_nick.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+"""
+alternativ_nick.py - Use an alternativ nick, if your choosen nick is already taken
+Copyright 2016, Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Licensed under the Eiffel Forum License 2.
+
+http://inamidst.com/phenny/
+"""
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e971ee6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+phenny-module-alternativ-nick (0.1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Alexander Sulfrian <alex@spline.inf.fu-berlin.de> Tue, 10 May 2016 02:29:57 +0200
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..3bda754
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: phenny-module-alternativ-nick
+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-alternativ-nick
+Architecture: all
+Depends: ${misc:Depends}, phenny
+Description: alternativ nick module for phenny
+ This is a module for the lightweight IRC bot phenny, that allows
+ you to set an alternativ nick in your config, that is used if your
+ choosen nick is already taken. It will also generate other nicks
+ if even your alternativ nick is taken.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f8739d7
--- /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/alternativ-nick/
+
+Upstream Author(s):
+
+ Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+
+Copyright:
+
+ Copyright (C) 2016 Alexander Sulfrian
+
+License:
+
+ as-is
+
+The Debian packaging is:
+
+ Copyright (C) 2016 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..3a0cbb9
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+alternativ_nick.py usr/share/phenny/modules/alternativ-nick/
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 $@