Your message dated Sat, 17 Mar 2012 16:02:14 +0000
with message-id <e1s8w58-0006fc...@franck.debian.org>
and subject line Bug#664024: fixed in bognor-regis 0.6.12+git20101007.02c25268-7
has caused the Debian Bug report #664024,
regarding Needs to be updated for tracker 0.14
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
664024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664024
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bognor-regis
Version: 0.6.12+git20101007.02c25268-6
Severity: serious
Tags: patch

Hi,

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

I've created a separate patch debian/patches/tracker-0.14.patch.
It builds on top of debian/patches/port_to_tracker-sparql-0.12.patch and
just updates the configure check. So you might as well just merge those
two patches.

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 bognor-regis-0.6.12+git20101007.02c25268/debian/changelog bognor-regis-0.6.12+git20101007.02c25268/debian/changelog
--- bognor-regis-0.6.12+git20101007.02c25268/debian/changelog	2012-03-14 23:25:10.000000000 +0100
+++ bognor-regis-0.6.12+git20101007.02c25268/debian/changelog	2011-12-19 09:39:12.000000000 +0100
@@ -1,10 +1,3 @@
-bognor-regis (0.6.12+git20101007.02c25268-6.1) unstable; urgency=low
-
-  * Non-maintainer upload.
-  * Build against tracker 0.14.
-
- -- Michael Biebl <bi...@debian.org>  Wed, 14 Mar 2012 23:24:59 +0100
-
 bognor-regis (0.6.12+git20101007.02c25268-6) unstable; urgency=low
 
   * Add libgupnp-1.0-dev to Build-Depends (Closes: #652358)
diff -Nru bognor-regis-0.6.12+git20101007.02c25268/debian/control bognor-regis-0.6.12+git20101007.02c25268/debian/control
--- bognor-regis-0.6.12+git20101007.02c25268/debian/control	2012-03-14 23:24:47.000000000 +0100
+++ bognor-regis-0.6.12+git20101007.02c25268/debian/control	2011-12-19 09:24:09.000000000 +0100
@@ -8,7 +8,7 @@
                libgconf2-dev, libnotify-dev (>= 0.7.3),
                intltool, autoconf, automake,
                libgupnp-1.0-dev, libgupnp-av-1.0-dev,
-               libtracker-sparql-0.14-dev
+               libtracker-sparql-0.12-dev
 Standards-Version: 3.9.2
 
 Package: bognor-regis
diff -Nru bognor-regis-0.6.12+git20101007.02c25268/debian/patches/series bognor-regis-0.6.12+git20101007.02c25268/debian/patches/series
--- bognor-regis-0.6.12+git20101007.02c25268/debian/patches/series	2012-03-14 23:24:17.000000000 +0100
+++ bognor-regis-0.6.12+git20101007.02c25268/debian/patches/series	2011-12-19 09:37:24.000000000 +0100
@@ -1,4 +1,3 @@
 port_to_tracker-sparql-0.12.patch
 fix_libnotify0.7_compatibility.patch
 prototype-bgr-item-new.patch
-tracker-0.14.patch
diff -Nru bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-0.14.patch bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-0.14.patch
--- bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-0.14.patch	2012-03-14 23:24:30.000000000 +0100
+++ bognor-regis-0.6.12+git20101007.02c25268/debian/patches/tracker-0.14.patch	1970-01-01 01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
-Index: bognor-regis-0.6.12+git20101007.02c25268/configure.ac
-===================================================================
---- bognor-regis-0.6.12+git20101007.02c25268.orig/configure.ac	2012-03-14 23:23:49.000000000 +0100
-+++ bognor-regis-0.6.12+git20101007.02c25268/configure.ac	2012-03-14 23:24:27.885410153 +0100
-@@ -86,7 +86,7 @@
- fi
- AM_CONDITIONAL(HAVE_QUEUE_CONFIG, test "x$enable_queue_config" = "xyes")
- 
--PKG_CHECK_MODULES(BOGNOR, gtk+-2.0 glib-2.0 dbus-glib-1 gio-2.0 libnotify tracker-sparql-0.12 gupnp-1.0 >= 0.13.0 gupnp-av-1.0 >= 0.5)
-+PKG_CHECK_MODULES(BOGNOR, gtk+-2.0 glib-2.0 dbus-glib-1 gio-2.0 libnotify tracker-sparql-0.14 gupnp-1.0 >= 0.13.0 gupnp-av-1.0 >= 0.5)
- PKG_CHECK_MODULES(BOGNOR_REGIS, glib-2.0 dbus-glib-1 $gconf_pkg)
- PKG_CHECK_MODULES(CLIENT, gio-2.0)
- 

--- End Message ---
--- Begin Message ---
Source: bognor-regis
Source-Version: 0.6.12+git20101007.02c25268-7

We believe that the bug you reported is fixed in the latest version of
bognor-regis, which is due to be installed in the Debian FTP archive:

bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
  to 
main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
bognor-regis_0.6.12+git20101007.02c25268-7.dsc
  to main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268-7.dsc
bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
  to main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb
  to 
main/b/bognor-regis/libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
  to 
main/b/bognor-regis/libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
libbognor-regis-dev_0.6.12+git20101007.02c25268-7_i386.deb
  to 
main/b/bognor-regis/libbognor-regis-dev_0.6.12+git20101007.02c25268-7_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 664...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) <paul...@debian.org> (supplier of updated bognor-regis 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 17 Mar 2012 23:29:57 +0800
Source: bognor-regis
Binary: bognor-regis libbognor-regis-0.6-0 libbognor-regis-dev 
libbognor-regis-0.6-0-dbg
Architecture: source i386
Version: 0.6.12+git20101007.02c25268-7
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Description: 
 bognor-regis - Media daemon and play queue manager
 libbognor-regis-0.6-0 - Media daemon and play queue manager library
 libbognor-regis-0.6-0-dbg - Media daemon and play queue manager library (debug 
symbols)
 libbognor-regis-dev - Media daemon and play queue manager library (development 
files)
Closes: 664024
Changes: 
 bognor-regis (0.6.12+git20101007.02c25268-7) unstable; urgency=low
 .
   [ Michael Biebl <bi...@debian.org> ]
   * Build against tracker 0.14. (Closes: #664024)
 .
   [ Ying-Chun Liu (PaulLiu) <paul...@debian.org> ]
   * Merge Michael's patch into port_to_tracker-sparql-0.12.patch and
     rename it to port_to_tracker-sparql-0.14.patch
   * Update debian/copyright format to 1.0
   * Bump Standards-Version to 3.9.3: Nothing needs to be changed.
Checksums-Sha1: 
 5aeaf24f89d5a0795930d2a4f9b4077e9205f0b9 2324 
bognor-regis_0.6.12+git20101007.02c25268-7.dsc
 f6b0e48b58d5ffc2204b67d4b20c6bc3d007e153 5702 
bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
 2b1d09295be092c8851ccc62b9fdae6b01df844a 45382 
bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
 18324b6bb1c2147b8f5122b2e6cc1291345b5d16 15390 
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
 eeeee9a2ba92293d47569e10beab009c10063883 16516 
libbognor-regis-dev_0.6.12+git20101007.02c25268-7_i386.deb
 a50fc0752a7a217a4911fb3ae7cf8063143a009c 90306 
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb
Checksums-Sha256: 
 16ab898cb4dc23a6893886885ae30a820dba57eb3d5a70d8f532b6dc1f435655 2324 
bognor-regis_0.6.12+git20101007.02c25268-7.dsc
 0e66c92f1063f413d81d3ecf2d0cba7ab9da28de03261d251f8b2f667b70552e 5702 
bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
 6d4757f2556f00d50179503264e3fb57df91c6f0ed188f50d74b8c29eb50102e 45382 
bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
 03aa75bce5d63a2f763dc0f6412c9537de2535ee3e301aeef3c7f3b87ebc8b8c 15390 
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
 8b54f993ef879e381e66c1f9d566db9372ddec593cf63f5f680c5b513fd1f7e1 16516 
libbognor-regis-dev_0.6.12+git20101007.02c25268-7_i386.deb
 adcf5b0ddca2105dc58a3518d6cc7eb227746951167ac166253ff76e151b972d 90306 
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb
Files: 
 4be1b8c486265ee79d4d0cbbb7b7185a 2324 libs optional 
bognor-regis_0.6.12+git20101007.02c25268-7.dsc
 1347d6bf1d0dc1c1306f4826db960493 5702 libs optional 
bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
 d87687a0033e9bd10f89cc97547a4a02 45382 libs optional 
bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
 65a4292ce0601ef2dd9d443c0534e01b 15390 libs optional 
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
 a5497601c69b113a665bdfee7bf939b6 16516 libdevel optional 
libbognor-regis-dev_0.6.12+git20101007.02c25268-7_i386.deb
 db84d5f3c7910adcb6445ab8bde6d8a5 90306 debug extra 
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJPZLJIAAoJEPgLgUbQQog2RnUP/As89hG/FLmhJisr/RAekLKB
Cb+QDg1aVDEoHYcnKPb3651dhpFor2t/c+Dg0VfqjvXjNJ5nnWzftS+aSaeb6Ami
XhhB7K/oSGk6Mm3FSJBLCA1RVfwU+VVel/5mffn85BdIc9HD/7gvAYjG7If+9nh5
ktBqqekUZhDvwyr5/q0e5uwa8PxuUn2iPkOFlHliN7fBhQjJseI7aJyWoZzH2qc+
pGoyQMZ+bOQWsLQTiSxgjIQZzQZOgOumXpX8yt6cYeIQqpDrLmEo4n5TzsGceELr
Rr8owEN4Fy6plNelGqHL2qR6H7ZitjZkgPkX65zB6uHp2pCWYGe3+5b6ITh/n+05
2f3Xo0AX7qd1UQYkzJbjEwrBueex1p0KEykfWtmosyVLrmlFOyrjzfLZlBd3qtH0
SNFsi5XvRA3yeQBzIPwY++QzX1iDRYDsqaJ2mAGQcQCoCk3s3EzOHBZgK4/g6okr
BW+A2uYv9euhMytLMqwiC8rgi0P2WFJ3ZJlDY8LBcmXzrjOvMfrxIRRkSutlP1II
EIDcxt2l32NfQzW1XR60MM+IY8xBPtLq6SYPLtxwKMy5UmiXx9LwBrvaePNm3DFW
Lc0n6zdePHUPlX0FiHfWN2Nnwv66AKowieZw+PkHwqNDmypOSyhEf314U8EYyq1e
DtgEKm46rJFzozFmEdwf
=855Q
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to