[redeclipse] 01/02: Use new appdata location
Martin Werner
arand-guest at moszumanska.debian.org
Wed Feb 7 23:16:18 UTC 2018
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch master
in repository redeclipse.
commit 3dd11fcab197adf553070f18a5e109fac92b1bc7
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Wed Feb 7 23:45:11 2018 +0100
Use new appdata location
Based on lintian warning, /usr/share/appdata/ is no longer used, so move
to using /usr/share/metainfo/ for appdata files instead.
---
debian/changelog | 3 ++-
debian/redeclipse.install | 2 +-
debian/rules | 1 +
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aeab1c5..23f6b11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ redeclipse (1.5.8-2) unstable; urgency=medium
* Standards-Version 4.1.3
- Use https for copyright format url
- Remove debian menu entry
+ * Move appdata location from /usr/share/appdata/ to /usr/share/metainfo/
- -- Martin Erik Werner <martinerikwerner at gmail.com> Sat, 03 Feb 2018 11:37:51 +0100
+ -- Martin Erik Werner <martinerikwerner at gmail.com> Thu, 08 Feb 2018 00:13:26 +0100
redeclipse (1.5.8-1) unstable; urgency=medium
diff --git a/debian/redeclipse.install b/debian/redeclipse.install
index 97bf35d..45386a1 100644
--- a/debian/redeclipse.install
+++ b/debian/redeclipse.install
@@ -1,7 +1,7 @@
usr/games/redeclipse
usr/lib/games/redeclipse/doc
usr/lib/games/redeclipse/redeclipse
-usr/share/appdata
usr/share/applications
usr/share/icons
+usr/share/metainfo
usr/share/pixmaps
diff --git a/debian/rules b/debian/rules
index 3eba34a..a24719e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ override_dh_auto_install:
LIBENET="" \
DESTDIR=$(CURDIR)/debian/tmp \
prefix=/usr games=/games gamesbin=/games \
+ appdatadir=$(CURDIR)/debian/tmp/usr/share/metainfo \
system-install-client system-install-server \
system-install-common system-install-docs system-install-menus
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list