Source: bognor-regis Version: 0.6.12+git20101007.02c25268-6 Severity: serious Tags: patch
Hi, I've uploaded tracker 0.14 to unstable today. This will make bognor-regis FTBFS, so it needs to be updated With the attached patch I could successfully build bognor-regis against tracker 0.14. The patch is only build-tested, so please test/review before applying. I've created a separate patch debian/patches/tracker-0.14.patch. It builds on top of debian/patches/port_to_tracker-sparql-0.12.patch and just updates the configure check. So you might as well just merge those two patches. Cheers, Michael -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru bognor-regis-0.6.12+git20101007.02c25268/debian/changelog bognor-regis-0.6.12+git20101007.02c25268/debian/changelog --- bognor-regis-0.6.12+git20101007.02c25268/debian/changelog 2012-03-14 23:25:10.000000000 +0100 +++ bognor-regis-0.6.12+git20101007.02c25268/debian/changelog 2011-12-19 09:39:12.000000000 +0100 @@ -1,10 +1,3 @@ -bognor-regis (0.6.12+git20101007.02c25268-6.1) unstable; urgency=low - - * Non-maintainer upload. - * Build against tracker 0.14. - - -- Michael Biebl <bi...@debian.org> Wed, 14 Mar 2012 23:24:59 +0100 - bognor-regis (0.6.12+git20101007.02c25268-6) unstable; urgency=low * Add libgupnp-1.0-dev to Build-Depends (Closes: #652358) diff -Nru bognor-regis-0.6.12+git20101007.02c25268/debian/control bognor-regis-0.6.12+git20101007.02c25268/debian/control --- bognor-regis-0.6.12+git20101007.02c25268/debian/control 2012-03-14 23:24:47.000000000 +0100 +++ bognor-regis-0.6.12+git20101007.02c25268/debian/control 2011-12-19 09:24:09.000000000 +0100 @@ -8,7 +8,7 @@ libgconf2-dev, libnotify-dev (>= 0.7.3), intltool, autoconf, automake, libgupnp-1.0-dev, libgupnp-av-1.0-dev, - libtracker-sparql-0.14-dev + libtracker-sparql-0.12-dev Standards-Version: 3.9.2 Package: bognor-regis diff -Nru bognor-regis-0.6.12+git20101007.02c25268/debian/patches/series bognor-regis-0.6.12+git20101007.02c25268/debian/patches/series --- bognor-regis-0.6.12+git20101007.02c25268/debian/patches/series 2012-03-14 23:24:17.000000000 +0100 +++ bognor-regis-0.6.12+git20101007.02c25268/debian/patches/series 2011-12-19 09:37:24.000000000 +0100 @@ -1,4 +1,3 @@ port_to_tracker-sparql-0.12.patch fix_libnotify0.7_compatibility.patch prototype-bgr-item-new.patch -tracker-0.14.patch diff -Nru bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-0.14.patch bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-0.14.patch --- bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-0.14.patch 2012-03-14 23:24:30.000000000 +0100 +++ bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-0.14.patch 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -Index: bognor-regis-0.6.12+git20101007.02c25268/configure.ac -=================================================================== ---- bognor-regis-0.6.12+git20101007.02c25268.orig/configure.ac 2012-03-14 23:23:49.000000000 +0100 -+++ bognor-regis-0.6.12+git20101007.02c25268/configure.ac 2012-03-14 23:24:27.885410153 +0100 -@@ -86,7 +86,7 @@ - fi - AM_CONDITIONAL(HAVE_QUEUE_CONFIG, test "x$enable_queue_config" = "xyes") - --PKG_CHECK_MODULES(BOGNOR, gtk+-2.0 glib-2.0 dbus-glib-1 gio-2.0 libnotify tracker-sparql-0.12 gupnp-1.0 >= 0.13.0 gupnp-av-1.0 >= 0.5) -+PKG_CHECK_MODULES(BOGNOR, gtk+-2.0 glib-2.0 dbus-glib-1 gio-2.0 libnotify tracker-sparql-0.14 gupnp-1.0 >= 0.13.0 gupnp-av-1.0 >= 0.5) - PKG_CHECK_MODULES(BOGNOR_REGIS, glib-2.0 dbus-glib-1 $gconf_pkg) - PKG_CHECK_MODULES(CLIENT, gio-2.0) -