[Python-modules-commits] r7977 - in packages/matplotlib/trunk/debian (4 files)
bdrung-guest at users.alioth.debian.org
bdrung-guest at users.alioth.debian.org
Tue Mar 24 01:55:40 UTC 2009
Date: Tuesday, March 24, 2009 @ 01:55:40
Author: bdrung-guest
Revision: 7977
Switch to debhelper 7
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/compat
packages/matplotlib/trunk/debian/control
packages/matplotlib/trunk/debian/rules
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2009-03-24 01:46:09 UTC (rev 7976)
+++ packages/matplotlib/trunk/debian/changelog 2009-03-24 01:55:40 UTC (rev 7977)
@@ -6,8 +6,9 @@
* debian/rules
- In clean target use rm -rf instead dh_clean for removing build directory;
thanks Andrew Straw for the patch
+ * Switch to debhelper 7
- -- Benjamin Drung <benjamin.drung at gmail.com> Tue, 24 Mar 2009 02:27:39 +0100
+ -- Benjamin Drung <benjamin.drung at gmail.com> Tue, 24 Mar 2009 02:36:51 +0100
matplotlib (0.98.5.2-1) experimental; urgency=low
Modified: packages/matplotlib/trunk/debian/compat
===================================================================
--- packages/matplotlib/trunk/debian/compat 2009-03-24 01:46:09 UTC (rev 7976)
+++ packages/matplotlib/trunk/debian/compat 2009-03-24 01:55:40 UTC (rev 7977)
@@ -1 +1 @@
-5
+7
Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control 2009-03-24 01:46:09 UTC (rev 7976)
+++ packages/matplotlib/trunk/debian/control 2009-03-24 01:55:40 UTC (rev 7977)
@@ -8,7 +8,7 @@
Ondrej Certik <ondrej at certik.cz>,
Sandro Tosi <morph at debian.org>,
Benjamin Drung <benjamin.drung at gmail.com>
-Build-Depends: debhelper (>= 5.0.38),
+Build-Depends: debhelper (>= 7),
dpatch,
dvipng,
graphviz,
Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules 2009-03-24 01:46:09 UTC (rev 7976)
+++ packages/matplotlib/trunk/debian/rules 2009-03-24 01:55:40 UTC (rev 7977)
@@ -93,7 +93,7 @@
install-indep: build-indep
dh_testdir -i
dh_testroot -i
- dh_clean -k
+ dh_prep
dh_install -p $(pdata)
rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/Vera*.ttf
rm -fr $(CURDIR)/debian/$(pdata)/usr/share/matplotlib/mpl-data/fonts/ttf/*.TXT
More information about the Python-modules-commits
mailing list