r22922 - in /packages/unstable/epiphany-extensions/debian: changelog patches/01_doc_build.patch rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Jan 30 15:55:06 UTC 2010


Author: joss
Date: Sat Jan 30 15:55:05 2010
New Revision: 22922

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22922
Log:
* Re-enable gestures extension. Closes: #567568.
* 01_doc_build.patch: new patch. Fix a Makefile that references a 
  non-existant file.

Added:
    packages/unstable/epiphany-extensions/debian/patches/01_doc_build.patch
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=22922&op=diff
==============================================================================
--- packages/unstable/epiphany-extensions/debian/changelog [utf-8] (original)
+++ packages/unstable/epiphany-extensions/debian/changelog [utf-8] Sat Jan 30 15:55:05 2010
@@ -1,3 +1,11 @@
+epiphany-extensions (2.29.6-2) unstable; urgency=low
+
+  * Re-enable gestures extension. Closes: #567568.
+  * 01_doc_build.patch: new patch. Fix a Makefile that references a 
+    non-existant file.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 30 Jan 2010 16:42:19 +0100
+
 epiphany-extensions (2.29.6-1) unstable; urgency=low
 
   * New upstream release:

Added: packages/unstable/epiphany-extensions/debian/patches/01_doc_build.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/patches/01_doc_build.patch?rev=22922&op=file
==============================================================================
--- packages/unstable/epiphany-extensions/debian/patches/01_doc_build.patch (added)
+++ packages/unstable/epiphany-extensions/debian/patches/01_doc_build.patch [utf-8] Sat Jan 30 15:55:05 2010
@@ -1,0 +1,22 @@
+diff -pruN help.orig/Makefile.am help/Makefile.am
+--- help.orig/Makefile.am	2009-09-07 21:24:02.000000000 +0200
++++ help/Makefile.am	2010-01-30 16:51:52.775429645 +0100
+@@ -5,7 +5,6 @@ DOC_ENTITIES = legal.xml
+ DOC_INCLUDES =
+ DOC_FIGURES = \
+ 	figures/epi-ext-action-create.png 		\
+-	figures/epi-ext-action-use.png			\
+ 	figures/epi-ext-adblocker.png			\
+ 	figures/epi-ext-gestures-back.png		\
+ 	figures/epi-ext-gestures-close.png		\
+diff -pruN help.orig/Makefile.in help/Makefile.in
+--- help.orig/Makefile.in	2010-01-29 03:18:08.000000000 +0100
++++ help/Makefile.in	2010-01-30 16:52:00.343931229 +0100
+@@ -373,7 +373,6 @@ DOC_ENTITIES = legal.xml
+ DOC_INCLUDES = 
+ DOC_FIGURES = \
+ 	figures/epi-ext-action-create.png 		\
+-	figures/epi-ext-action-use.png			\
+ 	figures/epi-ext-adblocker.png			\
+ 	figures/epi-ext-gestures-back.png		\
+ 	figures/epi-ext-gestures-close.png		\

Modified: packages/unstable/epiphany-extensions/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/epiphany-extensions/debian/rules?rev=22922&op=diff
==============================================================================
--- packages/unstable/epiphany-extensions/debian/rules [utf-8] (original)
+++ packages/unstable/epiphany-extensions/debian/rules [utf-8] Sat Jan 30 15:55:05 2010
@@ -9,7 +9,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-static \
-	--with-extensions=all,greasemonkey,rss,permissions \
+	--with-extensions=all,gestures,greasemonkey,rss,permissions \
 	--disable-scrollkeeper --disable-maintainer-mode
 
 binary-post-install/epiphany-extensions::




More information about the pkg-gnome-commits mailing list