[Python-modules-commits] r15411 - in packages/matplotlib/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Jan 25 18:31:19 UTC 2011
Date: Tuesday, January 25, 2011 @ 18:31:16
Author: morph
Revision: 15411
* debian/rules
- remove verbose logging for debhelper
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/rules
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2011-01-25 17:20:56 UTC (rev 15410)
+++ packages/matplotlib/trunk/debian/changelog 2011-01-25 18:31:16 UTC (rev 15411)
@@ -1,3 +1,10 @@
+matplotlib (1.0.1-2) UNRELEASED; urgency=low
+
+ * debian/rules
+ - remove verbose logging for debhelper
+
+ -- Sandro Tosi <morph at debian.org> Tue, 25 Jan 2011 19:30:47 +0100
+
matplotlib (1.0.1-1) experimental; urgency=low
* New upstream release; Closes: #606116
Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules 2011-01-25 17:20:56 UTC (rev 15410)
+++ packages/matplotlib/trunk/debian/rules 2011-01-25 18:31:16 UTC (rev 15411)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-export DH_VERBOSE=1
-
PYVERS := $(shell pyversions -v -r debian/control)
DEFPY := $(shell pyversions -v -d)
PY_PLATFORM := $(shell python -c 'from distutils.util import get_platform; print get_platform()')
More information about the Python-modules-commits
mailing list