[Python-modules-commits] r27840 - in packages/matplotlib/trunk/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri Feb 21 21:11:23 UTC 2014
Date: Friday, February 21, 2014 @ 21:11:22
Author: morph
Revision: 27840
* debian/python-matplotlib.preinst
- removed, no longer needed
Modified:
packages/matplotlib/trunk/debian/changelog
Deleted:
packages/matplotlib/trunk/debian/python-matplotlib.preinst
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2014-02-21 21:10:46 UTC (rev 27839)
+++ packages/matplotlib/trunk/debian/changelog 2014-02-21 21:11:22 UTC (rev 27840)
@@ -3,8 +3,10 @@
* debian/control
- added python3-gi-cairo to Suggest for py3k package; thanks to Arnaud
Gardelein for the report; Closes: #730728
+ * debian/python-matplotlib.preinst
+ - removed, no longer needed
- -- Sandro Tosi <morph at debian.org> Thu, 02 Jan 2014 12:32:29 +0100
+ -- Sandro Tosi <morph at debian.org> Fri, 21 Feb 2014 22:11:11 +0100
matplotlib (1.3.1-1) unstable; urgency=low
Deleted: packages/matplotlib/trunk/debian/python-matplotlib.preinst
===================================================================
--- packages/matplotlib/trunk/debian/python-matplotlib.preinst 2014-02-21 21:10:46 UTC (rev 27839)
+++ packages/matplotlib/trunk/debian/python-matplotlib.preinst 2014-02-21 21:11:22 UTC (rev 27840)
@@ -1,11 +0,0 @@
-#!/bin/sh
-# TODO: remove this file after releasing Squeeze
-set -e
-if [ "$1" = upgrade ]
-then
- if dpkg --compare-versions "$2" lt 0.98.5.3-1 ; then
- pycentral pkgremove python-matplotlib
- fi
-fi
-
-#DEBHELPER#
More information about the Python-modules-commits
mailing list