[SCM] qjackctl/master: Patch to fix CRLF line endings in desktop files

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sat Jun 18 17:05:55 UTC 2011


The following commit has been merged in the master branch:
commit d06f377fb495e5d1d1eb38b4610d4aebcf59b6ce
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sat Jun 18 18:43:45 2011 +0200

    Patch to fix CRLF line endings in desktop files
    
    To avoid a build dependency on dos2unix, recode or other tools,
    simply provide a static fixed template file.
    
    This patch is the result of
    
        perl -i -pe 's/\x0D\x0A$ /\n/x'  src/qjackctl.desktop.in
    
    and will be submitted to upstream.

diff --git a/debian/patches/desktop-crlf.patch b/debian/patches/desktop-crlf.patch
new file mode 100644
index 0000000..d89c78c
--- /dev/null
+++ b/debian/patches/desktop-crlf.patch
@@ -0,0 +1,45 @@
+From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Forwarded: yes
+Description: Fix CRLF line endings.
+ According to lintian, CRLF endings could cause trouble to some software.
+--- a/src/qjackctl.desktop.in
++++ b/src/qjackctl.desktop.in
+@@ -1,19 +1,19 @@
+-[Desktop Entry]
+-Name=@PACKAGE_NAME@
+-Version=1.0
+-GenericName=JACK Control
+-GenericName[de]=JACK-Steuerung
+-GenericName[fr]=Contrôle JACK
+-GenericName[it]=Interfaccia di controllo per JACK
+-GenericName[ru]=Управление JACK
+-Comment=QjackCtl is a JACK Audio Connection Kit Qt GUI Interface
+-Comment[de]=Grafisches Werkzeug zur Steuerung des JACK-Audio-Systems
+-Comment[fr]=QjackCtl est une interface graphique Qt pour le kit de connexion audio JACK
+-Comment[it]=QjackCtl è un'interfaccia di controllo per JACK basata su Qt
+-Comment[ru]=Программа для управления звуковым сервером JACK
+-Exec=@ac_prefix@/bin/qjackctl
+-Icon=qjackctl
+-Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;Qt;
+-Terminal=false
+-Type=Application
+-X-SuSE-translate=true
++[Desktop Entry]
++Name=@PACKAGE_NAME@
++Version=1.0
++GenericName=JACK Control
++GenericName[de]=JACK-Steuerung
++GenericName[fr]=Contrôle JACK
++GenericName[it]=Interfaccia di controllo per JACK
++GenericName[ru]=Управление JACK
++Comment=QjackCtl is a JACK Audio Connection Kit Qt GUI Interface
++Comment[de]=Grafisches Werkzeug zur Steuerung des JACK-Audio-Systems
++Comment[fr]=QjackCtl est une interface graphique Qt pour le kit de connexion audio JACK
++Comment[it]=QjackCtl è un'interfaccia di controllo per JACK basata su Qt
++Comment[ru]=Программа для управления звуковым сервером JACK
++Exec=@ac_prefix@/bin/qjackctl
++Icon=qjackctl
++Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;Qt;
++Terminal=false
++Type=Application
++X-SuSE-translate=true

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list