r11202 - in /packages/unstable/gwget2/debian: changelog patches/60_epi-2.18.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue May 29 14:33:42 UTC 2007


Author: lool
Date: Tue May 29 14:33:42 2007
New Revision: 11202

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11202
Log:
* Flip configure and configure.in in patch which were causing timestamp
  skew; should be fixed by adding maintainer mode support.

Modified:
    packages/unstable/gwget2/debian/changelog
    packages/unstable/gwget2/debian/patches/60_epi-2.18.patch

Modified: packages/unstable/gwget2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/changelog?rev=11202&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/changelog (original)
+++ packages/unstable/gwget2/debian/changelog Tue May 29 14:33:42 2007
@@ -1,3 +1,10 @@
+gwget2 (0.98.2-3) UNRELEASED; urgency=low
+
+  * Flip configure and configure.in in patch which were causing timestamp
+    skew; should be fixed by adding maintainer mode support.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 29 May 2007 16:32:01 +0200
+
 gwget2 (0.98.2-2) unstable; urgency=low
 
   [ Arnaud Fontaine ]

Modified: packages/unstable/gwget2/debian/patches/60_epi-2.18.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gwget2/debian/patches/60_epi-2.18.patch?rev=11202&op=diff
==============================================================================
--- packages/unstable/gwget2/debian/patches/60_epi-2.18.patch (original)
+++ packages/unstable/gwget2/debian/patches/60_epi-2.18.patch Tue May 29 14:33:42 2007
@@ -1,3 +1,32 @@
+diff -Nur gwget2-0.98.2/configure.in gwget2-0.98.2.new/configure.in
+--- gwget2-0.98.2/configure.in	2006-11-08 19:49:44.000000000 +0100
++++ gwget2-0.98.2.new/configure.in	2007-05-07 17:43:40.000000000 +0200
+@@ -101,9 +101,12 @@
+                        [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 or 2.16
++dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, or
++dnl 2.18
+ EPHY_AUTODETECT="(autodetect)"
+-if pkg-config --exists epiphany-2.16; then
++if pkg-config --exists epiphany-2.18; then
++        EPHY_VER=2.18
++elif pkg-config --exists epiphany-2.16; then
+         EPHY_VER=2.16
+ elif pkg-config --exists epiphany-2.15; then
+         EPHY_VER=2.15
+@@ -158,6 +161,10 @@
+           EPIPHANY_PKGCONFIG=epiphany-2.16
+           EPIPHANY_REQUIRED=2.16
+           EPIPHANY_SHORTVER=216
++elif test "x$EPHY_VER" = "x2.18"; then
++          EPIPHANY_PKGCONFIG=epiphany-2.18
++          EPIPHANY_REQUIRED=2.18
++          EPIPHANY_SHORTVER=218
+ else
+      	AC_MSG_RESULT([no epiphany installed])
+ fi
 diff -Nur gwget2-0.98.2/configure gwget2-0.98.2.new/configure
 --- gwget2-0.98.2/configure	2006-11-08 19:51:50.000000000 +0100
 +++ gwget2-0.98.2.new/configure	2007-05-07 17:43:46.000000000 +0200
@@ -3121,32 +3150,3 @@
    with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
  
  Copyright (C) 2006 Free Software Foundation, Inc.
-diff -Nur gwget2-0.98.2/configure.in gwget2-0.98.2.new/configure.in
---- gwget2-0.98.2/configure.in	2006-11-08 19:49:44.000000000 +0100
-+++ gwget2-0.98.2.new/configure.in	2007-05-07 17:43:40.000000000 +0200
-@@ -101,9 +101,12 @@
-                        [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 or 2.16
-+dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, 2.15, 2.16, or
-+dnl 2.18
- EPHY_AUTODETECT="(autodetect)"
--if pkg-config --exists epiphany-2.16; then
-+if pkg-config --exists epiphany-2.18; then
-+        EPHY_VER=2.18
-+elif pkg-config --exists epiphany-2.16; then
-         EPHY_VER=2.16
- elif pkg-config --exists epiphany-2.15; then
-         EPHY_VER=2.15
-@@ -158,6 +161,10 @@
-           EPIPHANY_PKGCONFIG=epiphany-2.16
-           EPIPHANY_REQUIRED=2.16
-           EPIPHANY_SHORTVER=216
-+elif test "x$EPHY_VER" = "x2.18"; then
-+          EPIPHANY_PKGCONFIG=epiphany-2.18
-+          EPIPHANY_REQUIRED=2.18
-+          EPIPHANY_SHORTVER=218
- else
-      	AC_MSG_RESULT([no epiphany installed])
- fi




More information about the pkg-gnome-commits mailing list