[Python-modules-commits] r30515 - in packages/pythonmagick/trunk/debian (changelog rules)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Sep 7 14:52:50 UTC 2014


    Date: Sunday, September 7, 2014 @ 14:52:49
  Author: sramacher
Revision: 30515

Remove *.la files.

Modified:
  packages/pythonmagick/trunk/debian/changelog
  packages/pythonmagick/trunk/debian/rules

Modified: packages/pythonmagick/trunk/debian/changelog
===================================================================
--- packages/pythonmagick/trunk/debian/changelog	2014-09-07 13:18:07 UTC (rev 30514)
+++ packages/pythonmagick/trunk/debian/changelog	2014-09-07 14:52:49 UTC (rev 30515)
@@ -1,4 +1,4 @@
-pythonmagick (0.9.11-1) UNRELEASED; urgency=medium
+pythonmagick (0.9.11-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release.
@@ -17,9 +17,10 @@
   * debian/rules:
     - Build with --disable-silent-rules.
     - Build with --parallel.
+    - Remove *.la files.
   * debian/copyright: Update copyright years.
 
- -- Sebastian Ramacher <sramacher at debian.org>  Wed, 13 Aug 2014 20:23:47 +0200
+ -- Sebastian Ramacher <sramacher at debian.org>  Sun, 07 Sep 2014 16:45:55 +0200
 
 pythonmagick (0.9.8-1) unstable; urgency=low
 

Modified: packages/pythonmagick/trunk/debian/rules
===================================================================
--- packages/pythonmagick/trunk/debian/rules	2014-09-07 13:18:07 UTC (rev 30514)
+++ packages/pythonmagick/trunk/debian/rules	2014-09-07 14:52:49 UTC (rev 30515)
@@ -25,4 +25,4 @@
 	set -e && for pyver in $(PYVERSIONS); do \
 		PYTHON=python$$pyver dh_auto_install -Bbuild/py$$pyver; \
 	done
-
+	find debian/ -name "*.la" -delete




More information about the Python-modules-commits mailing list