From aa992feedf0ce1c459ab57cc1296c766ce8641ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Sat, 2 Mar 2013 05:20:52 +0100
Subject: [PATCH] Updated epiphany-browser

---
 helpers/make-epiphany-browser | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/helpers/make-epiphany-browser b/helpers/make-epiphany-browser
index 4144e1a3..2432f01e 100644
--- a/helpers/make-epiphany-browser
+++ b/helpers/make-epiphany-browser
@@ -21,7 +21,12 @@ VERSION=1
 
 . ./config
 
-sed -i 's/Ubuntu/Trisquel/g;s/10.10/5.0/g; s/11.10/5.5/g;' debian/branding.conf.in
+cat << EOF > debian/branding.conf.in
+[User Agent]
+Vendor=Trisquel GNU/Linux
+VendorSub=Toutatis $REVISION
+VendorComment=@PACKAGEVERSION@
+EOF
 
 changelog "Epiphany browser compiled for Trisquel"
 #Branding purposes. Closes bug 1413
-- 
GitLab