Skip to content

Commit

Permalink
Added setuptools to build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Nov 1, 2017
1 parent 9592354 commit 805ef63
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<url type="help">https://github.com/geigi/cozy/issues</url>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.3.2" timestamp="1509548540">
<description>
<p>App Center build fix</p>
</description>
</release>
<release version="0.3.1" timestamp="1509547979">
<description>
<p>App Center build fix</p>
Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
com.github.geigi.cozy (0.3.2) UNSTABLE; urgency=low

* App Center build fix

-- Julian Geywitz <[email protected]> Wed, 01 Nov 2017 16:01:14 +0200
com.github.geigi.cozy (0.3.1) UNSTABLE; urgency=low

* App Center build fix
Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ Build-Depends: debhelper (>= 9),
libgtk-3-dev,
python3,
python3-pip,
python3-setuptools,
python3-mutagen,
libgstreamer1.0-dev,
libgstreamer-plugins-base1.0-dev

Standards-Version: 3.9.6
Package: com.github.geigi.cozy
Architecture: any
Depends: ${misc:Depends},${shlibs:Depends},python3,python3-pip,python3-mutagen,libgstreamer1.0,libgstreamer-plugins-base1.0
Depends: ${misc:Depends},${shlibs:Depends},python3,python3-mutagen,libgstreamer1.0,libgstreamer-plugins-base1.0
Pre-Depends: dpkg (>= 1.15.6)
Description: Cozy
A modern audiobook player
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cozy',
version: '0.3.1',
version: '0.3.2',
meson_version: '>= 0.40.0')

project_name = 'cozy'
Expand Down

0 comments on commit 805ef63

Please sign in to comment.