[Pkg-xfce-commits] r8930 - in /goodies/trunk/parole: ./ debian/changelog debian/control debian/copyright debian/rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sun Mar 15 15:10:43 UTC 2015
Author: corsac
Date: Sun Mar 15 15:10:43 2015
New Revision: 8930
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8930
Log:
merge changes from experimental
Modified:
goodies/trunk/parole/ (props changed)
goodies/trunk/parole/debian/changelog
goodies/trunk/parole/debian/control
goodies/trunk/parole/debian/copyright
goodies/trunk/parole/debian/rules
Propchange: goodies/trunk/parole/
------------------------------------------------------------------------------
svn:mergeinfo = /goodies/branches/experimental/parole:8010-8923
Modified: goodies/trunk/parole/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/parole/debian/changelog?rev=8930&op=diff
==============================================================================
--- goodies/trunk/parole/debian/changelog (original)
+++ goodies/trunk/parole/debian/changelog Sun Mar 15 15:10:43 2015
@@ -1,3 +1,38 @@
+parole (0.8.0-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Bump standards-version to 3.9.6
+
+ -- Mateusz Åukasik <mati75 at linuxmint.pl> Sun, 01 Mar 2015 14:23:09 +0100
+
+parole (0.6.1-1) experimental; urgency=medium
+
+ [ Jackson Doak ]
+ * New upstream release.
+ - Properly use specified device, use correct URI (lp: #1098323)
+
+ -- Yves-Alexis Perez <corsac at debian.org> Tue, 24 Jun 2014 21:32:08 +0200
+
+parole (0.6.0-1) experimental; urgency=low
+
+ [ Yves-Alexis Perez ]
+ * debian/control:
+ - update libxfce4ui-1-dev build-dep to libxfce4ui-2-dev
+ - add depends on gstreamer1.0-libav.
+
+ [ Lionel Le Folgoc ]
+ * debian/control:
+ - switch to gst1.0 since it's now the version used by default in parole.
+ - change libgtk2.0-dev (b-)dep to libgtk-3-dev as libxfce4ui-2-dev uses
+ gtk3.
+
+ [ Jackson Doak ]
+ * New upstream release (0.6.0) Closes: #729255
+ * debian/control: Bump standards-version to 3.9.5
+ * debian/copyright: Don't use symlink licenses
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 09 Mar 2014 10:00:46 +0100
+
parole (0.5.4-1) unstable; urgency=medium
[ Jackson Doak ]
Modified: goodies/trunk/parole/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/parole/debian/control?rev=8930&op=diff
==============================================================================
--- goodies/trunk/parole/debian/control (original)
+++ goodies/trunk/parole/debian/control Sun Mar 15 15:10:43 2015
@@ -4,21 +4,20 @@
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: debhelper (>= 9), intltool, pkg-config,
- libgtk2.0-dev (>= 2.20), libgstreamer0.10-dev,
- libgstreamer-plugins-base0.10-dev, libdbus-1-dev, libdbus-glib-1-dev,
- libxfce4ui-1-dev, libxfconf-0-dev (>= 4.10),
+Build-Depends: debhelper (>= 9), intltool, pkg-config, libgtk-3-dev,
+ libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev, libdbus-1-dev,
+ libdbus-glib-1-dev, libxfce4ui-2-dev, libxfconf-0-dev (>= 4.10),
libnotify-dev, libtagc0-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
Homepage: http://goodies.xfce.org/projects/applications/parole
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/parole/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/parole/
Package: parole
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-x
-Suggests: gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad,
- gstreamer0.10-ffmpeg, gnome-codec-install
+Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-x, gstreamer1.0-libav
+Suggests: gstreamer1.0-plugins-ugly, gstreamer1.0-plugins-bad,
+ gstreamer1.0-plugins-good, gnome-codec-install
Description: media player based on GStreamer framework
Parole is a media player for the Xfce desktop environment, written using the
GStreamer framework.
@@ -31,7 +30,7 @@
Package: parole-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxfce4util-dev, libglib2.0-dev,
- libgtk2.0-dev
+ libgtk-3-dev
Description: development files for Parole media player
Parole is a media player for the Xfce desktop environment, written using the
GStreamer framework.
Modified: goodies/trunk/parole/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/parole/debian/copyright?rev=8930&op=diff
==============================================================================
--- goodies/trunk/parole/debian/copyright (original)
+++ goodies/trunk/parole/debian/copyright Sun Mar 15 15:10:43 2015
@@ -40,4 +40,4 @@
© 2004, The Mozilla Foundation
License: BSD
-On Debian systems, the complete text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2', the complete text of the GNU Lesser General Public License can be found in the file `/usr/share/common-licenses/LGPL'.
+On Debian systems, the complete text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2', the complete text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.
Modified: goodies/trunk/parole/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/parole/debian/rules?rev=8930&op=diff
==============================================================================
--- goodies/trunk/parole/debian/rules (original)
+++ goodies/trunk/parole/debian/rules Sun Mar 15 15:10:43 2015
@@ -1,11 +1,11 @@
#!/usr/bin/make -f
-#include /usr/share/dpkg/architecture.mk
+include /usr/share/dpkg/architecture.mk
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --parallell
+ dh $@ --parallel
override_dh_makeshlibs:
dh_makeshlibs -X usr/lib/$(DEB_HOST_MULTIARCH)/parole-0
More information about the Pkg-xfce-commits
mailing list