The following commit has been merged in the master branch:
commit 89289d1631034e8bab720305697cf74f10766467
Author: gregor herrmann <[email protected]>
Date:   Tue Mar 12 20:46:55 2013 +0100

    debian/rules: remove mozilla check from tuxguitar.sh during build on Ubuntu 
and derivates
    
    LP: 1123416

diff --git a/debian/rules b/debian/rules
index 68e2853..c995be3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,9 @@ install: build
        ${MAKE} $@-linux DESTDIR=${DEB_DESTDIR_TMP}
        install -d ${DEB_DESTDIR}/usr/bin/
        rm -vf ${DEB_DESTDIR}/usr/share/tuxguitar/doc/LICENSE
+ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
+       sed -i -e '/^# mozilla$$/,/\}$$/ d' ${DEB_DESTDIR}/usr/bin/tuxguitar
+endif
        dh_install
 
 binary-common:

-- 
UNNAMED PROJECT

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to