From bd2fabf1ed37a326b1a48de1a21312e23089ddee Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 16 Feb 2014 14:07:08 +0530 Subject: [PATCH] add debian/ --- debian/changelog | 11 +++++++++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/copyright | 11 +++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + 6 files changed, 47 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..60355e8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +pandora-client (0.2.156-1) precise; urgency=low + + * new release + + -- Jan Gerber Thu, 02 Jan 2014 20:11:15 +0530 + +pandora-client (0.2.152-1) precise; urgency=low + + * inital debian package + + -- Jan Gerber Fri, 27 Sep 2013 15:13:41 +0200 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..0494de8 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: pandora-client +Maintainer: Jan Gerber +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3) +Standards-Version: 3.9.1 + +Package: pandora-client +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, + python-ox, ffmpeg2theora, libav-tools, python-requests, python-twisted +Description: pandora_client is a commandline client for pan.do/ra. + You can use it to import videos into a pan.do/ra system. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2b79cac --- /dev/null +++ b/debian/copyright @@ -0,0 +1,11 @@ +This package was debianized by Jan Gerber on +Fri Sep 27 15:27:09 EET 2013. + + +It was downloaded from bzr branch http://code.0x2620.org/pandora_client + +Upstream Authors: 0x2620 <0x2620@0x2620.org> + +Copyright: + + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..49d8906 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Fri, 27 Sep 2013 15:13:41 +0200 + +%: + dh $@ --with python2 --buildsystem=python_distutils + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)