Added initial Debian packaging support.
authorRagner Magalhaes <ragner.magalhaes@openbossa.org>
Tue, 2 Dec 2008 21:04:17 +0000 (21:04 +0000)
committerAnderson Briglia <anderson.briglia@openbossa.org>
Sat, 28 Feb 2009 21:11:17 +0000 (17:11 -0400)
FIXES:
 - Added initial Debian packaging support.

Signed-off-by: Bruno Abinader <bruno.abinader@indt.org.br>

git-svn-id: https://garage.maemo.org/svn/carman/branches/carman-0.7-beta2/python-purple@1398 596f6dd7-e928-0410-a184-9e12fd12cf7e

debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/files [new file with mode: 0644]
debian/pycompat [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..2cc171e
--- /dev/null
@@ -0,0 +1,5 @@
+python-purple (0.1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Bruno Abinader <bruno.abinader@openbossa.org>  Tue, 11 Nov 2008 16:53:59 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..7fa888d
--- /dev/null
@@ -0,0 +1,14 @@
+Source: python-purple
+Section: python
+Priority: optional
+Maintainer: Bruno Abinader <bruno.abinader@openbossa.org>
+Build-Depends: cdbs, cython, debhelper, gcc, libpurple-dev, python
+
+Package: python-purple
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Python bind for libpurple
+ Libpurple is a library intended to be used by programmers seeking
+ to write an IM client that connects to many IM networks.
+ This is a python bind for libpurple written using Cython.
diff --git a/debian/files b/debian/files
new file mode 100644 (file)
index 0000000..5a0a80a
--- /dev/null
@@ -0,0 +1 @@
+python-purple_0.1_all.deb python optional
diff --git a/debian/pycompat b/debian/pycompat
new file mode 100644 (file)
index 0000000..0cfbf08
--- /dev/null
@@ -0,0 +1 @@
+2
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..a8f2098
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+install/cython::
+#      dh_installman debian/python-purple.1