[python-fabio] 62/73: prepare for backport and remove the circular dependency.

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Jan 5 11:34:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository python-fabio.

commit ea516ddaefd7c9711b9704d67d5cd739a3c54be0
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Tue Sep 29 13:46:33 2015 +0200

    prepare for backport and remove the circular dependency.
---
 debian/changelog | 10 ++++++++++
 debian/control   |  8 ++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d3d0833..7f894d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-fabio (0.2.2+dfsg-3) unstable; urgency=medium
+
+  * debian/control
+     - fix Dependency to deal with backports
+         (0.2.2+dfsg-2 -> 0.2.2+dfsg-2~)
+     - remove the circular dependency (Closes: #794153)
+         (python-fabio only Recommends fabio-viewer)
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Tue, 29 Sep 2015 10:20:19 +0200
+
 python-fabio (0.2.2+dfsg-2) unstable; urgency=medium
 
   * Add python3 modules and put the scripts into fabio-viewer
diff --git a/debian/control b/debian/control
index 865dc7e..d499b70 100644
--- a/debian/control
+++ b/debian/control
@@ -48,8 +48,8 @@ Section: python
 Depends: ${misc:Depends},
          ${python:Depends},
          python-fabio (>= ${source:Version})
-Breaks: python-fabio (<< 0.2.2+dfsg-2)
-Replaces: python-fabio (<< 0.2.2+dfsg-2)
+Breaks: python-fabio (<< 0.2.2+dfsg-2~)
+Replaces: python-fabio (<< 0.2.2+dfsg-2~)
 Description: Viewer for images produced by 2D X-ray detector
  FabIO is an I/O library for images produced by 2D X-ray detectors and
  written in Python. FabIO support images detectors from a dozen of
@@ -66,10 +66,10 @@ Section: python
 Depends: ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},
-         fabio-viewer,
          pymca,
          python-six
-Recommends: python-imaging,
+Recommends: fabio-viewer,
+            python-imaging,
             python-lxml,
             python-matplotlib
 Suggests: pyfai,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-fabio.git



More information about the debian-science-commits mailing list