diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1687e5b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,17 @@ +python3-rofi-mpd (1.1.0c) bionic; urgency=medium + + * Update dependencies + + -- Jake Stanger Tue, 25 Sep 2019 18:58:22 -0000 + +python3-rofi-mpd (1.1.0b) bionic; urgency=medium + + * Update dependencies + + -- Jake Stanger Tue, 24 Sep 2019 10:15:50 -0000 + +python3-rofi-mpd (1.1.0) bionic; urgency=medium + + * Additional release. + + -- Jake Stanger Tue, 24 Sep 2019 10:57:24 -0000 \ No newline at end of file diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..9a03714 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 \ No newline at end of file diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..235f522 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: python3-rofi-mpd +Maintainer: Jake Stanger +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 \ No newline at end of file diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6ac236e --- /dev/null +++ b/debian/rules @@ -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 \ No newline at end of file