r23174 - in /desktop/unstable/epiphany-browser/debian: branding.conf.in changelog rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Mar 2 14:29:18 UTC 2010


Author: kov
Date: Tue Mar  2 14:29:17 2010
New Revision: 23174

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23174
Log:
Add Debian branding to the User-Agent string

Added:
    desktop/unstable/epiphany-browser/debian/branding.conf.in
Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/rules

Added: desktop/unstable/epiphany-browser/debian/branding.conf.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/branding.conf.in?rev=23174&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/branding.conf.in (added)
+++ desktop/unstable/epiphany-browser/debian/branding.conf.in [utf-8] Tue Mar  2 14:29:17 2010
@@ -1,0 +1,4 @@
+[User Agent]
+Vendor=Debian
+VendorSub=squeeze/sid
+VendorComment=@PACKAGEVERSION@

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=23174&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Tue Mar  2 14:29:17 2010
@@ -1,3 +1,10 @@
+epiphany-browser (2.29.91-2) unstable; urgency=low
+
+  * debian/branding.conf.in, debian/rules:
+  - install a branding.conf file to add Debian to the User-Agent string
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Tue, 02 Mar 2010 11:28:44 -0300
+
 epiphany-browser (2.29.91-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=23174&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules [utf-8] Tue Mar  2 14:29:17 2010
@@ -111,6 +111,10 @@
 	cd debian/epiphany-browser/usr/bin && \
 		mv epiphany.sh epiphany
 
+	env PACKAGE_VERSION=$$(dpkg-parsechangelog  | grep Version | cut -d ' ' -f 2) \
+		sed "s/@PACKAGEVERSION@/$${PACKAGE_VERSION}/g" debian/branding.conf.in > \
+		debian/epiphany-browser-data/usr/share/epiphany-browser/branding.conf
+
 clean::
 	dh_testdir
 	dh_testroot




More information about the pkg-gnome-commits mailing list