r46843 - in /desktop/unstable/gobject-introspection/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Nov 3 12:59:35 UTC 2015


Author: biebl
Date: Tue Nov  3 12:59:35 2015
New Revision: 46843

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46843
Log:
Fix cleanup rule for list-missing to properly remove the unwanted libtool
.la and Python cache files. Those are installed into multiarch paths now.

Modified:
    desktop/unstable/gobject-introspection/debian/changelog
    desktop/unstable/gobject-introspection/debian/rules

Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=46843&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog	[utf-8] Tue Nov  3 12:59:35 2015
@@ -5,6 +5,8 @@
 
   [ Michael Biebl ]
   * Remove Breaks, Conflicts and Replaces for versions older than oldstable.
+  * Fix cleanup rule for list-missing to properly remove the unwanted libtool
+    .la and Python cache files. Those are installed into multiarch paths now.
 
  -- Laurent Bigonville <bigon at debian.org>  Mon, 26 Oct 2015 18:28:27 +0100
 

Modified: desktop/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/rules?rev=46843&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/rules	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/rules	[utf-8] Tue Nov  3 12:59:35 2015
@@ -12,9 +12,9 @@
 common-binary-post-install-arch:: list-missing
 list-missing: remove-unwanted-files
 remove-unwanted-files:
-	rm -f debian/tmp/usr/lib/*.la
-	rm -f debian/tmp/usr/lib/gobject-introspection/giscanner/*.pyc
-	rm -f debian/tmp/usr/lib/gobject-introspection/giscanner/*.pyo
+	rm -f debian/tmp/usr/lib/*/*.la
+	rm -f debian/tmp/usr/lib/*/gobject-introspection/giscanner/*.pyc
+	rm -f debian/tmp/usr/lib/*/gobject-introspection/giscanner/*.pyo
 
 DEB_MAKE_ENVVARS += HOME=$(CURDIR)
 DEB_MAKE_CHECK_TARGET = check




More information about the pkg-gnome-commits mailing list