Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package mate-utils Since upload of itstool 2.0.4-1 (see #919058), mate-utils did FTBFS. The reason for this is that itstool changed its behaviour and since 2.0.4-1 throws an exception if XML parsing fails by some reason. (A better behaviour would be: print a warning and silently go on). However, as itstool hasn't seen any change for a while in Debian, I worked on a work-around for mate-utils. I could identify the one specifc msgstr that caused the FTBFS, so I made it "fuzzy" and with that, mate-utils now builds. + * debian/patches: + + Add 1001_fix-gsearchtool-pt-help-translation.patch. + Fix FTBFS caused by itstool. (Closes: #920408, #922734). This is the simple patch that works around the issue: +--- a/gsearchtool/help/pt/pt.po ++++ b/gsearchtool/help/pt/pt.po +@@ -201,6 +201,7 @@ + + #. (itstool) path: authorgroup/author + #: C/index.docbook:73 ++#, fuzzy + msgid "" + "<firstname>Dennis</firstname> <surname>Cranston</surname> <affiliation> " + "<orgname>Search for Files Maintainer</orgname> <_:address-1/> </affiliation>" I am aware that mate-utils 1.20.2-2 never migrated to testing because of this, so I ask for a specific exception here to unblock mate-utils. Thanks! light+love Mike unblock mate-utils/1.20.2-3 -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-4-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru mate-utils-1.20.2/debian/changelog mate-utils-1.20.2/debian/changelog --- mate-utils-1.20.2/debian/changelog 2019-01-14 10:55:46.000000000 +0100 +++ mate-utils-1.20.2/debian/changelog 2019-04-27 22:06:22.000000000 +0200 @@ -1,3 +1,11 @@ +mate-utils (1.20.2-3) unstable; urgency=medium + + * debian/patches: + + Add 1001_fix-gsearchtool-pt-help-translation.patch. + Fix FTBFS caused by itstool. (Closes: #920408, #922734). + + -- Mike Gabriel <sunwea...@debian.org> Sat, 27 Apr 2019 22:06:22 +0200 + mate-utils (1.20.2-2) unstable; urgency=medium * debian/rules: diff -Nru mate-utils-1.20.2/debian/patches/1001_fix-gsearchtool-pt-help-translation.patch mate-utils-1.20.2/debian/patches/1001_fix-gsearchtool-pt-help-translation.patch --- mate-utils-1.20.2/debian/patches/1001_fix-gsearchtool-pt-help-translation.patch 1970-01-01 01:00:00.000000000 +0100 +++ mate-utils-1.20.2/debian/patches/1001_fix-gsearchtool-pt-help-translation.patch 2019-04-25 13:40:46.000000000 +0200 @@ -0,0 +1,10 @@ +--- a/gsearchtool/help/pt/pt.po ++++ b/gsearchtool/help/pt/pt.po +@@ -201,6 +201,7 @@ + + #. (itstool) path: authorgroup/author + #: C/index.docbook:73 ++#, fuzzy + msgid "" + "<firstname>Dennis</firstname> <surname>Cranston</surname> <affiliation> " + "<orgname>Search for Files Maintainer</orgname> <_:address-1/> </affiliation>" diff -Nru mate-utils-1.20.2/debian/patches/series mate-utils-1.20.2/debian/patches/series --- mate-utils-1.20.2/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ mate-utils-1.20.2/debian/patches/series 2019-04-25 13:36:17.000000000 +0200 @@ -0,0 +1 @@ +1001_fix-gsearchtool-pt-help-translation.patch