diff --git a/client/debian/changelog b/client/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..a637ee849f5ce0351b249cc4f7104403f881f7b1 --- /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 0000000000000000000000000000000000000000..7f8f011eb73d6043d2e6db9d2c101195ae2801f2 --- /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 0000000000000000000000000000000000000000..456a35ad1d6e89af0dd3eeaae80cd5fe84d37069 --- /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 0000000000000000000000000000000000000000..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f --- /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 0000000000000000000000000000000000000000..ceb0e631ec8c6006a625eeb0ca398cc0cabbfeaa --- /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 +