Package: fslint Version: 2.44-2 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu yakkety ubuntu-patch
Hi there, I noticed that fslint.desktop contains ";;" in Categories. This comes from debian/patches/upstream_r290.patch and makes the desktop file invalid per the spec; you can't have empty values in there. I attached a patch to remove the double semicolon. Cheers! -- Iain Lane [ [email protected] ] Debian Developer [ [email protected] ] Ubuntu Developer [ [email protected] ]
diff -Nru fslint-2.44/debian/patches/upstream_r290.patch fslint-2.44/debian/patches/upstream_r290.patch --- fslint-2.44/debian/patches/upstream_r290.patch 2014-09-16 07:24:07.000000000 +0100 +++ fslint-2.44/debian/patches/upstream_r290.patch 2016-10-05 17:22:45.000000000 +0100 @@ -1,5 +1,5 @@ -diff --git a/fslint.desktop b/fslint.desktop -index 014fac5..dcf59a8 100644 +Index: b/fslint.desktop +=================================================================== --- a/fslint.desktop +++ b/fslint.desktop @@ -1,8 +1,9 @@ @@ -13,5 +13,5 @@ Type=Application Icon=fslint_icon -Categories=System;Filesystem;GTK; -+Categories=System;Filesystem;GTK;;Utility; ++Categories=System;Filesystem;GTK;Utility; +X-Ubuntu-Gettext-Domain=fslint

