Source: grilo-plugins
Version: 0.1.18-2
Severity: serious
Tags: patch

Hi,

I've uploaded tracker 0.14 to unstable today. This will make
grilo-plugins FTBFS, so it needs to be updated
With the attached patch I could successfully build grilo-plugins against
tracker 0.14. The patch is only build-tested, so please test/review
before applying.

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 grilo-plugins-0.1.18/debian/changelog grilo-plugins-0.1.18/debian/changelog
--- grilo-plugins-0.1.18/debian/changelog	2012-03-14 23:16:18.000000000 +0100
+++ grilo-plugins-0.1.18/debian/changelog	2012-03-09 18:08:37.000000000 +0100
@@ -1,11 +1,3 @@
-grilo-plugins (0.1.18-2.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * Build against tracker 0.14.
-  * Use dh-autoreconf to update the build system.
-
- -- Michael Biebl <bi...@debian.org>  Wed, 14 Mar 2012 20:24:08 +0100
-
 grilo-plugins (0.1.18-2) unstable; urgency=low
 
   * debian/control: update build dependency on GMime to version 2.6
diff -Nru grilo-plugins-0.1.18/debian/control grilo-plugins-0.1.18/debian/control
--- grilo-plugins-0.1.18/debian/control	2012-03-14 23:16:00.000000000 +0100
+++ grilo-plugins-0.1.18/debian/control	2012-03-09 18:08:37.000000000 +0100
@@ -5,8 +5,6 @@
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~),
                autotools-dev,
-               dh-autoreconf,
-               gnome-common,
                libglib2.0-dev,
                libgrilo-0.1-dev (>= 0.1.18),
                libxml2-dev,
@@ -17,7 +15,7 @@
                libquvi-dev (>= 0.2.15),
                libgmime-2.6-dev,
                librest-dev (>= 0.7),
-               libtracker-sparql-0.14-dev (>= 0.10.5),
+               libtracker-sparql-0.12-dev (>= 0.10.5),
                libsoup2.4-dev,
                libgcrypt11-dev
 Standards-Version: 3.9.3
diff -Nru grilo-plugins-0.1.18/debian/patches/series grilo-plugins-0.1.18/debian/patches/series
--- grilo-plugins-0.1.18/debian/patches/series	2012-03-14 20:23:01.000000000 +0100
+++ grilo-plugins-0.1.18/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-tracker-0.14.patch
diff -Nru grilo-plugins-0.1.18/debian/patches/tracker-0.14.patch grilo-plugins-0.1.18/debian/patches/tracker-0.14.patch
--- grilo-plugins-0.1.18/debian/patches/tracker-0.14.patch	2012-03-14 20:23:17.000000000 +0100
+++ grilo-plugins-0.1.18/debian/patches/tracker-0.14.patch	1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-Index: grilo-plugins-0.1.18/configure.ac
-===================================================================
---- grilo-plugins-0.1.18.orig/configure.ac	2011-12-09 18:54:55.000000000 +0100
-+++ grilo-plugins-0.1.18/configure.ac	2012-03-14 20:23:14.969794733 +0100
-@@ -134,12 +134,12 @@
-                                                    HAVE_GMIME=yes,
-                                                    HAVE_GMIME=no)])
- 
--PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.12,
-+PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.14,
-                                   HAVE_TRACKER_SPARQL=yes,
-                                   HAVE_TRACKER_SPARQL=no)
- 
- if test "x$HAVE_TRACKER_SPARQL" = "xno"; then
--   PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.11,
-+   PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.12,
-                                      HAVE_TRACKER_SPARQL=yes,
-                                      HAVE_TRACKER_SPARQL=no)
- fi
diff -Nru grilo-plugins-0.1.18/debian/rules grilo-plugins-0.1.18/debian/rules
--- grilo-plugins-0.1.18/debian/rules	2012-03-14 20:23:59.000000000 +0100
+++ grilo-plugins-0.1.18/debian/rules	2012-03-09 18:08:37.000000000 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp

Reply via email to