add debian/
This commit is contained in:
parent
73c84ec10d
commit
bd2fabf1ed
6 changed files with 47 additions and 0 deletions
11
debian/changelog
vendored
Normal file
11
debian/changelog
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
pandora-client (0.2.156-1) precise; urgency=low
|
||||||
|
|
||||||
|
* new release
|
||||||
|
|
||||||
|
-- Jan Gerber <j@mailb.org> Thu, 02 Jan 2014 20:11:15 +0530
|
||||||
|
|
||||||
|
pandora-client (0.2.152-1) precise; urgency=low
|
||||||
|
|
||||||
|
* inital debian package
|
||||||
|
|
||||||
|
-- Jan Gerber <j@mailb.org> Fri, 27 Sep 2013 15:13:41 +0200
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
7
|
14
debian/control
vendored
Normal file
14
debian/control
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Source: pandora-client
|
||||||
|
Maintainer: Jan Gerber <j@mailb.org>
|
||||||
|
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.
|
||||||
|
|
11
debian/copyright
vendored
Normal file
11
debian/copyright
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
This package was debianized by Jan Gerber <j@mailb.org> 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:
|
||||||
|
|
||||||
|
|
9
debian/rules
vendored
Executable file
9
debian/rules
vendored
Executable file
|
@ -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
|
||||||
|
|
||||||
|
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (native)
|
Loading…
Reference in a new issue