[Python-modules-commits] [python-fisx] 06/07: wrap-and-sort
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sat Nov 25 17:05:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository python-fisx.
commit 3367ca7517041a6ddceb25f1616f346c4c955c7d
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Nov 25 13:51:39 2017 +0100
wrap-and-sort
---
debian/control | 28 ++++++++++++++--------------
debian/copyright | 1 -
2 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index 55d3859..ce934ec 100644
--- a/debian/control
+++ b/debian/control
@@ -26,10 +26,10 @@ Homepage: https://github.com/vasole/fisx
Package: python-fisx
Architecture: any
-Depends: ${shlibs:Depends},
+Depends: python-fisx-common,
${misc:Depends},
${python:Depends},
- python-fisx-common
+ ${shlibs:Depends}
Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Python 2)
This software library implements formulas to calculate, given an
experimental setup, the expected x-ray fluorescence intensities. The
@@ -43,13 +43,13 @@ Package: python-fisx-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
- python-dbg,
+Depends: python-dbg,
python-fisx (= ${binary:Version}),
python-fisx-common,
- python-numpy-dbg
+ python-numpy-dbg,
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Python 2 Debug)
This software library implements formulas to calculate, given an
experimental setup, the expected x-ray fluorescence intensities. The
@@ -61,10 +61,10 @@ Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Python
Package: python3-fisx
Architecture: any
-Depends: ${shlibs:Depends},
+Depends: python-fisx-common,
${misc:Depends},
${python3:Depends},
- python-fisx-common
+ ${shlibs:Depends}
Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Python 3)
This software library implements formulas to calculate, given an
experimental setup, the expected x-ray fluorescence intensities. The
@@ -78,13 +78,13 @@ Package: python3-fisx-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python3:Depends},
- python-fisx-common,
+Depends: python-fisx-common,
python3-dbg,
python3-fisx (= ${binary:Version}),
- python3-numpy-dbg
+ python3-numpy-dbg,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
Description: Quantitative X-Ray Fluorescence Analysis Support Library - (Python 3 Debug)
This software library implements formulas to calculate, given an
experimental setup, the expected x-ray fluorescence intensities. The
diff --git a/debian/copyright b/debian/copyright
index 8c05db6..730b019 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -93,4 +93,3 @@ License: NIST
Permission to use this data is contingent upon your acceptance of the
terms of this agreement and upon your providing appropriate
acknowledgments of NIST’s creation of the data.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fisx.git
More information about the Python-modules-commits
mailing list