From fcb6c749e0e4d32e1302ada5e158af2c2883ac56 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 14 Mar 2010 10:03:15 +1300 Subject: Add initial packaging, which does not yet work. --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 8 ++++++++ debian/pycompat | 1 + debian/rules | 4 ++++ 6 files changed, 36 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/pycompat create mode 100755 debian/rules 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 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 +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 , +except topicdiff.py, which was originally written by Scott James +Remnant . + +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 $@ + -- cgit v1.2.1