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

jeremysanders-guest at users.alioth.debian.org jeremysanders-guest at users.alioth.debian.org
Sat Sep 30 09:54:34 UTC 2017


    Date: Saturday, September 30, 2017 @ 09:54:33
  Author: jeremysanders-guest
Revision: 14406

Fix missing builddep, add closed bugs and improve subpackage descriptions

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

Modified: packages/veusz/trunk/debian/changelog
===================================================================
--- packages/veusz/trunk/debian/changelog	2017-09-28 20:27:14 UTC (rev 14405)
+++ packages/veusz/trunk/debian/changelog	2017-09-30 09:54:33 UTC (rev 14406)
@@ -1,11 +1,11 @@
 veusz (2.0.1-1) unstable; urgency=low
 
-  * Update to Veusz 2.0.1
+  * Update to Veusz 2.0.1 which uses Qt5 (closes: #875232)
   * Split out module into python3-veusz and python-veusz packages
   * Rename veusz-helpers to python*-veusz.helpers
-  * Split out data into veusz-data
+  * Split out common data into veusz-data
 
- -- Jeremy Sanders <jeremy at jeremysanders.net>  Thu, 28 Sep 2017 21:24:00 +0200
+ -- Jeremy Sanders <jeremy at jeremysanders.net>  Sat, 30 Sep 2017 11:45:00 +0200
 
 veusz (1.21.1-1) unstable; urgency=low
 

Modified: packages/veusz/trunk/debian/control
===================================================================
--- packages/veusz/trunk/debian/control	2017-09-28 20:27:14 UTC (rev 14405)
+++ packages/veusz/trunk/debian/control	2017-09-30 09:54:33 UTC (rev 14406)
@@ -34,10 +34,11 @@
                python3-numpy-dbg,
                python3-pyqt5-dbg,
                python3-sip-dbg,
-               python3-sip-dev,        
+               python3-sip-dev,
                python3-sphinx,
                pyqt5-dev,
                pyqt5-dev-tools,
+               qtbase5-dev,
                xauth,
                xfonts-base,
                xvfb
@@ -51,6 +52,7 @@
 Package: veusz
 Architecture: all
 Depends: python3-veusz (>= ${source:Version}),
+         veusz-data (>= ${source:Version}),
          ${misc:Depends},
          ${python3:Depends}
 Description: 2D scientific plotting application with graphical interface
@@ -60,13 +62,14 @@
  facilities. The plots are built using an object-based system to
  provide a consistent interface.
  .
- This package installs the main executable.
+ This package includes the main executable, documentation and examples.
 
 Package: veusz-data
 Depends: ${misc:Depends}
 Architecture: all
-Description: Data files used by the Veusz scientific plotting package
- The data files shared by the python2 and python3 Veusz versions.
+Description: Data files used by Veusz
+ The common data files shared by the python2 and python3 versions of the
+ Veusz scientific plotting package.
 
 Package: python-veusz
 Section: python
@@ -89,7 +92,7 @@
  facilities. The plots are built using an object-based system to
  provide a consistent interface.
  .
- This package installs the library for Python 2.
+ This package includes the python module for Python 2.
 
 Package: python3-veusz
 Section: python
@@ -112,7 +115,7 @@
  facilities. The plots are built using an object-based system to
  provide a consistent interface.
  .
- This package installs the library for Python 3.
+ This package includes the python module for Python 3.
 
 Package: python-veusz.helpers
 Section: python
@@ -125,12 +128,9 @@
          ${sip:Depends}
 Breaks: python-veusz (<< ${source:Version})
 Suggests: python-veusz (= ${source:Version})
-Description: Architecture-specific helper module for Veusz
- This package contains the architecture specific files for Veusz, a scientific
- plotting package. This package contains the Python extension modules used
- internally by Veusz.
- .
- This package installs the library for Python 2.
+Description: Architecture-specific extension for Veusz (python2)
+ This package contains the python2 architecture specific extension for Veusz,
+ a scientific plotting package.
 
 Package: python3-veusz.helpers
 Section: python
@@ -143,12 +143,9 @@
          ${sip3:Depends}
 Breaks: python3-veusz (<< ${source:Version})
 Suggests: python3-veusz (= ${source:Version})
-Description: Architecture-specific helper module for Veusz
- This package contains the architecture specific files for Veusz, a scientific
- plotting package. This package contains the Python extension modules used
- internally by Veusz.
- .
- This package installs the library for Python 3.
+Description: Architecture-specific extension for Veusz (python3)
+ This package contains the python3 architecture specific extension for Veusz,
+ a scientific plotting package.
 
 Package: python-veusz.helpers-dbg
 Section: debug
@@ -160,12 +157,9 @@
          ${shlibs:Depends},
          ${sip:Depends}
 Recommends: python-dbg, python-numpy-dbg, python-pyqt5-dbg
-Description: Architecture-specific helper module for Veusz (debug extension)
- This package contains the architecture specific files for Veusz compiled to
- be able to use the Python debugging package or using standard Python with
- debugging symbols.
- .
- This package installs the library for Python 2.
+Description: Architecture-specific extension for Veusz (python2 debug)
+ This package contains the python2 architecture-specific debug information
+ for Veusz, a scientific plotting package.
 
 Package: python3-veusz.helpers-dbg
 Section: debug
@@ -177,9 +171,6 @@
          ${shlibs:Depends},
          ${sip3:Depends}
 Recommends: python3-dbg, python3-numpy-dbg, python3-pyqt5-dbg
-Description: Architecture-specific helper module for Veusz (debug extension)
- This package contains the architecture specific files for Veusz compiled to
- be able to use the Python debugging package or using standard Python with
- debugging symbols.
- .
- This package installs the library for Python 3.
+Description: Architecture-specific extension for Veusz (python3 debug)
+ This package contains the python3 architecture-specific debug information
+ for Veusz, a scientific plotting package.




More information about the Python-apps-commits mailing list