[SCM] framework for TANGO control system client applications branch, master, updated. debian/3.0.0-2-27-gf14e774

Picca Frédéric-Emmanuel picca at debian.org
Thu Jul 25 20:24:59 UTC 2013


The following commit has been merged in the master branch:
commit bd768f0109da7c73facfdd1b9b229d6d862ea279
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Thu Jul 25 21:25:21 2013 +0200

    fix debian/control with cme

diff --git a/debian/changelog b/debian/changelog
index 1f15453..3c7a2b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
 taurus (3.1.0-1) unstable; urgency=low
 
   * Imported Upstream version 3.1.0
+  * debian/control
+    - Remove python-all and python-numpy version constraints now that they
+      are fullfiled in all supported Debian versions.
+    - Switch to compat level 9
+    - Bump Standards-Version to 3.9.4 (nothing to do)
   * Remove patches applyed by the upstream
     - 0001-forwarded-add-no-doc-option.patch (deleted)
     - 0002-upstream-fix-for-the-FTBFS-due-to-image-conversion.patch (deleted)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index bdf6240..1967d42 100644
--- a/debian/control
+++ b/debian/control
@@ -3,25 +3,25 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>
 Section: science
 Priority: extra
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
                graphviz,
                imagemagick,
                inkscape,
                libqt4-dev,
                pymca,
                pyqt4-dev-tools,
-               python-all (>= 2.6.6-3~),
+               python-all,
                python-guiqwt,
                python-h5py,
                python-lxml,
-               python-numpy (>=1:1.4.1-4),
+               python-numpy,
                python-ply,
                python-pytango,
                python-qt4,
                python-qwt5-qt4,
                python-sphinx,
                python-spyderlib
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://www.tango-controls.org
 X-Python-Version: >= 2.6
 
@@ -34,7 +34,7 @@ Depends: ${misc:Depends},
          python-h5py,
          python-lxml,
          python-ply,
-         python-pytango (>= 7.2.3-1),
+         python-pytango,
          python-qt4,
          python-qwt5-qt4,
          python-spyderlib

-- 
framework for TANGO control system client applications



More information about the debian-science-commits mailing list