[SCM] qjackctl/master: Fix the desktop file, it has lines ending with CRLF.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 8 19:20:24 UTC 2011


The following commit has been merged in the master branch:
commit 078714ae4bdf9d2b87f8c08e07ebe5e4910fd70c
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 8 20:19:15 2011 +0100

    Fix the desktop file, it has lines ending with CRLF.
    
    "The CR may be taken by some software as part of the field."
    See Lintian's desktop-entry-file-has-crs tag.

diff --git a/debian/rules b/debian/rules
index 768931b..34ef686 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,3 +22,6 @@ cleanbuilddir::
 
 install/qjackctl::
 	rm -rf debian/qjackctl/usr/share/gnome debian/qjackctl/usr/sbin/
+	# Fix end-of-lines, convert CRLF to LF.
+	dos2unix -ascii \
+		debian/qjackctl/usr/share/applications/qjackctl.desktop

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list