From cb75b355cfe338c7346b963bbd342277f86bedf2 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 18 Oct 2011 23:25:38 +0100 Subject: [PATCH] add debian packaging metadata for djrandom-client --- client/debian/changelog | 6 ++++++ client/debian/compat | 1 + client/debian/control | 14 ++++++++++++++ client/debian/pycompat | 1 + client/debian/rules | 12 ++++++++++++ 5 files changed, 34 insertions(+) create mode 100644 client/debian/changelog create mode 100644 client/debian/compat create mode 100644 client/debian/control create mode 100644 client/debian/pycompat create mode 100755 client/debian/rules diff --git a/client/debian/changelog b/client/debian/changelog new file mode 100644 index 0000000..a637ee8 --- /dev/null +++ b/client/debian/changelog @@ -0,0 +1,6 @@ +djrandom-client (2.3.1) unstable; urgency=low + + * Create a Debian package. + + -- ale <ale@incal.net> Tue, 17 Oct 2011 23:21:10 +0000 + diff --git a/client/debian/compat b/client/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/client/debian/compat @@ -0,0 +1 @@ +7 diff --git a/client/debian/control b/client/debian/control new file mode 100644 index 0000000..456a35a --- /dev/null +++ b/client/debian/control @@ -0,0 +1,14 @@ +Source: djrandom-client +Section: net +Priority: extra +Maintainer: ale <ale@incal.net> +Build-Depends: debhelper (>= 7), cdbs, python, python-support, + python-setuptools, python-dev +Standards-Version: 3.8.0.1 + +Package: djrandom-client +Architecture: all +Depends: ${python:Depends} +Description: DJRandom uploader client. + Uploads your music in the background. + diff --git a/client/debian/pycompat b/client/debian/pycompat new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/client/debian/pycompat @@ -0,0 +1 @@ +2 diff --git a/client/debian/rules b/client/debian/rules new file mode 100755 index 0000000..ceb0e63 --- /dev/null +++ b/client/debian/rules @@ -0,0 +1,12 @@ +#!/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 + +clean:: + rm -fr build build-stamp configure-stamp build/ MANIFEST + dh_clean + -- GitLab