r28109 - in /desktop/unstable/pygtksourceview/debian: changelog rules

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Mon May 30 10:07:09 UTC 2011


Author: mpitt
Date: Mon May 30 10:07:09 2011
New Revision: 28109

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28109
Log:
debian/rules: Don't install .la files for the Python libraries.

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

Modified: desktop/unstable/pygtksourceview/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/changelog?rev=28109&op=diff
==============================================================================
--- desktop/unstable/pygtksourceview/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygtksourceview/debian/changelog [utf-8] Mon May 30 10:07:09 2011
@@ -10,6 +10,7 @@
     dh_python2.
   * debian/control.in, debian/compat: Bump to dh compat 8.
   * debian/control.in: Bump Standards-Version to 3.9.2.
+  * debian/rules: Don't install .la files for the Python libraries.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 22 Apr 2010 12:19:51 +0200
 

Modified: desktop/unstable/pygtksourceview/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtksourceview/debian/rules?rev=28109&op=diff
==============================================================================
--- desktop/unstable/pygtksourceview/debian/rules [utf-8] (original)
+++ desktop/unstable/pygtksourceview/debian/rules [utf-8] Mon May 30 10:07:09 2011
@@ -9,3 +9,6 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_COMPRESS_EXCLUDE += .py
+
+binary-post-install/python-gtksourceview2::
+	rm debian/$(cdbs_curpkg)/./usr/lib/python*/dist-packages/*.la




More information about the pkg-gnome-commits mailing list