[Python-modules-commits] r5183 - in packages/matplotlib/trunk/debian (changelog rules)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Mon Apr 28 20:51:51 UTC 2008
Date: Monday, April 28, 2008 @ 20:51:50
Author: morph-guest
Revision: 5183
let diff.gz be clean again
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/rules
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2008-04-28 19:51:15 UTC (rev 5182)
+++ packages/matplotlib/trunk/debian/changelog 2008-04-28 20:51:50 UTC (rev 5183)
@@ -2,8 +2,10 @@
* debian/patches/bts-478237_ftbfs_gcc43.patch
- added (Closes: #478237)
+ * debian/rules
+ - removed some files changes during build
- -- Sandro Tosi <matrixhasu at gmail.com> Mon, 28 Apr 2008 20:16:31 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com> Mon, 28 Apr 2008 22:50:43 +0200
matplotlib (0.91.2-1) unstable; urgency=low
Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules 2008-04-28 19:51:15 UTC (rev 5182)
+++ packages/matplotlib/trunk/debian/rules 2008-04-28 20:51:50 UTC (rev 5183)
@@ -39,6 +39,9 @@
-rm -f *-stamp*
-rm -rf build *.pyc *.pyo
find ./lib -name '*.pyc' -exec rm {} \;
+
+ rm -f lib/matplotlib/mpl-data/matplotlib.conf lib/matplotlib/mpl-data/matplotlibrc
+
dh_clean
# install
More information about the Python-modules-commits
mailing list