Skip to content

Commit

Permalink
trying to fix app center build
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Nov 1, 2017
1 parent fc0d640 commit b3686f5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
7 changes: 6 additions & 1 deletion 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.2.9" timestamp="1509546498">
<description>
<p>Fixed debian build?</p>
</description>
</release>
<release version="0.2.8" timestamp="1509391672">
<description>
<p>Fixed debian build</p>
Expand Down Expand Up @@ -112,4 +117,4 @@
<value key="x-appcenter-color-primary-text">#FFFFFF</value>
<value key="x-appcenter-suggested-price">4</value>
</custom>
</component>
</component>
7 changes: 6 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
com.github.geigi.cozy (0.2.9) UNSTABLE; urgency=low

* Fixed debian build?

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

* Fixed debian build
Expand Down Expand Up @@ -42,4 +47,4 @@ com.github.geigi.cozy (0.2.0) UNSTABLE; urgency=low

* Getting the App Center integration running

-- Julian Geywitz <[email protected]> Thu, 22 Oct 2017 13:45:14 +0200
-- Julian Geywitz <[email protected]> Thu, 22 Oct 2017 13:45:14 +0200
8 changes: 1 addition & 7 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@ Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.6
Package: com.github.geigi.cozy
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${python3:Depends},
python3-pip,
python3-mutagen,
libgstreamer1.0-dev,
libgstreamer-plugins-base1.0-dev
Depends: ${misc:Depends},${shlibs:Depends},python3,python3-pip,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.2.8',
version: '0.2.9',
meson_version: '>= 0.40.0')

project_name = 'cozy'
Expand Down

0 comments on commit b3686f5

Please sign in to comment.