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

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Sep 15 13:00:03 UTC 2016


Author: ah
Date: Thu Sep 15 13:00:03 2016
New Revision: 50642

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50642
Log:
* debian/totem.install: fix nautilus extension path which is now multi-arch.
* Use --fail-missing

Modified:
    desktop/unstable/totem/debian/changelog
    desktop/unstable/totem/debian/rules
    desktop/unstable/totem/debian/totem.install

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=50642&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem/debian/changelog	[utf-8] Thu Sep 15 13:00:03 2016
@@ -4,6 +4,8 @@
   * Convert from cdbs to dh
   * Add debian/patches/disable-gtkdoc-check.patch to avoid failing make check
   * Add gnome-common build-dependency explicitly (Closes: #837835)
+  * debian/totem.install: fix nautilus extension path which is now multi-arch.
+  * Use --fail-missing
 
   [ Jeremy Bicha ]
   * Bump dh compat to 10

Modified: desktop/unstable/totem/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/rules?rev=50642&op=diff
==============================================================================
--- desktop/unstable/totem/debian/rules	[utf-8] (original)
+++ desktop/unstable/totem/debian/rules	[utf-8] Thu Sep 15 13:00:03 2016
@@ -38,6 +38,6 @@
 	dh_python3 --remaining-packages
 
 override_dh_install:
-	find debian -name '*.a' -o -name '*.la' -delete
-	rm -rf debian/tmp/usr/lib/x86_64-linux-gnu/totem/plugins/*/__pycache__
-	dh_install
+	find debian \( -name '*.a' -o -name '*.la' \) -delete
+	rm -rf debian/tmp/usr/lib/*/totem/plugins/*/__pycache__
+	dh_install --fail-missing

Modified: desktop/unstable/totem/debian/totem.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/totem.install?rev=50642&op=diff
==============================================================================
--- desktop/unstable/totem/debian/totem.install	[utf-8] (original)
+++ desktop/unstable/totem/debian/totem.install	[utf-8] Thu Sep 15 13:00:03 2016
@@ -1,5 +1,5 @@
 usr/bin
-usr/lib/nautilus
+usr/lib/*/nautilus
 usr/share/applications
 usr/share/appdata/org.gnome.Totem.appdata.xml
 usr/share/dbus-1/services/




More information about the pkg-gnome-commits mailing list