summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright8
-rw-r--r--debian/pycompat1
-rwxr-xr-xdebian/rules4
6 files changed, 36 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d13c072
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+xchat-plugins-liw (1.0) karmic; urgency=low
+
+ * Initial packaging.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 Mar 2010 09:58:28 +1300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7f7d5e9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: xchat-plugins-liw
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: net
+Priority: optional
+Standards-Version: 3.8.2
+Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), python (>= 2.5)
+XS-Python-Version: >= 2.5
+Vcs-Bzr: http://code.liw.fi/xchat-plugins-liw/bzr/trunk/
+
+Package: xchat-plugins-liw
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: xchat
+XB-Python-Version: ${python:Versions}
+Description: xchat plugins by liw
+ These are the Xchat plugins that liw has written and uses.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0acd228
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,8 @@
+xchat-plugins-liw was originally written Lars Wirzenius <liw@liw.fi>,
+except topicdiff.py, which was originally written by Scott James
+Remnant <scott@netsplit.com>.
+
+The MIT license is indicated, but may eventually change.
+
+If this were a real Debian package, the license would be included here.
+Can't be bothered now, however.
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/rules b/debian/rules
new file mode 100755
index 0000000..4f2c774
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+%:
+ dh $@
+