r12884 - in /packages/unstable/gwget2/debian: changelog control control.in patches/60_epi-220.patch rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Sep 29 12:58:52 UTC 2007


Author: lool
Date: Sat Sep 29 12:58:52 2007
New Revision: 12884

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12884
Log:
* Port to epiphany 2.20; closes: #444535.
  - New patch 60_epi-220, allows epiphany 2.20.
  - Pass epiphany-version 2.20 to configure.
  - Update build-deps and deps.

Added:
    packages/unstable/gwget2/debian/patches/60_epi-220.patch
Modified:
    packages/unstable/gwget2/debian/changelog
    packages/unstable/gwget2/debian/control
    packages/unstable/gwget2/debian/control.in
    packages/unstable/gwget2/debian/rules

Modified: packages/unstable/gwget2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/changelog?rev=12884&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/changelog (original)
+++ packages/unstable/gwget2/debian/changelog Sat Sep 29 12:58:52 2007
@@ -21,8 +21,12 @@
   * Drop "+" sign in front of distclean as it would run distclean when e.g.
     dpkg-buildpackage would want to introspect the list of make rules with
     "make -n".
-
- -- Loic Minier <lool at dooz.org>  Sat, 29 Sep 2007 14:50:45 +0200
+  * Port to epiphany 2.20; closes: #444535.
+    - New patch 60_epi-220, allows epiphany 2.20.
+    - Pass epiphany-version 2.20 to configure.
+    - Update build-deps and deps.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 29 Sep 2007 14:54:59 +0200
 
 gwget2 (0.98.2-2) unstable; urgency=low
 

Modified: packages/unstable/gwget2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/control?rev=12884&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/control (original)
+++ packages/unstable/gwget2/debian/control Sat Sep 29 12:58:52 2007
@@ -14,8 +14,8 @@
                libgnomevfs2-dev,
                libnotify-dev (>= 0.3.2),
                libbonobo2-dev,
-               epiphany-browser-dev (>= 2.18),
-               epiphany-browser-dev (<< 2.19),
+               epiphany-browser-dev (>= 2.20),
+               epiphany-browser-dev (<< 2.21),
                gnome-pkg-tools
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gwget2
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/?op=log
@@ -41,8 +41,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         epiphany-browser (>= 2.18),
-         epiphany-browser (<< 2.19),
+         epiphany-browser (>= 2.20),
+         epiphany-browser (<< 2.21),
          gwget
 Description: Gwget extension for Epiphany web browser
  Extension for using gwget as a download manager in Epiphany web

Modified: packages/unstable/gwget2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/control.in?rev=12884&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/control.in (original)
+++ packages/unstable/gwget2/debian/control.in Sat Sep 29 12:58:52 2007
@@ -14,8 +14,8 @@
                libgnomevfs2-dev,
                libnotify-dev (>= 0.3.2),
                libbonobo2-dev,
-               epiphany-browser-dev (>= 2.18),
-               epiphany-browser-dev (<< 2.19),
+               epiphany-browser-dev (>= 2.20),
+               epiphany-browser-dev (<< 2.21),
                gnome-pkg-tools
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gwget2
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/?op=log
@@ -41,8 +41,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         epiphany-browser (>= 2.18),
-         epiphany-browser (<< 2.19),
+         epiphany-browser (>= 2.20),
+         epiphany-browser (<< 2.21),
          gwget
 Description: Gwget extension for Epiphany web browser
  Extension for using gwget as a download manager in Epiphany web

Added: packages/unstable/gwget2/debian/patches/60_epi-220.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/patches/60_epi-220.patch?rev=12884&op=file
==============================================================================
--- packages/unstable/gwget2/debian/patches/60_epi-220.patch (added)
+++ packages/unstable/gwget2/debian/patches/60_epi-220.patch Sat Sep 29 12:58:52 2007
@@ -1,0 +1,53 @@
+diff -Nur gwget2-0.99/configure.in gwget2-0.99.new/configure.in
+--- gwget2-0.99/configure.in	2007-05-28 19:32:40.000000000 +0200
++++ gwget2-0.99.new/configure.in	2007-09-29 14:53:54.000000000 +0200
+@@ -101,9 +101,11 @@
+                        [Whether to use epiphany version 1.6 or 1.8 or 1.10 or 2.14 (default 1.6)]),
+         [EPHY_VER="$withval"])
+ 
+-dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17 or 2.18
++dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, 2.17 or 2.18, 2.20
+ EPHY_AUTODETECT="(autodetect)"
+-if pkg-config --exists epiphany-2.18; then
++if pkg-config --exists epiphany-2.20; then
++	EPHY_VER=2.20
++elif pkg-config --exists epiphany-2.18; then
+ 	EPHY_VER=2.18
+ elif pkg-config --exists epiphany-2.17; then
+         EPHY_VER=2.17
+@@ -170,6 +172,10 @@
+ 	  EPIPHANY_PKGCONFIG=epiphany-2.18
+           EPIPHANY_REQUIRED=2.18
+ 	  EPIPHANY_SHORTVER=218
++elif test "x$EPHY_VER" = "x2.20"; then
++          EPIPHANY_PKGCONFIG=epiphany-2.20
++          EPIPHANY_REQUIRED=2.20
++          EPIPHANY_SHORTVER=220
+ else
+      	AC_MSG_RESULT([no epiphany installed])
+ fi
+diff -Nur gwget2-0.99/configure gwget2-0.99.new/configure
+--- gwget2-0.99/configure	2007-05-28 19:32:47.000000000 +0200
++++ gwget2-0.99.new/configure	2007-09-29 14:54:08.000000000 +0200
+@@ -22570,7 +22570,9 @@
+ 
+ 
+ EPHY_AUTODETECT="(autodetect)"
+-if pkg-config --exists epiphany-2.18; then
++if pkg-config --exists epiphany-2.20; then
++	EPHY_VER=2.20
++elif pkg-config --exists epiphany-2.18; then
+ 	EPHY_VER=2.18
+ elif pkg-config --exists epiphany-2.17; then
+         EPHY_VER=2.17
+@@ -22637,6 +22639,10 @@
+ 	  EPIPHANY_PKGCONFIG=epiphany-2.18
+           EPIPHANY_REQUIRED=2.18
+ 	  EPIPHANY_SHORTVER=218
++elif test "x$EPHY_VER" = "x2.20"; then
++          EPIPHANY_PKGCONFIG=epiphany-2.20
++          EPIPHANY_REQUIRED=2.20
++          EPIPHANY_SHORTVER=220
+ else
+      	{ echo "$as_me:$LINENO: result: no epiphany installed" >&5
+ echo "${ECHO_T}no epiphany installed" >&6; }

Modified: packages/unstable/gwget2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/rules?rev=12884&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/rules (original)
+++ packages/unstable/gwget2/debian/rules Sat Sep 29 12:58:52 2007
@@ -19,4 +19,4 @@
 
 DEB_MAKE_CLEAN_TARGET :=
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-epiphany-extension \
-	--with-epiphany-version=2.18
+	--with-epiphany-version=2.20




More information about the pkg-gnome-commits mailing list