Sync clementine 0.7.1+dfsg-4 (universe) from Debian testing (main)

Bug #913153 reported by Matthias Klumpp
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
clementine (Ubuntu)
Fix Released
Wishlist
Micah Gersten

Bug Description

Please sync clementine 0.7.1+dfsg-4 (universe) from Debian testing (main)

Changelog entries since current precise version 0.7.1-0ubuntu3:

clementine (0.7.1+dfsg-4) unstable; urgency=low

  [ Artur Rona ]
  * Merge changes from Ubuntu:
    - Use wrap-and-sort script
    - Bump to debhelper 8
    - Specify Build-Depends
    - Remove blank line from d/install and d/watch
    - Add override for Changelog file
  * Fix d/copyright to make lintian happy:
    - Add missing licenses LGPL-2.1+ and GPL-3+
    - Specify Format header and add Upstream-Name

  [ Thomas Pierson ]
  * Add Lisandro and Artur to d/control as Co-Maintainers.
  * Add libindicate-qt-dev in Build-Depends to enable sound menu integration.

 -- Thomas PIERSON <email address hidden> Mon, 10 Oct 2011 12:40:12 +0200

clementine (0.7.1+dfsg-3) unstable; urgency=low

  * Acknowledge NMU: 0.7.1+dfsg-2.1 . Thanks to Lisandro for his work.
  * Restore lost commits due to the NMU.

 -- Thomas PIERSON <email address hidden> Thu, 18 Aug 2011 19:35:30 +0200

