From b3686f5d03fb4ceb8813f4eb092037d19278ce64 Mon Sep 17 00:00:00 2001 From: geigi Date: Wed, 1 Nov 2017 15:28:30 +0100 Subject: [PATCH] trying to fix app center build --- data/com.github.geigi.cozy.appdata.xml | 7 ++++++- debian/changelog | 7 ++++++- debian/control | 8 +------- meson.build | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 1380a95c..2ee26441 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -57,6 +57,11 @@ https://github.com/geigi/cozy/issues cozy@geigi.de + + +

Fixed debian build?

+
+

Fixed debian build

@@ -112,4 +117,4 @@ #FFFFFF 4 - \ No newline at end of file + diff --git a/debian/changelog b/debian/changelog index d245e152..0d2fdb4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +com.github.geigi.cozy (0.2.9) UNSTABLE; urgency=low + + * Fixed debian build? + +-- Julian Geywitz Wed, 01 Nov 2017 15:26:14 +0200 com.github.geigi.cozy (0.2.8) UNSTABLE; urgency=low * Fixed debian build @@ -42,4 +47,4 @@ com.github.geigi.cozy (0.2.0) UNSTABLE; urgency=low * Getting the App Center integration running --- Julian Geywitz Thu, 22 Oct 2017 13:45:14 +0200 \ No newline at end of file +-- Julian Geywitz Thu, 22 Oct 2017 13:45:14 +0200 diff --git a/debian/control b/debian/control index d172e542..b0d5d557 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/meson.build b/meson.build index 4436dda0..7d321097 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cozy', - version: '0.2.8', + version: '0.2.9', meson_version: '>= 0.40.0') project_name = 'cozy'