-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55c4a7e
commit 6ad1ce3
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
python3-rofi-mpd (1.1.0c) bionic; urgency=medium | ||
|
||
* Update dependencies | ||
|
||
-- Jake Stanger <[email protected]> Tue, 25 Sep 2019 18:58:22 -0000 | ||
|
||
python3-rofi-mpd (1.1.0b) bionic; urgency=medium | ||
|
||
* Update dependencies | ||
|
||
-- Jake Stanger <[email protected]> Tue, 24 Sep 2019 10:15:50 -0000 | ||
|
||
python3-rofi-mpd (1.1.0) bionic; urgency=medium | ||
|
||
* Additional release. | ||
|
||
-- Jake Stanger <[email protected]> Tue, 24 Sep 2019 10:57:24 -0000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Source: python3-rofi-mpd | ||
Maintainer: Jake Stanger <[email protected]> | ||
Build-Depends: debhelper,dh-python,python3-all,python3-setuptools,python3-mpd,python3-mutagen | ||
Section: devel | ||
Priority: optional | ||
Standards-Version: 1.1.0 | ||
X-Python3-Version: >= 3.6 | ||
|
||
Package: python3-rofi-mpd | ||
Architecture: all | ||
Description: A rofi menu for interacting with MPD written in Python. | ||
Depends: ${python3:Depends},python3-mpd,python3-mutagen,rofi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#! /usr/bin/make -f | ||
|
||
#export DH_VERBOSE = 1 | ||
export PYBUILD_NAME = rofi-mpd | ||
export PYBUILD_DISABLE=test # No unit tests :) | ||
|
||
%: | ||
dh $@ --with python3 --buildsystem=pybuild |