r44512 - in /packages/unstable/gnome-dvb-daemon/debian: changelog control control.in

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu May 21 18:41:30 UTC 2015


Author: pochu
Date: Thu May 21 18:41:30 2015
New Revision: 44512

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44512
Log:
* New upstream release.
  - Ported to libgee-0.8. Closes: #753861.
  - Ported to GStreamer 1.0. Closes: #785816.
  - Ported to Python 3.
* Updated (build-)dependencies.

Modified:
    packages/unstable/gnome-dvb-daemon/debian/changelog
    packages/unstable/gnome-dvb-daemon/debian/control
    packages/unstable/gnome-dvb-daemon/debian/control.in

Modified: packages/unstable/gnome-dvb-daemon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/changelog?rev=44512&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/changelog	[utf-8] Thu May 21 18:41:30 2015
@@ -1,3 +1,13 @@
+gnome-dvb-daemon (1:0.2.90-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+    - Ported to libgee-0.8. Closes: #753861.
+    - Ported to GStreamer 1.0. Closes: #785816.
+    - Ported to Python 3.
+  * Updated (build-)dependencies.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 21 May 2015 20:24:30 +0200
+
 gnome-dvb-daemon (1:0.2.10-1) unstable; urgency=low
 
   [ Jeremy Bicha ]

Modified: packages/unstable/gnome-dvb-daemon/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/control?rev=44512&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/control	[utf-8] Thu May 21 18:41:30 2015
@@ -2,12 +2,11 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: gnome-dvb-daemon
 Section: video
 Priority: optional
 Maintainer: Sebastian Reichel <sre at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs (>= 0.4.49),
                debhelper (>= 7),
                gnome-pkg-tools,
@@ -16,16 +15,15 @@
                pkg-config,
                valac,
                libglib2.0-dev (>= 2.32.0),
-               libgee-dev (>= 0.5.0),
+               libgee-0.8-dev (>= 0.8.0),
                libsqlite3-dev (>= 3.4),
                libgudev-1.0-dev,
-               libgstreamer0.10-dev (>= 0.10.29),
-               libgstrtspserver-0.10-dev (>= 0.10.7),
-               gstreamer0.10-tools,
-               gstreamer0.10-plugins-bad,
-               gstreamer0.10-plugins-good,
-               python-dev (>= 2.5),
-               python-gobject-dev (>= 3.2.1)
+               libgstreamer1.0-dev (>= 1.4),
+               libgstreamer-plugins-base1.0-dev (>= 1.4),
+               libgstreamer-plugins-bad1.0-dev (>= 1.4),
+               libgstrtspserver-1.0-dev (>= 1.4),
+               python3-dev (>= 3.2),
+               python-gi-dev (>= 3.2.1),
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-dvb-daemon
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-dvb-daemon
@@ -35,8 +33,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gstreamer0.10-plugins-bad (>= 0.10.14-4),
-         gstreamer0.10-plugins-good (>= 0.10.16-3)
+         gstreamer1.0-plugins-base (>= 1.4),
+         gstreamer1.0-plugins-bad (>= 1.4),
 Description: daemon to setup your DVB devices, record and watch TV shows and browse EPG
  GNOME DVB Daemon is a GStreamer based daemon to setup your
  DVB devices, record and/or watch TV shows and browse EPG.
@@ -48,9 +46,9 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          gir1.2-gtk-3.0,
+         gir1.2-glib-2.0,
          gnome-dvb-daemon (>= ${source:Version}),
          gnome-icon-theme,
-         python-gobject (>= 3.2.1)
 Recommends: dvb-apps
 Description: client for gnome-dvb-daemon
  GNOME DVB Daemon is a GStreamer based daemon to setup your
@@ -63,12 +61,12 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
+         gir1.2-glib-2.0,
          gir1.2-gtk-3.0,
          gir1.2-peas-1.0,
          gir1.2-totem-1.0,
          gnome-dvb-client (= ${source:Version}),
          gnome-dvb-daemon (>= ${source:Version}),
-         python-gobject (>= 3.2.1),
          totem,
          totem-plugins
 Description: totem plugin for gnome-dvb-daemon

Modified: packages/unstable/gnome-dvb-daemon/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/control.in?rev=44512&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/control.in	[utf-8] Thu May 21 18:41:30 2015
@@ -11,16 +11,15 @@
                pkg-config,
                valac,
                libglib2.0-dev (>= 2.32.0),
-               libgee-dev (>= 0.5.0),
+               libgee-0.8-dev (>= 0.8.0),
                libsqlite3-dev (>= 3.4),
                libgudev-1.0-dev,
-               libgstreamer0.10-dev (>= 0.10.29),
-               libgstrtspserver-0.10-dev (>= 0.10.7),
-               gstreamer0.10-tools,
-               gstreamer0.10-plugins-bad,
-               gstreamer0.10-plugins-good,
-               python-dev (>= 2.5),
-               python-gobject-dev (>= 3.2.1)
+               libgstreamer1.0-dev (>= 1.4),
+               libgstreamer-plugins-base1.0-dev (>= 1.4),
+               libgstreamer-plugins-bad1.0-dev (>= 1.4),
+               libgstrtspserver-1.0-dev (>= 1.4),
+               python3-dev (>= 3.2),
+               python-gi-dev (>= 3.2.1),
 Standards-Version: 3.9.4
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-dvb-daemon
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-dvb-daemon
@@ -30,8 +29,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gstreamer0.10-plugins-bad (>= 0.10.14-4),
-         gstreamer0.10-plugins-good (>= 0.10.16-3)
+         gstreamer1.0-plugins-base (>= 1.4),
+         gstreamer1.0-plugins-bad (>= 1.4),
 Description: daemon to setup your DVB devices, record and watch TV shows and browse EPG
  GNOME DVB Daemon is a GStreamer based daemon to setup your
  DVB devices, record and/or watch TV shows and browse EPG.
@@ -43,9 +42,9 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          gir1.2-gtk-3.0,
+         gir1.2-glib-2.0,
          gnome-dvb-daemon (>= ${source:Version}),
          gnome-icon-theme,
-         python-gobject (>= 3.2.1)
 Recommends: dvb-apps
 Description: client for gnome-dvb-daemon
  GNOME DVB Daemon is a GStreamer based daemon to setup your
@@ -58,12 +57,12 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
+         gir1.2-glib-2.0,
          gir1.2-gtk-3.0,
          gir1.2-peas-1.0,
          gir1.2-totem-1.0,
          gnome-dvb-client (= ${source:Version}),
          gnome-dvb-daemon (>= ${source:Version}),
-         python-gobject (>= 3.2.1),
          totem,
          totem-plugins
 Description: totem plugin for gnome-dvb-daemon




More information about the pkg-gnome-commits mailing list