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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Oct 1 14:41:08 UTC 2010


Author: pochu
Date: Fri Oct  1 14:41:07 2010
New Revision: 25243

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25243
Log:
Only install the bemused plugin on Linux.

Modified:
    desktop/unstable/totem/debian/changelog
    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=25243&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog [utf-8] (original)
+++ desktop/unstable/totem/debian/changelog [utf-8] Fri Oct  1 14:41:07 2010
@@ -1,3 +1,9 @@
+totem (2.30.2-4) unstable; urgency=low
+
+  * Only install the bemused plugin on Linux.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 01 Oct 2010 16:40:23 +0200
+
 totem (2.30.2-3) unstable; urgency=low
 
   [ Emilio Pozuelo Monfort ]

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=25243&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules [utf-8] (original)
+++ desktop/unstable/totem/debian/rules [utf-8] Fri Oct  1 14:41:07 2010
@@ -19,6 +19,12 @@
 
 DEB_DH_MAKESHLIBS_ARGS += -Xdebian/
 
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+install/totem-plugins::
+	dh_install --autodest -ptotem-plugins --ignore=debian/totem-plugins.install \
+		debian/tmp/usr/lib/totem/plugins/bemused
+endif
+
 binary-install/totem-plugins::
 	dh_pysupport -ptotem-plugins /usr/lib/totem/plugins
 binary-install/totem-coherence::

Modified: desktop/unstable/totem/debian/totem-plugins.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/totem-plugins.install?rev=25243&op=diff
==============================================================================
--- desktop/unstable/totem/debian/totem-plugins.install [utf-8] (original)
+++ desktop/unstable/totem/debian/totem-plugins.install [utf-8] Fri Oct  1 14:41:07 2010
@@ -1,5 +1,6 @@
 debian/tmp/usr/lib/totem/plugins/bbc
-debian/tmp/usr/lib/totem/plugins/bemused
+# Installed from debian/rules
+# debian/tmp/usr/lib/totem/plugins/bemused
 debian/tmp/usr/lib/totem/plugins/brasero-disc-recorder
 debian/tmp/usr/lib/totem/plugins/dbus
 debian/tmp/usr/lib/totem/plugins/galago




More information about the pkg-gnome-commits mailing list