r33159 - in /desktop/unstable/totem/debian: changelog control control.in patches/02_tracker_0.12.patch patches/02_tracker_0.14.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Mar 14 17:33:28 UTC 2012


Author: biebl
Date: Wed Mar 14 17:33:27 2012
New Revision: 33159

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33159
Log:
Build against tracker 0.14.

Added:
    desktop/unstable/totem/debian/patches/02_tracker_0.14.patch
      - copied, changed from r33127, desktop/unstable/totem/debian/patches/02_tracker_0.12.patch
Removed:
    desktop/unstable/totem/debian/patches/02_tracker_0.12.patch
Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/patches/series

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=33159&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Wed Mar 14 17:33:27 2012
@@ -1,3 +1,9 @@
+totem (3.0.1-8) UNRELEASED; urgency=low
+
+  * Build against tracker 0.14.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 14 Mar 2012 18:33:10 +0100
+
 totem (3.0.1-7) unstable; urgency=low
 
   * Drop useless build-dependency on libmusicbrainz4-dev. Closes: #657013

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=33159&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control [utf-8] (original)
+++ desktop/unstable/totem/debian/control [utf-8] Wed Mar 14 17:33:27 2012
@@ -22,7 +22,7 @@
                libsoup2.4-dev,
                libpeas-dev (>= 0.7.2),
                libxml2-dev (>= 2.6.0),
-               libtracker-sparql-0.12-dev (>= 0.12),
+               libtracker-sparql-0.14-dev (>= 0.12),
                liblircclient-dev (>= 0.6.6),
                libirman-dev (>= 0.4.2),
                gnome-pkg-tools (>= 0.10),
@@ -34,7 +34,6 @@
                gstreamer0.10-plugins-base (>= 0.10.26),
                gstreamer0.10-plugins-good,
                librsvg2-dev (>= 2.16.0-2),
-               librsvg2-common (>= 2.16.0-2),
                libnautilus-extension-dev (>= 2.91.4),
                gnome-icon-theme (>= 2.15.90),
                libdbus-glib-1-dev (>= 0.82),

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=33159&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in [utf-8] (original)
+++ desktop/unstable/totem/debian/control.in [utf-8] Wed Mar 14 17:33:27 2012
@@ -17,7 +17,7 @@
                libsoup2.4-dev,
                libpeas-dev (>= 0.7.2),
                libxml2-dev (>= 2.6.0),
-               libtracker-sparql-0.12-dev (>= 0.12),
+               libtracker-sparql-0.14-dev (>= 0.12),
                liblircclient-dev (>= 0.6.6),
                libirman-dev (>= 0.4.2),
                gnome-pkg-tools (>= 0.10),
@@ -29,7 +29,6 @@
                gstreamer0.10-plugins-base (>= 0.10.26),
                gstreamer0.10-plugins-good,
                librsvg2-dev (>= 2.16.0-2),
-               librsvg2-common (>= 2.16.0-2),
                libnautilus-extension-dev (>= 2.91.4),
                gnome-icon-theme (>= 2.15.90),
                libdbus-glib-1-dev (>= 0.82),

Copied: desktop/unstable/totem/debian/patches/02_tracker_0.14.patch (from r33127, desktop/unstable/totem/debian/patches/02_tracker_0.12.patch)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/02_tracker_0.14.patch?rev=33159&op=diff
==============================================================================
--- desktop/unstable/totem/debian/patches/02_tracker_0.12.patch [utf-8] (original)
+++ desktop/unstable/totem/debian/patches/02_tracker_0.14.patch [utf-8] Wed Mar 14 17:33:27 2012
@@ -7,7 +7,7 @@
  		;;
  		tracker)
 -			PKG_CHECK_MODULES(TRACKER, tracker-sparql-0.10 >= 0.9.34, [HAVE_TRACKER=yes], [HAVE_TRACKER=no])
-+			PKG_CHECK_MODULES(TRACKER, tracker-sparql-0.12 >= 0.12, [HAVE_TRACKER=yes], [HAVE_TRACKER=no])
++			PKG_CHECK_MODULES(TRACKER, tracker-sparql-0.14 >= 0.14, [HAVE_TRACKER=yes], [HAVE_TRACKER=no])
  			if test "${HAVE_TRACKER}" != "yes" ; then
  				plugin_error_or_ignore "you need the tracker development headers installed for the tracker plugin"
  				add_plugin="0"

Modified: desktop/unstable/totem/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/series?rev=33159&op=diff
==============================================================================
--- desktop/unstable/totem/debian/patches/series [utf-8] (original)
+++ desktop/unstable/totem/debian/patches/series [utf-8] Wed Mar 14 17:33:27 2012
@@ -1,5 +1,5 @@
 01_fake_keypresses.patch
-02_tracker_0.12.patch
+02_tracker_0.14.patch
 03_gdata_0.9.patch
 #70_bbc_plugin.patch
 04_port_to_gobject.patch




More information about the pkg-gnome-commits mailing list