1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Ship appdata in metainfo dir
Comply with https://wiki.debian.org/AppStream/Guidelines (reported by lintian).
.
This looks Debian only, so won't be reported upstream.
Forwarded: not-needed
Author: dod
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,7 @@
pan.appdata.xml: pan.appdata.xml.in
$(AM_V_GEN)$(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
appdata_DATA = pan.appdata.xml
man_MANS = pan.1
|