r11996 - in /desktop/unstable/epiphany-browser/debian: changelog epiphany-browser.install epiphany-browser.links epiphany.sh rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Jul 17 21:40:36 UTC 2007


Author: joss
Date: Tue Jul 17 21:40:35 2007
New Revision: 11996

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11996
Log:
* NOT RELEASED YET
* epiphany.sh: ship epiphany as a wrapper script for epiphany-browser 
  instead of a symbolic link the other way round. This way all 
  processes should be named epiphany-browser which is recognized by 
  bug-buddy. Closes: #433443.

Added:
    desktop/unstable/epiphany-browser/debian/epiphany.sh
Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/epiphany-browser.install
    desktop/unstable/epiphany-browser/debian/epiphany-browser.links
    desktop/unstable/epiphany-browser/debian/rules

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=11996&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog (original)
+++ desktop/unstable/epiphany-browser/debian/changelog Tue Jul 17 21:40:35 2007
@@ -1,3 +1,13 @@
+epiphany-browser (2.18.3-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * epiphany.sh: ship epiphany as a wrapper script for epiphany-browser 
+    instead of a symbolic link the other way round. This way all 
+    processes should be named epiphany-browser which is recognized by 
+    bug-buddy. Closes: #433443.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 17 Jul 2007 23:05:51 +0200
+
 epiphany-browser (2.18.3-1) unstable; urgency=low
 
   * Fix copyright (closes: #428099).

Modified: desktop/unstable/epiphany-browser/debian/epiphany-browser.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/epiphany-browser.install?rev=11996&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/epiphany-browser.install (original)
+++ desktop/unstable/epiphany-browser/debian/epiphany-browser.install Tue Jul 17 21:40:35 2007
@@ -1,3 +1,4 @@
+debian/epiphany.sh /usr/bin/
 debian/tmp/usr/bin
 debian/tmp/usr/lib/epiphany
 debian/tmp/usr/share/applications

Modified: desktop/unstable/epiphany-browser/debian/epiphany-browser.links
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/epiphany-browser.links?rev=11996&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/epiphany-browser.links (original)
+++ desktop/unstable/epiphany-browser/debian/epiphany-browser.links Tue Jul 17 21:40:35 2007
@@ -1,4 +1,3 @@
-/usr/bin/epiphany /usr/bin/epiphany-browser
 /usr/share/man/man1/epiphany.1.gz /usr/share/man/man1/epiphany-browser.1.gz
 /etc/gnome/epiphany/mime-types-permissions.xml /usr/share/epiphany-browser/mime-types-permissions.xml
 /etc/gnome/epiphany/default-prefs.js /usr/share/epiphany-browser/default-prefs.js

Added: desktop/unstable/epiphany-browser/debian/epiphany.sh
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/epiphany.sh?rev=11996&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/epiphany.sh (added)
+++ desktop/unstable/epiphany-browser/debian/epiphany.sh Tue Jul 17 21:40:35 2007
@@ -1,0 +1,3 @@
+#! /bin/sh
+
+exec epiphany-browser "$@"

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=11996&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules (original)
+++ desktop/unstable/epiphany-browser/debian/rules Tue Jul 17 21:40:35 2007
@@ -39,6 +39,11 @@
 clean::
 	rm -rf debian/pkg-config
 
+binary-post-install/epiphany-browser::
+	cd debian/epiphany-browser/usr/bin && \
+		mv epiphany epiphany-browser && \
+		mv epiphany.sh epiphany
+
 binary-predeb/epiphany-browser-data::
 	# Correct help file path in .omf files
 	find debian/epiphany-browser-data/usr/share/omf/epiphany-browser/ \




More information about the pkg-gnome-commits mailing list