[Blends-commit] [Git][blends-team/pan][master] 5 commits: Bump debhelper dependency to >= 9, since that's what is used in debian/compat.

Frédéric-Emmanuel Picca gitlab at salsa.debian.org
Sat Feb 13 09:24:06 GMT 2021



Frédéric-Emmanuel Picca pushed to branch master at Debian Blends Team / pan


Commits:
caf54f21 by Picca Frédéric-Emmanuel at 2020-12-19T10:11:38+01:00
Bump debhelper dependency to >= 9, since that's what is used in debian/compat.

Changes-By: lintian-brush
Fixes: lintian: package-lacks-versioned-build-depends-on-debhelper
See-also: https://lintian.debian.org/tags/package-lacks-versioned-build-depends-on-debhelper.html

- - - - -
ae74baaa by Picca Frédéric-Emmanuel at 2020-12-19T10:11:38+01:00
Bump debhelper from deprecated 9 to 12.

Changes-By: lintian-brush
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html

- - - - -
6c8c70c4 by Picca Frédéric-Emmanuel at 2020-12-19T10:11:38+01:00
Set debhelper-compat version in Build-Depends.

Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

- - - - -
19385bac by Picca Frédéric-Emmanuel at 2021-02-13T09:33:08+01:00
updated with latest packages availables.

- - - - -
f65affdb by Picca Frédéric-Emmanuel at 2021-02-13T10:23:50+01:00
make dist

- - - - -


10 changed files:

- debian-pan-tasks.desc
- debian/changelog
- − debian/compat
- debian/control
- tasks/data-reduction-frameworks
- tasks/diffraction
- tasks/gid
- tasks/small-angle-scattering
- tasks/spectroscopy
- tasks/tomography


Changes:

=====================================
debian-pan-tasks.desc
=====================================
@@ -92,6 +92,14 @@ Description: small angle scattering
 Key:
  pan-small-angle-scattering
 
+Task: pan-spectroscopy
+Parent: debian-pan
+Section: debian-pan
+Description: X-Rays and Neutron spectroscopy
+ This metapackage will install all spectroscopy packages.
+Key:
+ pan-spectroscopy
+
 Task: pan-tomography
 Parent: debian-pan
 Section: debian-pan


=====================================
debian/changelog
=====================================
@@ -23,6 +23,10 @@ debian-pan (0.2) UNRELEASED; urgency=medium
       Suggests:  pyGSAS, pyXRD
   * Trim trailing whitespace.
   * Fix field name typo in debian/copyright (X-Comment => Comment).
+  * Bump debhelper dependency to >= 9, since that's what is used in
+    debian/compat.
+  * Bump debhelper from deprecated 9 to 12.
+  * Set debhelper-compat version in Build-Depends.
 
  -- Picca Frédéric-Emmanuel <picca at debian.org>  Tue, 04 Aug 2020 16:03:26 +0200
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -84,6 +84,7 @@ Recommends: fityk,
             ngraph-gtk,
             octave,
             pymca,
+            python3-hyperspy,
             scilab,
             silx,
             spyder3,
@@ -123,7 +124,9 @@ Depends: ${misc:Depends},
          pan-config (= ${source:Version}),
          pan-tasks (= ${source:Version})
 Recommends: binoculars,
-            xrayutilities
+            python-xrayutilities-doc,
+            python3-denss,
+            python3-xrayutilities
 Suggests: nebula
 Description: diffraction softwares suit
  This metapackage will install all diffraction softwares
@@ -134,7 +137,10 @@ Architecture: all
 Depends: ${misc:Depends},
          pan-config (= ${source:Version}),
          pan-tasks (= ${source:Version})
-Recommends: xrayutilities
+Recommends: binoculars,
+            python-xrayutilities-doc,
+            python3-denss,
+            python3-xrayutilities
 Suggests: fitgisaxs,
           gsas,
           isgisaxs
@@ -318,6 +324,7 @@ Depends: ${misc:Depends},
          pan-tasks (= ${source:Version})
 Recommends: fityk,
             pyfai,
+            python3-denss,
             sasview,
             spd
 Suggests: bsl,
@@ -328,6 +335,18 @@ Description: small angle scattering
  This metapackage will install all PAN Blend small angle scattering
  packages.
 
+Package: pan-spectroscopy
+Section: metapackages
+Architecture: all
+Depends: ${misc:Depends},
+         pan-config (= ${source:Version}),
+         pan-tasks (= ${source:Version})
+Recommends: python3-arpys,
+            python3-igor
+Suggests: arpys
+Description: X-Rays and Neutron spectroscopy
+ This metapackage will install all spectroscopy packages.
+
 Package: pan-tomography
 Section: metapackages
 Architecture: all
@@ -339,10 +358,10 @@ Recommends: libufo-bin,
             paraview,
             python3-skimage,
             ufo-filters
-Suggests: astra-toolbox,
-          freeart,
+Suggests: freeart,
           imagej-pluggins-tomo,