clementine (0.7.1+dfsg-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS by qFuzzyCompare function on armel, armhf and sh4. Thanks
    Nobuhiro Iwamatsu for the patch. This patch has already been applied
    upstream in current trunk (Closes: #636001).

 -- Lisandro Damián Nicanor Pérez Meyer <email address hidden> Wed, 03 Aug 2011 14:14:46 -0300

clementine (0.7.1+dfsg-2) unstable; urgency=low

  [ Thomas Pierson ]
  * Remove 'gstreamer0.10-alsa' from Depends and put 'gstreamer0.10-alsa |
    gstreamer0.10-pulseaudio' in Recommends instead. Closes: #630547
    Thanks Christian Marillat for reporting this bug.
  * Update Vcs-git URL.
  * Add information about the 'dfsg_clean' branch of the package
    repository in README.source file.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Remove unneeded explicit dependencies:
    - libechonest1.1.
    - libqxt-gui0.
    - libqxt-core0.

 -- Thomas PIERSON <email address hidden> Thu, 07 Jul 2011 22:35:30 +0200

clementine (0.7.1+dfsg-1) unstable; urgency=low

  * Initial release. Thanks to Jérémy Bobbio for his sponsoring work.
    Thanks to Lisandro Pérez Meyer for his packaging work on libechonest
    depend. Thanks to Paul Grandperrin for his advices, patches and reviews
    about embedded libraries issues. Thanks to David Sansome for his
    upstream patches. Thanks to Arthur Rona for his advices. Closes: #579859

 -- Thomas PIERSON <email address hidden> Tue, 24 May 2011 01:25:23 +0200

Revision history for this message
Andreas Moog (ampelbein) wrote :
Download full text (4.3 KiB)

Thanks for the sync request, unfortunately the package FTBFS:

[ 75%] Building CXX object src/CMakeFiles/clementine_lib.dir/devices/giolister.cpp.o
cd /«BUILDDIR»/clementine-0.7.1+dfsg/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_DBUS_LIB -DQT_XML_LIB -DQT_SQL_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Woverloaded-virtual -Wall -Wno-sign-compare -Werror -I/usr/include/qt4 -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtCore -I/usr/include/taglib -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -I/«BUILDDIR»/clementine-0.7.1+dfsg/3rdparty/universalchardet -I/«BUILDDIR»/clementine-0.7.1+dfsg -I/«BUILDDIR»/clementine-0.7.1+dfsg/obj-x86_64-linux-gnu/src -I/«BUILDDIR»/clementine-0.7.1+dfsg/src -I/«BUILDDIR»/clementine-0.7.1+dfsg/src/../3rdparty/gmock/gtest/include -I/«BUILDDIR»/clementine-0.7.1+dfsg/obj-x86_64-linux-gnu -I/«BUILDDIR»/clementine-0.7.1+dfsg/3rdparty/qtsingleapplication -I/«BUILDDIR»/clementine-0.7.1+dfsg/3rdparty/qtiocompressor -I/usr/include/qxt/QxtCore -I/usr/include/qxt/QxtGui -I/usr/include/libindicate-qt -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/p11-kit-1 -I/usr/include/gpod-1.0 -o CMakeFiles/clementine_lib.dir/devices/giolister.cpp.o -c /«BUILDDIR»/clementine-0.7.1+dfsg/src/devices/giolister.cpp
/«BUILDDIR»/clementine-0.7.1+dfsg/src/devices/giolister.cpp: In member function 'virtual void GioLister::UnmountDevice(const QString&)':
/«BUILDDIR»/clementine-0.7.1+dfsg/src/devices/giolister.cpp:461:7: error: 'void g_volume_eject(GVolume*, GMountUnmountFlags, GCancellable*, GAsyncReadyCallback, gpointer)' is deprecated (declared at /usr/include/glib-2.0/gio/gvolume.h:187): Use 'g_volume_eject_with_operation' instead [-Werror=deprecated-declarations]
/«BUILDDIR»/clementine-0.7.1+dfsg/src/devices/giolister.cpp:462:69: error: 'void g_volume_eject(GVolume*, GMountUnmountFlags, GCancellable*, GAsyncReadyCallback, gpointer)' is deprecated (declared at /usr/include/glib-2.0/gio/gvolume.h:187): Use 'g_volume_eject_with_operation' instead [-Werror=deprecated-declarations]
/«BUILDDIR»/clementine-0.7.1+dfsg/src/devices/giolister.cpp:469:5: error: 'void g_mount_eject(GMount*, GMountUnmountFlags, GCancellable*, GAsyncReadyCallback, gpointer)' is deprecated (declared at /usr/include/glib-2.0/gio/gmount.h:189): Use 'g_mount_eject_with_operation' instead [-Werror=deprecated-declarations]
/«BUILDDIR»/clementine-0.7.1+dfsg/src/devices/giolister.cpp:470:65: error: 'void g_mount_eject(GMount*, GMountUnmountFlags, GCancellable*, GAsyncReadyCallback, gpointer)' is deprecated (declared at /usr/include/glib-2.0/gio/gmount.h:189): Use 'g_mount_eject_with_operation' instead [-Werror=deprecated-declarations]
/«BUILDDIR»/clementine-0.7.1+dfsg/src/devices/giolister.cpp:472:5: error: 'void g_mount_unmount(GMount*, GMountUnmountFlags, GCancellable*, GAsyncReadyCallback, gpointer)' is de...

Read more...

Changed in clementine (Ubuntu):
assignee: nobody → Matthias Klumpp (ximion)
importance: Undecided → Wishlist
status: New → Incomplete
Revision history for this message
Andreas Moog (ampelbein) wrote :
Revision history for this message
Artur Rona (ari-tczew) wrote :

Hello,

Please don't sync 0.7.1+dfsg-4 at this moment. Upstream has 1.0.0 released and we are working on implement that version in Debian unstable. As a Clementine is repacked (dfsg), it could take up more time to make sure everything is fine. I guess that FTBFS which is blocking sync 0.7.1+dfsg-4 has been resolved in 1.0.0 upstream. FeatureFreeze starts on 16th Feb so I think it's enough time to get 1.0.0 synced from Debian.

Please be patient. I'll inform there about news.

Regards

Revision history for this message
Matthias Klumpp (ximion) wrote :

Thank you for the information! The build error above is because Ubuntu uses a newer Gio than Debian. (but it's easy to fix)
But it will be cool to have 1.0 in Ubuntu and Debian :)
Cheers,
   Matthias

Revision history for this message
Micah Gersten (micahg) wrote :

I'm syncing 1.0 now.

Changed in clementine (Ubuntu):
assignee: Matthias Klumpp (ximion) → Micah Gersten (micahg)
status: Incomplete → In Progress
status: In Progress → Fix Released
Revision history for this message
Micah Gersten (micahg) wrote :

This bug was fixed in the package clementine - 1.0.1+dfsg-1

---------------
clementine (1.0.1+dfsg-1) unstable; urgency=low

  * New upstream release. (Closes: #653926, #651611, #657391)

 -- Thomas PIERSON <email address hidden> Sun, 01 Jan 2012 20:43:39 +0100

clementine (0.7.1+dfsg-4) unstable; urgency=low

  [ Artur Rona ]
  * Merge changes from Ubuntu:
    - Use wrap-and-sort script
    - Bump to debhelper 8
    - Specify Build-Depends
    - Remove blank line from d/install and d/watch
    - Add override for Changelog file
  * Fix d/copyright to make lintian happy:
    - Add missing licenses LGPL-2.1+ and GPL-3+
    - Specify Format header and add Upstream-Name

  [ Thomas Pierson ]
  * Add Lisandro and Artur to d/control as Co-Maintainers.
  * Add libindicate-qt-dev in Build-Depends to enable sound menu integration.

 -- Thomas PIERSON <email address hidden> Mon, 10 Oct 2011 12:40:12 +0200

clementine (0.7.1+dfsg-3) unstable; urgency=low

  * Acknowledge NMU: 0.7.1+dfsg-2.1 . Thanks to Lisandro for his work.
  * Restore lost commits due to the NMU.

 -- Thomas PIERSON <email address hidden> Thu, 18 Aug 2011 19:35:30 +0200

clementine (0.7.1+dfsg-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS by qFuzzyCompare function on armel, armhf and sh4. Thanks
    Nobuhiro Iwamatsu for the patch. This patch has already been applied
    upstream in current trunk (Closes: #636001).

 -- Lisandro Damián Nicanor Pérez Meyer <email address hidden> Wed, 03 Aug 2011 14:14:46 -0300

clementine (0.7.1+dfsg-2) unstable; urgency=low

  [ Thomas Pierson ]
  * Remove 'gstreamer0.10-alsa' from Depends and put 'gstreamer0.10-alsa |
    gstreamer0.10-pulseaudio' in Recommends instead. Closes: #630547
    Thanks Christian Marillat for reporting this bug.
  * Update Vcs-git URL.
  * Add information about the 'dfsg_clean' branch of the package
    repository in README.source file.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Remove unneeded explicit dependencies:
    - libechonest1.1.
    - libqxt-gui0.
    - libqxt-core0.

 -- Thomas PIERSON <email address hidden> Thu, 07 Jul 2011 22:35:30 +0200

clementine (0.7.1+dfsg-1) unstable; urgency=low

  * Initial release. Thanks to Jérémy Bobbio for his sponsoring work.
    Thanks to Lisandro Pérez Meyer for his packaging work on libechonest
    depend. Thanks to Paul Grandperrin for his advices, patches and reviews
    about embedded libraries issues. Thanks to David Sansome for his
    upstream patches. Thanks to Arthur Rona for his advices. Closes: #579859

 -- Thomas PIERSON <email address hidden> Tue, 24 May 2011 01:25:23 +0200

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.