r40090 - in /packages/unstable/rhythmbox/debian: changelog control.in rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Thu Oct 24 09:51:56 UTC 2013


Author: laney
Date: Thu Oct 24 09:51:56 2013
New Revision: 40090

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40090
Log:
* Call dh_python3 instead of dh_python2 and pass --no-ext-rename to leave
  the module filenames alone. 
* Update Depends and Build-Depends for py3 
* Have -plugins depend on gir1.2-secret-1 for the magnatune plugin 

Modified:
    packages/unstable/rhythmbox/debian/changelog
    packages/unstable/rhythmbox/debian/control.in
    packages/unstable/rhythmbox/debian/rules

Modified: packages/unstable/rhythmbox/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/changelog?rev=40090&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/changelog	[utf-8] (original)
+++ packages/unstable/rhythmbox/debian/changelog	[utf-8] Thu Oct 24 09:51:56 2013
@@ -1,3 +1,12 @@
+rhythmbox (3.0.1-2) UNRELEASED; urgency=low
+
+  * Call dh_python3 instead of dh_python2 and pass --no-ext-rename to leave
+    the module filenames alone. 
+  * Update Depends and Build-Depends for py3 
+  * Have -plugins depend on gir1.2-secret-1 for the magnatune plugin 
+
+ -- Iain Lane <laney at debian.org>  Thu, 24 Oct 2013 10:25:39 +0100
+
 rhythmbox (3.0.1-1) unstable; urgency=low
 
   * Add Gstreamer-related GPL exception clause to debian/copyright

Modified: packages/unstable/rhythmbox/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/control.in?rev=40090&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/control.in	[utf-8] (original)
+++ packages/unstable/rhythmbox/debian/control.in	[utf-8] Thu Oct 24 09:51:56 2013
@@ -6,6 +6,7 @@
 Homepage: http://projects.gnome.org/rhythmbox/
 Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 9),
+               dh-python (>= 1.20130903),
                gnome-pkg-tools (>= 0.6),
                libgirepository1.0-dev (>= 0.10.0),
                gobject-introspection (>= 0.10.0),
@@ -35,7 +36,7 @@
                x11proto-core-dev,
                liblircclient-dev,
                gtk-doc-tools (>= 1.4),
-               python-dev (>= 2.6.6-3~),
+               python3-dev (>= 3.2.3),
                libdmapsharing-3.0-dev (>= 2.9.19),
                libjson-glib-dev,
                libgrilo-0.2-dev (>= 0.2.0),
@@ -63,7 +64,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          rhythmbox-data (= ${source:Version}),
          librhythmbox-core8 (= ${binary:Version}),
          dbus,
@@ -133,7 +134,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          rhythmbox (= ${binary:Version}),
          librhythmbox-core8 (= ${binary:Version}),
          gir1.2-rb-3.0 (= ${binary:Version}),
@@ -143,8 +144,9 @@
          gir1.2-peas-1.0,
          gir1.2-gnomekeyring-1.0,
          gir1.2-gstreamer-1.0,
+         gir1.2-secret-1,
          python-gi,
-         python-mako,
+         python3-mako,
          zeitgeist-core
 Breaks: rhythmbox (<< 0.12.6-4)
 Replaces: rhythmbox (<< 0.12.6-4)

Modified: packages/unstable/rhythmbox/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/rhythmbox/debian/rules?rev=40090&op=diff
==============================================================================
--- packages/unstable/rhythmbox/debian/rules	[utf-8] (original)
+++ packages/unstable/rhythmbox/debian/rules	[utf-8] Thu Oct 24 09:51:56 2013
@@ -34,7 +34,7 @@
 $(patsubst %,binary-post-install/%,$(DEB_PACKAGES)) ::
 	find debian/$(cdbs_curpkg) -name '*.a' -delete
 	find debian/$(cdbs_curpkg) -name '*.la' -delete
-	dh_python2 -p$(cdbs_curpkg) /usr/lib/rhythmbox
+	dh_python3 --no-ext-rename -p$(cdbs_curpkg) /usr/lib/rhythmbox
 
 # List any files which are not installed
 common-binary-post-install-arch:: list-missing




More information about the pkg-gnome-commits mailing list