Package: transmageddon Version: 1.3-1 Severity: normal Dear Maintainer,
/usr/share/appdata/transmageddin.appdata.xml contains _p and _li and their close counterparts. Those were meant to be substituted by translation. Attached patch from upstream (author Richard Hughes) fixes the generation of the appdata.xml to substitude "_<tag>", ie _p, _li, etc to translated instances. Though it is not yet in debian (thus normal severity of this bug) appstream-glib is broken by such artifacts (thus gnome-software too). Best regards, Alban -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages transmageddon depends on: ii gir1.2-gst-plugins-base-1.0 1.4.0-1 ii gir1.2-gstreamer-1.0 1.4.0-1 ii gir1.2-gtk-3.0 3.12.2-1+b1 ii gir1.2-gudev-1.0 208-6 ii gir1.2-notify-0.7 0.7.6-2 ii gstreamer1.0-libav 1.4.0-1 ii gstreamer1.0-plugins-bad 1.4.0-1 ii gstreamer1.0-plugins-base 1.4.0-1 ii gstreamer1.0-plugins-good 1.4.0-1 ii gstreamer1.0-plugins-ugly 1.4.0-1 ii python3-gi 3.12.1-1+b1 pn python3:any <none> Versions of packages transmageddon recommends: ii gnome-codec-install 0.4.7+nmu2 transmageddon suggests no packages. -- no debconf information
>From 3ebfd967b12f94d6d32fdc3e70ed79f403367db0 Mon Sep 17 00:00:00 2001 From: Alban Browaeys <[email protected]> Date: Thu, 31 Jul 2014 22:10:13 +0200 Subject: [PATCH] build: fix i18n, especially appdata.xml generation. --- ...-AppData-file-with-intltool-rather-than-au.patch | 21 +++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 22 insertions(+) create mode 100644 debian/patches/0001-Create-the-AppData-file-with-intltool-rather-than-au.patch create mode 100644 debian/patches/series diff --git a/debian/patches/0001-Create-the-AppData-file-with-intltool-rather-than-au.patch b/debian/patches/0001-Create-the-AppData-file-with-intltool-rather-than-au.patch new file mode 100644 index 0000000..059b7b3 --- /dev/null +++ b/debian/patches/0001-Create-the-AppData-file-with-intltool-rather-than-au.patch @@ -0,0 +1,21 @@ +From: Richard Hughes <[email protected]> +Date: Mon, 7 Jul 2014 13:08:18 +0100 +Subject: Create the AppData file with intltool rather than autoconf + +The former will not merge in translations... +--- + configure.ac | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index b7e2304..5efe2da 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -63,7 +63,6 @@ AC_CONFIG_FILES([bin/transmageddon], [chmod +x bin/transmageddon]) + dnl output stuff + AC_CONFIG_FILES([ + Makefile +-appdata/transmageddon.appdata.xml + appdata/Makefile + bin/Makefile + common/Makefile diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..2ed37a8 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Create-the-AppData-file-with-intltool-rather-than-au.patch -- 2.0.1.570.gc6b0718

