[SCM] UNNAMED PROJECT branch, master, updated. debian/1.2-13-8-g9d4711d

gregor herrmann gregoa at debian.org
Tue Mar 12 20:21:39 UTC 2013


The following commit has been merged in the master branch:
commit 89289d1631034e8bab720305697cf74f10766467
Author: gregor herrmann <gregoa at debian.org>
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



More information about the pkg-java-commits mailing list