r45642 - /packages/unstable/gnome-software/debian/rules

mak at users.alioth.debian.org mak at users.alioth.debian.org
Sat Aug 8 16:17:27 UTC 2015


Author: mak
Date: Sat Aug  8 16:17:27 2015
New Revision: 45642

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45642
Log:
Do not ship with Fedora-specific plugins

Modified:
    packages/unstable/gnome-software/debian/rules

Modified: packages/unstable/gnome-software/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-software/debian/rules?rev=45642&op=diff
==============================================================================
--- packages/unstable/gnome-software/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-software/debian/rules	[utf-8] Sat Aug  8 16:17:27 2015
@@ -1,12 +1,19 @@
 #!/usr/bin/make -f
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+# Install target dir
+INSTALLDIR = $(CURDIR)/debian/tmp
 
 %:
 	dh $@ --with gnome
 
 override_dh_auto_configure:
 	dh_auto_configure -- --libdir=/usr/lib --disable-silent-rules
+
+override_dh_auto_install:
+	dh_auto_install --destdir=$(INSTALLDIR)
+	rm -f $(INSTALLDIR)/usr/lib/gs-plugins-?/libgs_plugin_fedora*
 
 override_dh_install:
 	dh_install -X.a -X.la --list-missing




More information about the pkg-gnome-commits mailing list