[Python-apps-commits] r10648 - in packages/veusz/trunk/debian (changelog control)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Sun Mar 9 08:18:09 UTC 2014


    Date: Sunday, March 9, 2014 @ 08:18:07
  Author: vcheng
Revision: 10648

Fix #714891

Modified:
  packages/veusz/trunk/debian/changelog
  packages/veusz/trunk/debian/control

Modified: packages/veusz/trunk/debian/changelog
===================================================================
--- packages/veusz/trunk/debian/changelog	2014-03-08 12:51:09 UTC (rev 10647)
+++ packages/veusz/trunk/debian/changelog	2014-03-09 08:18:07 UTC (rev 10648)
@@ -1,3 +1,11 @@
+veusz (1.20.1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Add Breaks+Replaces relationship on veusz-helpers (<< 1.20.1-3) to fix
+    wheezy->jessie upgrade path. (Closes: #714891)
+
+ -- Vincent Cheng <vcheng at debian.org>  Sat, 08 Mar 2014 23:33:45 -0800
+
 veusz (1.20.1-2) unstable; urgency=medium
 
   * Team upload.

Modified: packages/veusz/trunk/debian/control
===================================================================
--- packages/veusz/trunk/debian/control	2014-03-08 12:51:09 UTC (rev 10647)
+++ packages/veusz/trunk/debian/control	2014-03-09 08:18:07 UTC (rev 10648)
@@ -40,6 +40,8 @@
 Suggests: python-dbus,
           python-h5py,
           python-pyfits
+Breaks: veusz-helpers (<< 1.20.1-3)
+Replaces: veusz-helpers (<< 1.20.1-3)
 Description: 2D scientific plotting application with graphical interface
  Veusz is a 2D scientific plotting and graphing package, designed to
  produce publication-ready Postscript or PDF output. Veusz provides a GUI,




More information about the Python-apps-commits mailing list