severity 643942 serious tags 643942 + patch thanks Hi,
I've just uploaded tracker_0.12.7-2 to unstable. This means, grilo-plugins is no longer installable or buildable, thus bumping the severity. I've attached a patch, which allows to build against tracker 0.12. If you are currently busy I can offer to NMU the package or help with the package. Just let me know. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff --git a/debian/control b/debian/control index 4831b81..4573b26 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Alberto Garcia <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), autotools-dev, + dh-autoreconf, libglib2.0-dev, libgrilo-0.1-dev (>= 0.1.17), libxml2-dev, @@ -15,7 +16,7 @@ Build-Depends: debhelper (>= 7.0.50~), libquvi-dev (>= 0.2.15), libgmime-2.4-dev, librest-dev (>= 0.7), - libtracker-sparql-0.10-dev (>= 0.10.5), + libtracker-sparql-0.12-dev (>= 0.10.5), libsoup2.4-dev, libgcrypt11-dev Standards-Version: 3.9.2 diff --git a/debian/patches/01-tracker_0.12.patch b/debian/patches/01-tracker_0.12.patch new file mode 100644 index 0000000..32e8a6d --- /dev/null +++ b/debian/patches/01-tracker_0.12.patch @@ -0,0 +1,13 @@ +Index: grilo-plugins-0.1.17/configure.ac +=================================================================== +--- grilo-plugins-0.1.17.orig/configure.ac 2011-11-20 15:41:15.475689600 +0100 ++++ grilo-plugins-0.1.17/configure.ac 2011-11-20 15:41:54.599688215 +0100 +@@ -130,7 +130,7 @@ + HAVE_GMIME=yes, + HAVE_GMIME=no)]) + +-PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.11, ++PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.12, + HAVE_TRACKER_SPARQL=yes, + [PKG_CHECK_MODULES(TRACKER_SPARQL, tracker-sparql-0.10 >= 0.10.5, + HAVE_TRACKER_SPARQL=yes, diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..9fc4118 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-tracker_0.12.patch diff --git a/debian/rules b/debian/rules index 5cddc5c..cf562c5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf override_dh_auto_install: dh_auto_install --destdir=debian/tmp
signature.asc
Description: OpenPGP digital signature

