Sorry, the initial patch was reversed. Correct one attached.



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
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-09 18:08:37.000000000 +0100
+++ grilo-plugins-0.1.18/debian/changelog	2012-03-14 23:16:18.000000000 +0100
@@ -1,3 +1,11 @@
+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-09 18:08:37.000000000 +0100
+++ grilo-plugins-0.1.18/debian/control	2012-03-14 23:16:00.000000000 +0100
@@ -5,6 +5,8 @@
 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,
@@ -15,7 +17,7 @@
                libquvi-dev (>= 0.2.15),
                libgmime-2.6-dev,
                librest-dev (>= 0.7),
-               libtracker-sparql-0.12-dev (>= 0.10.5),
+               libtracker-sparql-0.14-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	1970-01-01 01:00:00.000000000 +0100
+++ grilo-plugins-0.1.18/debian/patches/series	2012-03-14 20:23:01.000000000 +0100
@@ -0,0 +1 @@
+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	1970-01-01 01:00:00.000000000 +0100
+++ grilo-plugins-0.1.18/debian/patches/tracker-0.14.patch	2012-03-14 20:23:17.000000000 +0100
@@ -0,0 +1,19 @@
+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-09 18:08:37.000000000 +0100
+++ grilo-plugins-0.1.18/debian/rules	2012-03-14 20:23:59.000000000 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to