tags 741427 + pending patch thanks Hi,
to unblock the ongoing tracker 1.0 transition, I've uploaded bognor-regis_0.6.12+git20101007.02c25268-8.1 to DELAYED/3. You already ported bognor-regis to tracker 0.16 and afaics the API changes between 0.16 and 1.0 didn't affect the package, so all I did was update the configure check and adjust the build dependency. If you object to the NMU and want to do the upload yourself, please let me know, so I can cancel the NMU. The debdiff is attached. Cheers, Michael
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 2013-07-30 19:55:49.000000000 +0200 +++ bognor-regis-0.6.12+git20101007.02c25268/debian/changelog 2014-05-11 14:15:12.000000000 +0200 @@ -1,3 +1,10 @@ +bognor-regis (0.6.12+git20101007.02c25268-8.1) unstable; urgency=medium + + * Non-maintainer upload. + * Build against tracker 1.0. (Closes: #741427) + + -- Michael Biebl <bi...@debian.org> Sun, 11 May 2014 14:14:32 +0200 + bognor-regis (0.6.12+git20101007.02c25268-8) unstable; urgency=low [ Michael Biebl <bi...@debian.org> ] 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 2013-07-30 21:45:41.000000000 +0200 +++ bognor-regis-0.6.12+git20101007.02c25268/debian/control 2014-05-11 14:14:25.000000000 +0200 @@ -9,7 +9,7 @@ libgconf2-dev, libnotify-dev (>= 0.7.3), intltool, autoconf, automake, libgupnp-1.0-dev, libgupnp-av-1.0-dev, - libtracker-sparql-0.16-dev + libtracker-sparql-1.0-dev Standards-Version: 3.9.4 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 2013-07-30 20:04:04.000000000 +0200 +++ bognor-regis-0.6.12+git20101007.02c25268/debian/patches/series 2014-05-11 14:14:00.000000000 +0200 @@ -1,3 +1,4 @@ port_to_tracker-sparql-0.16.patch fix_libnotify0.7_compatibility.patch prototype-bgr-item-new.patch +tracker-sparql-1.0.patch diff -Nru bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-sparql-1.0.patch bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-sparql-1.0.patch --- bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-sparql-1.0.patch 1970-01-01 01:00:00.000000000 +0100 +++ bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-sparql-1.0.patch 2014-05-11 14:14:13.000000000 +0200 @@ -0,0 +1,13 @@ +Index: bognor-regis-0.6.12+git20101007.02c25268/configure.ac +=================================================================== +--- bognor-regis-0.6.12+git20101007.02c25268.orig/configure.ac 2014-05-11 14:13:41.749149826 +0200 ++++ bognor-regis-0.6.12+git20101007.02c25268/configure.ac 2014-05-11 14:14:11.434476058 +0200 +@@ -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.16 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-1.0 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) +