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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Nov 20 16:04:18 UTC 2011


Author: biebl
Date: Sun Nov 20 16:04:13 2011
New Revision: 31672

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31672
Log:
* Build against tracker 0.12. Closes: #643941
  - Add debian/patches/02_tracker_0.12.patch.
  - Use dh-autoreconf to update the build system.

Added:
    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
    desktop/unstable/totem/debian/rules

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=31672&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Sun Nov 20 16:04:13 2011
@@ -1,3 +1,11 @@
+totem (3.0.1-4) UNRELEASED; urgency=low
+
+  * Build against tracker 0.12. Closes: #643941
+    - Add debian/patches/02_tracker_0.12.patch.
+    - Use dh-autoreconf to update the build system.
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 20 Nov 2011 17:02:23 +0100
+
 totem (3.0.1-3) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=31672&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control [utf-8] (original)
+++ desktop/unstable/totem/debian/control [utf-8] Sun Nov 20 16:04:13 2011
@@ -10,6 +10,7 @@
 Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
+               dh-autoreconf,
                python (>= 2.6.6-3~),
                python-gobject-dev (>= 2.27),
                libepc-ui-dev (>= 0.3.0),
@@ -21,7 +22,7 @@
                libsoup2.4-dev,
                libpeas-dev (>= 0.7.2),
                libxml2-dev (>= 2.6.0),
-               libtracker-sparql-0.10-dev (>= 0.9.34),
+               libtracker-sparql-0.12-dev (>= 0.12),
                liblircclient-dev (>= 0.6.6),
                libirman-dev (>= 0.4.2),
                gnome-pkg-tools (>= 0.10),

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=31672&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in [utf-8] (original)
+++ desktop/unstable/totem/debian/control.in [utf-8] Sun Nov 20 16:04:13 2011
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
                cdbs (>= 0.4.90),
+               dh-autoreconf,
                python (>= 2.6.6-3~),
                python-gobject-dev (>= 2.27),
                libepc-ui-dev (>= 0.3.0),
@@ -16,7 +17,7 @@
                libsoup2.4-dev,
                libpeas-dev (>= 0.7.2),
                libxml2-dev (>= 2.6.0),
-               libtracker-sparql-0.10-dev (>= 0.9.34),
+               libtracker-sparql-0.12-dev (>= 0.12),
                liblircclient-dev (>= 0.6.6),
                libirman-dev (>= 0.4.2),
                gnome-pkg-tools (>= 0.10),

Added: 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.12.patch?rev=31672&op=file
==============================================================================
--- desktop/unstable/totem/debian/patches/02_tracker_0.12.patch (added)
+++ desktop/unstable/totem/debian/patches/02_tracker_0.12.patch [utf-8] Sun Nov 20 16:04:13 2011
@@ -1,0 +1,13 @@
+Index: totem-3.0.1/configure.in
+===================================================================
+--- totem-3.0.1.orig/configure.in	2011-04-26 12:24:56.000000000 +0200
++++ totem-3.0.1/configure.in	2011-11-20 15:20:56.343732718 +0100
+@@ -443,7 +443,7 @@
+ 			fi
+ 		;;
+ 		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])
+ 			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=31672&op=diff
==============================================================================
--- desktop/unstable/totem/debian/patches/series [utf-8] (original)
+++ desktop/unstable/totem/debian/patches/series [utf-8] Sun Nov 20 16:04:13 2011
@@ -1,2 +1,3 @@
 01_fake_keypresses.patch
+02_tracker_0.12.patch
 #70_bbc_plugin.patch

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=31672&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules [utf-8] (original)
+++ desktop/unstable/totem/debian/rules [utf-8] Sun Nov 20 16:04:13 2011
@@ -4,6 +4,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk




More information about the pkg-gnome-commits mailing list