[SCM] kstars packaging branch, master, updated. debian/15.08.3-1-8-g9ce0523

Matthias Klumpp mak at moszumanska.debian.org
Sun May 1 17:36:01 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kstars.git;a=commitdiff;h=9ce0523

The following commit has been merged in the master branch:
commit 9ce052323c4e6d0bfefd1d1bca8d7745301ce965
Author: Matthias Klumpp <matthias at tenstral.net>
Date:   Sun May 1 19:35:51 2016 +0200

    Fix the AppStream metadata by placing .desktop file and metainfo file in the same package
---
 debian/control             | 14 ++++++++++----
 debian/kstars-data.install |  1 -
 debian/kstars.install      |  1 +
 3 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index fdf688b..054647c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: kstars
 Section: kde
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Pino Toscano <pino at debian.org>, Maximiliano Curia <maxy at debian.org>
+Uploaders: Pino Toscano <pino at debian.org>,
+           Maximiliano Curia <maxy at debian.org>
 Build-Depends: astrometry.net,
                cmake (>= 2.8.12~),
                debhelper (>= 9),
@@ -47,9 +48,14 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/applications/kstars.git
 Package: kstars
 Architecture: any
 Section: science
-Depends: kstars-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
-Suggests: khelpcenter, konqueror
-Recommends: astrometry.net, indi-bin, xplanet
+Depends: kstars-data (= ${source:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
+Suggests: khelpcenter,
+          konqueror
+Recommends: astrometry.net,
+            indi-bin,
+            xplanet
 Description: desktop planetarium for KDE
  KStars is a desktop planetarium for KDE, depicting an accurate graphical
  simulation of the night sky, from any location on Earth, at any date and time.
diff --git a/debian/kstars-data.install b/debian/kstars-data.install
index d1c3af4..9c731e6 100644
--- a/debian/kstars-data.install
+++ b/debian/kstars-data.install
@@ -1,5 +1,4 @@
 etc/xdg/*
-usr/share/appdata/org.kde.kstars.appdata.xml
 usr/share/config.kcfg/*
 usr/share/doc/*
 usr/share/icons/*
diff --git a/debian/kstars.install b/debian/kstars.install
index 5dff105..2059d60 100644
--- a/debian/kstars.install
+++ b/debian/kstars.install
@@ -1,2 +1,3 @@
 usr/bin/kstars
+usr/share/appdata/org.kde.kstars.appdata.xml
 usr/share/applications/org.kde.kstars.desktop

-- 
kstars packaging



More information about the pkg-kde-commits mailing list