r39861 - in /desktop/unstable/libpeas/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Oct 14 09:52:53 UTC 2013


Author: biebl
Date: Mon Oct 14 09:52:53 2013
New Revision: 39861

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39861
Log:
Delete __pycache__ directory in addition to compiled .pyc and .pyo files.

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

Modified: desktop/unstable/libpeas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/changelog?rev=39861&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/changelog	[utf-8] Mon Oct 14 09:52:53 2013
@@ -4,6 +4,7 @@
     Cherry-pick patch from upstream to drop usage of AM_GNU_GETTEXT as this is
     not working in combination with IT_PROG_INTLTOOL. This fixes a FTBFS with
     latest gnome-common which uses autoreconf now. (Closes: #724555)
+  * Delete __pycache__ directory in addition to compiled .pyc and .pyo files.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 14 Oct 2013 11:26:36 +0200
 

Modified: desktop/unstable/libpeas/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libpeas/debian/rules?rev=39861&op=diff
==============================================================================
--- desktop/unstable/libpeas/debian/rules	[utf-8] (original)
+++ desktop/unstable/libpeas/debian/rules	[utf-8] Mon Oct 14 09:52:53 2013
@@ -28,4 +28,5 @@
 	# remove compiled python and libtool .la files
 	find debian/$(cdbs_curpkg) -name '*.pyo' -delete
 	find debian/$(cdbs_curpkg) -name '*.pyc' -delete
+	find debian/$(cdbs_curpkg) -name '__pycache__' -delete
 	find debian/$(cdbs_curpkg) -name '*.la' -delete




More information about the pkg-gnome-commits mailing list