r15675 - in /packages/unstable/epiphany-extensions/debian: changelog rules webkit-extensions

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Apr 17 20:53:50 UTC 2008


Author: joss
Date: Thu Apr 17 20:53:50 2008
New Revision: 15675

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15675
Log:
* debian/webkit-extensions: list extensions that are known to be 
  working with epiphany-webkit.
* debian/rules: add symbolic links for them in the epiphany-webkit 
  directory. We'll probably stick to this ugly hack until webkit 
  becomes the only supported engine, at which point most extensions 
  will have been rewritten.

Added:
    packages/unstable/epiphany-extensions/debian/webkit-extensions
Modified:
    packages/unstable/epiphany-extensions/debian/changelog
    packages/unstable/epiphany-extensions/debian/rules

Modified: packages/unstable/epiphany-extensions/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/changelog?rev=15675&op=diff
==============================================================================
--- packages/unstable/epiphany-extensions/debian/changelog (original)
+++ packages/unstable/epiphany-extensions/debian/changelog Thu Apr 17 20:53:50 2008
@@ -1,3 +1,14 @@
+epiphany-extensions (2.22.1-2) unstable; urgency=low
+
+  * debian/webkit-extensions: list extensions that are known to be 
+    working with epiphany-webkit.
+  * debian/rules: add symbolic links for them in the epiphany-webkit 
+    directory. We'll probably stick to this ugly hack until webkit 
+    becomes the only supported engine, at which point most extensions 
+    will have been rewritten.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 17 Apr 2008 22:40:01 +0200
+
 epiphany-extensions (2.22.1-1) unstable; urgency=low
 
   [ Sam Morris ]

Modified: packages/unstable/epiphany-extensions/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/rules?rev=15675&op=diff
==============================================================================
--- packages/unstable/epiphany-extensions/debian/rules (original)
+++ packages/unstable/epiphany-extensions/debian/rules Thu Apr 17 20:53:50 2008
@@ -13,6 +13,10 @@
 binary-post-install/epiphany-extensions::
 	rm -f debian/epiphany-extensions/usr/lib/epiphany-*/*/*/*.la
 	dh_pysupport -V`pyversions -dv` /usr/lib/epiphany-gecko/$(DEB_GNOME_VERSION)/extensions
+	mkdir -p debian/epiphany-extensions/usr/lib/epiphany-webkit/$(DEB_GNOME_VERSION)/extensions
+	for file in $(shell cat debian/webkit-extensions); do \
+		ln -s ../../../epiphany-gecko/$(DEB_GNOME_VERSION)/extensions/$$file debian/epiphany-extensions/usr/lib/epiphany-webkit/$(DEB_GNOME_VERSION)/extensions/$$file ;\
+		done
 
 clean::
 	rm -f po/.intltool-merge-cache

Added: packages/unstable/epiphany-extensions/debian/webkit-extensions
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/webkit-extensions?rev=15675&op=file
==============================================================================
--- packages/unstable/epiphany-extensions/debian/webkit-extensions (added)
+++ packages/unstable/epiphany-extensions/debian/webkit-extensions Thu Apr 17 20:53:50 2008
@@ -1,0 +1,14 @@
+epilicious.ephy-extension
+epilicious.py
+extensions-manager-ui.ephy-extension
+libextensionsmanageruiextension.so
+favicon.ephy-extension
+favicon.py
+favicon.pyc
+python-console.ephy-extension
+console.py
+console.pyc
+tab-groups.ephy-extension
+libtabgroupsextension.so
+tab-states.ephy-extension
+libtabstatesextension.so




More information about the pkg-gnome-commits mailing list