Skip to content

Commit

Permalink
Add early Debian packaging support
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Sep 25, 2019
1 parent 55c4a7e commit 6ad1ce3
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
17 changes: 17 additions & 0 deletions debian/changelog
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
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
12 changes: 12 additions & 0 deletions debian/control
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
8 changes: 8 additions & 0 deletions debian/rules
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

0 comments on commit 6ad1ce3

Please sign in to comment.