Skip to content

Commit

Permalink
Merge pull request #301 from zgrimshell/develop
Browse files Browse the repository at this point in the history
Updated debian directory
  • Loading branch information
ids1024 committed Jun 1, 2015
2 parents e2cf7cf + 56a4620 commit 7e457d2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 28 deletions.
32 changes: 10 additions & 22 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
mps-youtube (0.2.4-1) unstable; urgency=low
mps-youtube (0.2.5-1) unstable; urgency=medium

* New upstream release
* Read upstream CHANGELOG for upstream changes

-- Zlatan Todoric <zlatan@riseup.net> Thu, 14 May 2015 12:26:39 +0200

mps-youtube (0.2.3-1) experimental; urgency=low

* New upstream release
* ffmpeg | libav-tools moved to Depends
* added python-notify to Recommends

-- Zlatan Todoric <zlatan@riseup.net> Thu, 26 Feb 2015 01:13:41 +0100

mps-youtube (0.2.0-1) unstable; urgency=low

* New upstream release
* Added Recommends: ffmpeg|libav-tools for transcoding downloaded content
and added xclip for copying content to clipboard
* Standards-Version: updated to 3.9.6
* Small tweak in manpage

-- Zlatan Todoric <zlatan@riseup.net> Tue, 25 Nov 2014 15:38:26 +0100
* debian/control: Depends on ffmpeg | libav-tools
* debian/control: Recommends added python-notify and xclip
* debian/control: Standards-Version update to 3.9.6
* mps-youtube is now python3 only so build changes are made
* Updated to latest upstream for Youtube APIv3 (Closes:#785704)
* Small manpage tweak
* debian/rules: using now pybuild

-- Zlatan Todoric <zlatan@riseup.net> Mon, 01 Jun 2015 15:12:53 +0200

mps-youtube (0.01.46-3) unstable; urgency=low

Expand Down
8 changes: 3 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@ Source: mps-youtube
Section: utils
Priority: extra
Maintainer: Zlatan Todoric <zlatan@riseup.net>
Build-Depends: debhelper (>= 9), dh-python, python, python-setuptools
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/np1/mps-youtube
XS-Python-Version: current
X-Python3-Version: >= 3.4

Package: mps-youtube
Architecture: any
Depends: ${misc:Depends}, python-pafy, mplayer2 | mpv, python, ffmpeg | avconv
Depends: ${misc:Depends}, python3-pafy, mplayer2 | mpv, python3, ffmpeg | avconv, ${python3:Depends}
Recommends: python-notify, xclip
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: Terminal based YouTube jukebox with playlist management
This project is a terminal based YouTube client with an interactive text
interface and in-built help. It can be used to search YouTube, create local
Expand Down
3 changes: 2 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=mps-youtube

%:
dh $@ --with python2
dh $@ --with python3 --buildsystem=pybuild

0 comments on commit 7e457d2

Please sign in to comment.