-          pyastra-toolbox,
+          octave-astra-toolbox,
+          python3-astra-toolbox,
           python3-pyhst2-cuda,
           rabbitct,
           tomographie-preexperiment-data-collector,
@@ -362,3 +381,4 @@ Suggests: prestopronto,
           xraylarch
 Description: EXAFS and XANES
  This metapackage will install all EXAFS and XANES packages.
+


=====================================
tasks/data-reduction-frameworks
=====================================
@@ -18,6 +18,8 @@ Recommends: octave
 
 Recommends: pymca
 
+Recommends: python3-hyperspy
+
 Recommends: scilab
 
 Recommends: silx


=====================================
tasks/diffraction
=====================================
@@ -6,7 +6,9 @@ Comment: Improve the description
 
 Recommends: binoculars
 
-Recommends: xrayutilities
+Recommends: python3-denss
+
+Recommends: python3-xrayutilities, python-xrayutilities-doc
 
 Suggests: nebula
 Homepage: https://github.com/Natnux/nebula


=====================================
tasks/gid
=====================================
@@ -4,7 +4,11 @@ Description: Grazing incidence X-ray and neutron diffraction
  This metapackage will install all GID, GIXD, GIND, GISAS, GISAXS, GISANS software
 Comment: Improve the description
 
-Recommends: xrayutilities
+Recommends: binoculars
+
+Recommends: python3-denss
+
+Recommends: python3-xrayutilities, python-xrayutilities-doc
 
 Suggest: x-socs
 Homepage: http://sourceforge.net/projects/xsocs/?source=directory
@@ -37,4 +41,3 @@ Homepage: http://lmp.sp2mi.univ-poitiers.fr/en/index.php?option=com_content&task
 License: ?
 Comment: IgorPro software
 Pkg-Description: ?
-


=====================================
tasks/small-angle-scattering
=====================================
@@ -5,6 +5,8 @@ Description: small angle scattering
  packages.
 Comment: improve the description
 
+Recommends: python3-denss
+
 Recommends: fityk
 
 Recommends: pyfai


=====================================
tasks/spectroscopy
=====================================
@@ -3,6 +3,10 @@ Task: spectroscopy
 Description: X-Rays and Neutron spectroscopy
  This metapackage will install all spectroscopy packages.
 
+Recommends: python3-arpys
+
+Recommends: python3-igor
+
 Suggests: arpys
 Homepage: https://github.com/kuadrat/arpys
 License: GPL3v+
@@ -17,7 +21,7 @@ Suggest: drmgpp
 Homepage: https://github.com/g1257/dmrgpp
 Pkg-Description: drmgpp software suite
 License: drmgpp
- Copyright (c) 2009-2014, 2020, UT-Battelle, LLC
+ Copyright (c) 2009-2014, 2020, 2021, UT-Battelle, LLC
  All rights reserved
  .
  [DMRG++, Version 3]


=====================================
tasks/tomography
=====================================
@@ -10,29 +10,13 @@ Recommends: mayavi2
 
 Recommends: paraview
 
-Suggests: python3-pyhst2-cuda
-
 Recommends: python3-skimage
 
 Recommends: ufo-filters
 
-Suggests: astra-toolbox
-Homepage: http://sourceforge.net/p/astra-toolbox/wiki/Home/
-License: GPL-3
-Pkg-Description: A high-performance GPU MATLAB toolbox for 2D and 3D tomography
-Comment: Check if it works with octave
+Suggests: octave-astra-toolbox, python3-astra-toolbox
 
-Suggests: pyastra-toolbox
-Homepage: https://github.com/dmpelt/pyastratoolbox
-License: GPL-3
-Pkg-Description: python binding for the astra-toolbox
- The PyASTRAToolbox is a Python interface to the ASTRA Toolbox, a
- tomography toolbox based on high-performance GPU primitives for 2D
- and 3D tomography.
- .
- The Python interface aims to expose all features of the ASTRA toolbox
- to Python, providing a high-performance tomography toolbox for Python
- users.
+Suggests: python3-pyhst2-cuda
 
 Suggests: freeart
 Homepage: https://forge.epn-campus.eu/projects/freeart
@@ -67,4 +51,3 @@ License: BSD-3
 Pkg-Description: tomographic data processing and image reconstruction toolbox
  TomoPy is a Python toolbox to perform tomographic data processing and
  image reconstruction tasks at the Advanced Photon Sourc
-



View it on GitLab: https://salsa.debian.org/blends-team/pan/-/compare/2b273c647a06f4d4d0620fd20d985ac4acfbe0a9...f65affdb4adcc788110ed0dddeeb9cf582f73df8

-- 
View it on GitLab: https://salsa.debian.org/blends-team/pan/-/compare/2b273c647a06f4d4d0620fd20d985ac4acfbe0a9...f65affdb4adcc788110ed0dddeeb9cf582f73df8
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/blends-commit/attachments/20210213/574d5b7d/attachment-0001.html>


More information about the Blends-commit mailing list