[SCM] ardour Debian packaging branch, master, updated. debian/2.8.11-1-7-gc3c7138

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Aug 7 02:43:44 UTC 2010


The following commit has been merged in the master branch:
commit c3c7138be8e314caa064ca528d65fc4ebd0de8c2
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 6 22:21:17 2010 -0400

    Add quirk to recommend firefox (not iceweasel) for Ubuntu.

diff --git a/debian/rules b/debian/rules
index ac8ab3a..43e49c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -150,3 +150,8 @@ CDBS_REPLACES_ardour-altivec += , ardour-gtk-altivec
 # TODO: drop after Squeeze (was introduced before Lenny)
 CDBS_CONFLICTS_ardour-i686 += , ardour-gtk-i686
 CDBS_REPLACES_ardour-i686 += , ardour-gtk-i686
+
+# Quirk for derivatives using different packaging name
+ifeq (Ubuntu,$(shell dpkg-vendor --query Vendor))
+CDBS_RECOMMENDS_ALL = firefox | www-browser
+endif

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list