r25533 - in /packages/unstable/emerillon/debian: changelog control control.in patches/ patches/01-ftbfs-librest.patch patches/99-autoconf.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Nov 8 19:14:17 UTC 2010


Author: bigon
Date: Mon Nov  8 19:14:04 2010
New Revision: 25533

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25533
Log:
* Fix FTBFS due to librest transition (Closes: #594708)
* Bump Standards-Version to 3.9.1

Added:
    packages/unstable/emerillon/debian/patches/
    packages/unstable/emerillon/debian/patches/01-ftbfs-librest.patch
    packages/unstable/emerillon/debian/patches/99-autoconf.patch
    packages/unstable/emerillon/debian/patches/series
Modified:
    packages/unstable/emerillon/debian/changelog
    packages/unstable/emerillon/debian/control
    packages/unstable/emerillon/debian/control.in

Modified: packages/unstable/emerillon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/changelog?rev=25533&op=diff
==============================================================================
--- packages/unstable/emerillon/debian/changelog [utf-8] (original)
+++ packages/unstable/emerillon/debian/changelog [utf-8] Mon Nov  8 19:14:04 2010
@@ -1,9 +1,13 @@
 emerillon (0.1.1-3) UNRELEASED; urgency=low
 
-  [Łukasz "DeeJay1" Jernaś]
+  [ Łukasz "DeeJay1" Jernaś ]
   * Update homepage url to new location. (Closes: #580586)
 
- -- Andreas Henriksson <andreas at fatal.se>  Mon, 28 Jun 2010 11:55:32 +0200
+  [ Laurent Bigonville ]
+  * Fix FTBFS due to librest transition (Closes: #594708)
+  * Bump Standards-Version to 3.9.1
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 08 Nov 2010 19:27:42 +0100
 
 emerillon (0.1.1-2) unstable; urgency=low
 

Modified: packages/unstable/emerillon/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/control?rev=25533&op=diff
==============================================================================
--- packages/unstable/emerillon/debian/control [utf-8] (original)
+++ packages/unstable/emerillon/debian/control [utf-8] Mon Nov  8 19:14:04 2010
@@ -28,7 +28,7 @@
 	libethos-ui-dev,
 	gnome-pkg-tools,
 	libgeoclue-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://projects.gnome.org/emerillon/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/emerillon/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/

Modified: packages/unstable/emerillon/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/control.in?rev=25533&op=diff
==============================================================================
--- packages/unstable/emerillon/debian/control.in [utf-8] (original)
+++ packages/unstable/emerillon/debian/control.in [utf-8] Mon Nov  8 19:14:04 2010
@@ -23,7 +23,7 @@
 	libethos-ui-dev,
 	gnome-pkg-tools,
 	libgeoclue-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://projects.gnome.org/emerillon/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/emerillon/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/

Added: packages/unstable/emerillon/debian/patches/01-ftbfs-librest.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/patches/01-ftbfs-librest.patch?rev=25533&op=file
==============================================================================
--- packages/unstable/emerillon/debian/patches/01-ftbfs-librest.patch (added)
+++ packages/unstable/emerillon/debian/patches/01-ftbfs-librest.patch [utf-8] Mon Nov  8 19:14:04 2010
@@ -1,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -103,7 +103,7 @@
+   AC_SUBST(SEARCH_DEPS_LIBS)
+   PKG_CHECK_MODULES(SEARCH_DEPS,
+     [
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+     ]
+   )
+ 

Added: packages/unstable/emerillon/debian/patches/99-autoconf.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/patches/99-autoconf.patch?rev=25533&op=file
==============================================================================
--- packages/unstable/emerillon/debian/patches/99-autoconf.patch (added)
+++ packages/unstable/emerillon/debian/patches/99-autoconf.patch [utf-8] Mon Nov  8 19:14:04 2010
@@ -1,0 +1,70 @@
+--- a/configure	2010-11-08 20:01:17.331512002 +0100
++++ b/configure	2010-11-08 20:01:35.011512005 +0100
+@@ -13209,18 +13209,18 @@
+     else
+         if test -n "$PKG_CONFIG" && \
+     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+ 
+   \""; } >&5
+   ($PKG_CONFIG --exists --print-errors "
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+ 
+   ") 2>&5
+   ac_status=$?
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }; then
+   pkg_cv_SEARCH_DEPS_CFLAGS=`$PKG_CONFIG --cflags "
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+ 
+   " 2>/dev/null`
+ else
+@@ -13236,18 +13236,18 @@
+     else
+         if test -n "$PKG_CONFIG" && \
+     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+ 
+   \""; } >&5
+   ($PKG_CONFIG --exists --print-errors "
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+ 
+   ") 2>&5
+   ac_status=$?
+   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+   test $ac_status = 0; }; then
+   pkg_cv_SEARCH_DEPS_LIBS=`$PKG_CONFIG --libs "
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+ 
+   " 2>/dev/null`
+ else
+@@ -13269,12 +13269,12 @@
+ fi
+         if test $_pkg_short_errors_supported = yes; then
+ 	        SEARCH_DEPS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+ 
+   "`
+         else
+ 	        SEARCH_DEPS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+ 
+   "`
+         fi
+@@ -13282,7 +13282,7 @@
+ 	echo "$SEARCH_DEPS_PKG_ERRORS" >&5
+ 
+ 	as_fn_error "Package requirements (
+-      rest-0.6 >= 0.6
++      rest-0.7 >= 0.6
+ 
+   ) were not met:
+ 

Added: packages/unstable/emerillon/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/emerillon/debian/patches/series?rev=25533&op=file
==============================================================================
--- packages/unstable/emerillon/debian/patches/series (added)
+++ packages/unstable/emerillon/debian/patches/series [utf-8] Mon Nov  8 19:14:04 2010
@@ -1,0 +1,2 @@
+01-ftbfs-librest.patch
+99-autoconf.patch




More information about the pkg-gnome-commits mailing list