r47125 - in /desktop/unstable/totem/debian: changelog control control.in rules totem-plugins.install

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Dec 5 23:50:06 UTC 2015


Author: bigon
Date: Sat Dec  5 23:50:06 2015
New Revision: 47125

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47125
Log:
* Switch to python3 for the plugins
* debian/control.in: Add libzeitgeist-2.0-dev to the build-dependencies,
  this enable the zeitgeist-dp plugin
* debian/rules: Pass --as-needed to dh_autoreconf and the linker to reduce
  the runtime dependencies

Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/control
    desktop/unstable/totem/debian/control.in
    desktop/unstable/totem/debian/rules
    desktop/unstable/totem/debian/totem-plugins.install

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=47125&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem/debian/changelog	[utf-8] Sat Dec  5 23:50:06 2015
@@ -1,3 +1,13 @@
+totem (3.18.1-2) UNRELEASED; urgency=medium
+
+  * Switch to python3 for the plugins
+  * debian/control.in: Add libzeitgeist-2.0-dev to the build-dependencies,
+    this enable the zeitgeist-dp plugin
+  * debian/rules: Pass --as-needed to dh_autoreconf and the linker to reduce
+    the runtime dependencies
+
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 06 Dec 2015 00:20:14 +0100
+
 totem (3.18.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/totem/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control?rev=47125&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control	[utf-8] (original)
+++ desktop/unstable/totem/debian/control	[utf-8] Sat Dec  5 23:50:06 2015
@@ -6,7 +6,7 @@
 Section: video
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.90),
                dpkg-dev (>= 1.16.1),
@@ -48,7 +48,8 @@
                libxrandr-dev (>= 2:1.1.1),
                libxtst-dev,
                libxxf86vm-dev (>= 1:1.0.1),
-               python (>= 2.6.6-3~),
+               libzeitgeist-2.0-dev (>= 0.9.12),
+               python3 (>= 3.2),
                python-gi-dev (>= 2.90.3),
                shared-mime-info (>= 0.22),
                valac (>= 0.14.1),
@@ -73,7 +74,6 @@
 Package: totem
 Architecture: any
 Depends: ${misc:Depends},
-         ${python:Depends},
          ${shlibs:Depends},
          totem-common (= ${source:Version}),
          gnome-icon-theme (>= 2.15.90),
@@ -138,7 +138,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          totem (= ${binary:Version}),
          gir1.2-gdkpixbuf-2.0,
          gir1.2-glib-2.0,
@@ -146,8 +146,8 @@
          gir1.2-pango-1.0,
          gir1.2-peas-1.0,
          gir1.2-totem-1.0 (= ${binary:Version}),
-         python-gi (>= 2.90.3),
-         python-xdg
+         python3-gi (>= 2.90.3),
+         python3-xdg
 Recommends: gnome-settings-daemon
 Suggests: gromit
 Description: Plugins for the Totem media player

Modified: desktop/unstable/totem/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/control.in?rev=47125&op=diff
==============================================================================
--- desktop/unstable/totem/debian/control.in	[utf-8] (original)
+++ desktop/unstable/totem/debian/control.in	[utf-8] Sat Dec  5 23:50:06 2015
@@ -44,7 +44,8 @@
                libxrandr-dev (>= 2:1.1.1),
                libxtst-dev,
                libxxf86vm-dev (>= 1:1.0.1),
-               python (>= 2.6.6-3~),
+               libzeitgeist-2.0-dev (>= 0.9.12),
+               python3 (>= 3.2),
                python-gi-dev (>= 2.90.3),
                shared-mime-info (>= 0.22),
                valac (>= 0.14.1),
@@ -69,7 +70,6 @@
 Package: totem
 Architecture: any
 Depends: ${misc:Depends},
-         ${python:Depends},
          ${shlibs:Depends},
          totem-common (= ${source:Version}),
          gnome-icon-theme (>= 2.15.90),
@@ -134,7 +134,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         ${python:Depends},
+         ${python3:Depends},
          totem (= ${binary:Version}),
          gir1.2-gdkpixbuf-2.0,
          gir1.2-glib-2.0,
@@ -142,9 +142,9 @@
          gir1.2-pango-1.0,
          gir1.2-peas-1.0,
          gir1.2-totem-1.0 (= ${binary:Version}),
-         python-gi (>= 2.90.3),
-         python-xdg
-Recommends: gnome-settings-daemon
+         python3-gi (>= 2.90.3),
+         python3-xdg
+Recommends: gnome-settings-daemon, zeitgeist-core
 Suggests: gromit
 Description: Plugins for the Totem media player
  Totem is a simple yet featureful media player for GNOME which can read

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=47125&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem/debian/rules	[utf-8] Sat Dec  5 23:50:06 2015
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 #-*- makefile -*-
 
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,-O1 -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/buildflags.mk
 
@@ -12,9 +13,12 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+DEB_DH_AUTORECONF_ARGS = --as-needed
+
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-vala=yes \
-	--disable-run-in-source-tree
+	--disable-run-in-source-tree \
+	PYTHON=/usr/bin/python3
 
 DEB_DH_STRIP_ARGS := --dbg-package=totem-dbg
 DEB_DH_MAKESHLIBS_ARGS += -Xplugins/
@@ -22,10 +26,8 @@
 DEB_DH_MAKESHLIBS_ARGS_totem += -X/usr/lib/nautilus/
 DEB_DH_MAKESHLIBS_ARGS_libtotem0 += -V'libtotem0 (>= $(DEB_VERSION)), libtotem0 (<< $(DEB_GNOME_NEXTVERSION))'
 
-binary-install/totem::
-	dh_python2 -ptotem /usr/lib/totem/totem
 binary-install/totem-plugins::
-	dh_python2 -ptotem-plugins /usr/lib/totem/plugins
+	dh_python3 --no-ext-rename -ptotem-plugins /usr/lib/totem/plugins
 
 common-binary-predeb-arch::
 	find debian -name '*.a' -delete

Modified: desktop/unstable/totem/debian/totem-plugins.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/totem-plugins.install?rev=47125&op=diff
==============================================================================
--- desktop/unstable/totem/debian/totem-plugins.install	[utf-8] (original)
+++ desktop/unstable/totem/debian/totem-plugins.install	[utf-8] Sat Dec  5 23:50:06 2015
@@ -20,3 +20,4 @@
 usr/lib/totem/plugins/screenshot
 usr/lib/totem/plugins/skipto
 usr/lib/totem/plugins/vimeo
+usr/lib/totem/plugins/zeitgeist-dp




More information about the pkg-gnome-commits mailing list