r50623 - in /desktop/unstable/gedit/debian: changelog rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Sep 15 09:26:45 UTC 2016


Author: ah
Date: Thu Sep 15 09:26:45 2016
New Revision: 50623

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50623
Log:
Remove '*.la' and '__pycache__' files which are not to be shipped.

Modified:
    desktop/unstable/gedit/debian/changelog
    desktop/unstable/gedit/debian/rules

Modified: desktop/unstable/gedit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/changelog?rev=50623&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gedit/debian/changelog	[utf-8] Thu Sep 15 09:26:45 2016
@@ -2,6 +2,7 @@
 
   * Bump dh compat to 10 (automatic dh-autoreconf)
   * Add explicit gnome-common build-dependency (Closes: #837862)
+  * Remove '*.la' and '__pycache__' files which are not to be shipped.
 
  -- Andreas Henriksson <andreas at fatal.se>  Thu, 15 Sep 2016 11:13:46 +0200
 

Modified: desktop/unstable/gedit/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gedit/debian/rules?rev=50623&op=diff
==============================================================================
--- desktop/unstable/gedit/debian/rules	[utf-8] (original)
+++ desktop/unstable/gedit/debian/rules	[utf-8] Thu Sep 15 09:26:45 2016
@@ -20,3 +20,8 @@
 override_dh_girepository:
 	dh_girepository	-ldebian/tmp/usr/share/gedit/gir-1.0 \
 		/usr/lib/$(DEB_HOST_MULTIARCH)/gedit/girepository-1.0
+
+override_dh_auto_install:
+	dh_auto_install
+	find debian/tmp -name '*.la' -delete
+	rm -rf debian/tmp/usr/lib/x86_64-linux-gnu/gedit/plugins/*/__pycache__/




More information about the pkg-gnome-commits mailing list