[Pkg-xfce-commits] r10268 - in /goodies/trunk/xfburn/debian: changelog rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sun Dec 17 15:18:15 UTC 2017
Author: corsac
Date: Sun Dec 17 15:18:15 2017
New Revision: 10268
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10268
Log:
* debian/rules:
- move AppData file to AppStream location
Modified:
goodies/trunk/xfburn/debian/changelog
goodies/trunk/xfburn/debian/rules
Modified: goodies/trunk/xfburn/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfburn/debian/changelog?rev=10268&op=diff
==============================================================================
--- goodies/trunk/xfburn/debian/changelog (original)
+++ goodies/trunk/xfburn/debian/changelog Sun Dec 17 15:18:15 2017
@@ -8,6 +8,8 @@
- 0001-Some-fixes-for-the-desktop-file.patch refreshed.
* debian/xfburn.lintian-overrides:
- add override for desktop-mime-but-no-exec-code
+ * debian/rules:
+ - move AppData file to AppStream location
-- Yves-Alexis Perez <corsac at debian.org> Sat, 16 Dec 2017 16:27:30 +0100
Modified: goodies/trunk/xfburn/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfburn/debian/rules?rev=10268&op=diff
==============================================================================
--- goodies/trunk/xfburn/debian/rules (original)
+++ goodies/trunk/xfburn/debian/rules Sun Dec 17 15:18:15 2017
@@ -12,6 +12,10 @@
NOCONFIGURE=1 xdt-autogen
dh_auto_configure
+override_dh_install:
+ dh_install
+ mv debian/xfburn/usr/share/appdata/ debian/xfburn/usr/share/metainfo
+
override_dh_auto_clean:
dh_auto_clean
rm -f $$(find -name 'Makefile.in*')
More information about the Pkg-xfce-commits
mailing list