r52039 - in /packages/unstable/gnome-dvb-daemon/debian: changelog compat control control.in patches/client-python3.patch patches/series rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Feb 21 14:35:07 UTC 2017


Author: bigon
Date: Tue Feb 21 14:35:06 2017
New Revision: 52039

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52039
Log:
* Switch from cdbs to dh sequences
* debian/control: Bump debhelper compatibility version to 10
* debian/control: Bump Standards-Version to 3.9.8 (no further changes)
* debian/patches/client-python3.patch: Switch the shebang to python3

Added:
    packages/unstable/gnome-dvb-daemon/debian/patches/client-python3.patch
Modified:
    packages/unstable/gnome-dvb-daemon/debian/changelog
    packages/unstable/gnome-dvb-daemon/debian/compat
    packages/unstable/gnome-dvb-daemon/debian/control
    packages/unstable/gnome-dvb-daemon/debian/control.in
    packages/unstable/gnome-dvb-daemon/debian/patches/series
    packages/unstable/gnome-dvb-daemon/debian/rules

Modified: packages/unstable/gnome-dvb-daemon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/changelog?rev=52039&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/changelog	[utf-8] Tue Feb 21 14:35:06 2017
@@ -6,8 +6,6 @@
     - Ported to GStreamer 1.0. Closes: #785816.
     - Ported to Python 3.
   * Updated (build-)dependencies.
-
-  *** UNTESTED! Needs gst-rtsp-server1.0 out of NEW ***
 
   [ Michael Biebl ]
   * Remove Debian menu entries.
@@ -21,13 +19,15 @@
     - vapi/gstreamer-mpegts-1.0.vapi is missing in tarball.
   * debian/rules: switch from dh_python2 to dh_python3
 
-  *** STILL NEEDS WORK TO INSTALL IN PROPER dist-packages DIR ***
-
   [ Laurent Bigonville ]
   * debian/control.in: Drop gnome-icon-theme from the dependencies, do not
     force an icon theme and rely on the one installed by the metapackages
-
- -- Laurent Bigonville <bigon at debian.org>  Fri, 20 May 2016 22:01:58 +0200
+  * Switch from cdbs to dh sequences
+  * debian/control: Bump debhelper compatibility version to 10
+  * debian/control: Bump Standards-Version to 3.9.8 (no further changes)
+  * debian/patches/client-python3.patch: Switch the shebang to python3
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 21 Feb 2017 15:33:03 +0100
 
 gnome-dvb-daemon (1:0.2.10-1) unstable; urgency=low
 

Modified: packages/unstable/gnome-dvb-daemon/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/compat?rev=52039&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/compat	[utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/compat	[utf-8] Tue Feb 21 14:35:06 2017
@@ -1 +1 @@
-7
+10

Modified: packages/unstable/gnome-dvb-daemon/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/control?rev=52039&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/control	[utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/control	[utf-8] Tue Feb 21 14:35:06 2017
@@ -5,10 +5,10 @@
 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>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: cdbs (>= 0.4.49),
-               debhelper (>= 7),
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: debhelper (>= 10),
+               dh-python,
                gnome-pkg-tools,
                gstreamer1.0-tools,
                gstreamer1.0-plugins-bad,
@@ -26,7 +26,7 @@
                libgstrtspserver-1.0-dev (>= 1.4),
                python3-dev (>= 3.2),
                python-gi-dev (>= 3.2.1),
-Standards-Version: 3.9.4
+Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-dvb-daemon
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-dvb-daemon
 Homepage: https://wiki.gnome.org/DVBDaemon
@@ -46,7 +46,7 @@
 Package: gnome-dvb-client
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          gir1.2-gtk-3.0,
          gir1.2-glib-2.0,
          gnome-dvb-daemon (>= ${source:Version}),
@@ -61,7 +61,7 @@
 Package: totem-plugins-dvb-daemon
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          gir1.2-glib-2.0,
          gir1.2-gtk-3.0,
          gir1.2-peas-1.0,

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=52039&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/control.in	[utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/control.in	[utf-8] Tue Feb 21 14:35:06 2017
@@ -1,10 +1,10 @@
 Source: gnome-dvb-daemon
 Section: video
 Priority: optional
-Maintainer: Sebastian Reichel <sre at debian.org>
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.49),
-               debhelper (>= 7),
+Build-Depends: debhelper (>= 10),
+               dh-python,
                gnome-pkg-tools,
                gstreamer1.0-tools,
                gstreamer1.0-plugins-bad,
@@ -22,7 +22,7 @@
                libgstrtspserver-1.0-dev (>= 1.4),
                python3-dev (>= 3.2),
                python-gi-dev (>= 3.2.1),
-Standards-Version: 3.9.4
+Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-dvb-daemon
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-dvb-daemon
 Homepage: https://wiki.gnome.org/DVBDaemon
@@ -42,7 +42,7 @@
 Package: gnome-dvb-client
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          gir1.2-gtk-3.0,
          gir1.2-glib-2.0,
          gnome-dvb-daemon (>= ${source:Version}),
@@ -57,7 +57,7 @@
 Package: totem-plugins-dvb-daemon
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          gir1.2-glib-2.0,
          gir1.2-gtk-3.0,
          gir1.2-peas-1.0,

Added: packages/unstable/gnome-dvb-daemon/debian/patches/client-python3.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/patches/client-python3.patch?rev=52039&op=file
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/patches/client-python3.patch	(added)
+++ packages/unstable/gnome-dvb-daemon/debian/patches/client-python3.patch	[utf-8] Tue Feb 21 14:35:06 2017
@@ -0,0 +1,20 @@
+Description: Use python3 in the shebang
+Author: Laurent Bigonville <bigon at debian.org>
+Forwarded: not-needed
+
+--- a/client/gnome-dvb-control
++++ b/client/gnome-dvb-control
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # -*- coding: utf-8 -*-
+ # Copyright (C) 2008,2009 Sebastian Pölsterl
+ #
+--- a/client/gnome-dvb-setup
++++ b/client/gnome-dvb-setup
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # -*- coding: utf-8 -*-
+ # Copyright (C) 2008,2009 Sebastian Pölsterl
+ #

Modified: packages/unstable/gnome-dvb-daemon/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/patches/series?rev=52039&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/patches/series	[utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/patches/series	[utf-8] Tue Feb 21 14:35:06 2017
@@ -1 +1,2 @@
 gstreamer-mpegts-1.0-vapi.patch
+client-python3.patch

Modified: packages/unstable/gnome-dvb-daemon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-dvb-daemon/debian/rules?rev=52039&op=diff
==============================================================================
--- packages/unstable/gnome-dvb-daemon/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-dvb-daemon/debian/rules	[utf-8] Tue Feb 21 14:35:06 2017
@@ -1,18 +1,13 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-totem-plugin --with-totem-plugin-dir=/usr/lib/totem/plugins
+%:
+	dh $@ --with gnome,python3
 
-binary-install/gnome-dvb-client::
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-totem-plugin --with-totem-plugin-dir=/usr/lib/totem/plugins
+
+override_dh_python3:
 	dh_python3 -p gnome-dvb-client
-
-binary-install/totem-plugins-dvb-daemon::
 	dh_python3 -p totem-plugins-dvb-daemon /usr/lib/totem/plugins/dvb-daemon
-
-makebuilddir::
-	rm -f gnome_dvb_daemon_vala.stamp
-	rm -f libdvbdaemon_utils_a_vala.stamp




More information about the pkg-gnome-commits mailing list