libdemeter-perl 0.9.27+ds6-1 source package in Ubuntu

Changelog

libdemeter-perl (0.9.27+ds6-1) unstable; urgency=medium

  * debian/copyright: exclude XCOM from upstream source, as it's non-free.
  * debian/copyright: exclude h12213.cif from upstream source, as it's not
    redistributable.
  * debian/copyright: exclude AuCl.cif from upstream source, as it's not
    non-free.
  * debian/copyright: exclude inc/Module-Build, as it's useless and would
    introduce extra copyright holders.
  * debian/copyright: exclude attic, as it's useless and would
    introduce extra copyright holders.
  * debian/copyright: exclude swig-generated files.
  * debian/copyright: exclude inc/Module-Build, as it's useless.
  * debian/copyright: exclude lib/STAR from upstream source, as it's non-free.
  * debian/copyright: exclude lib/pod.css, as CC-2.5 is not DFSG-free.
  * debian/copyright: include missing copyright holders.
  * debian/watch: point at Github.
  * Use xvfb-run for testsuite.
  * Replaces: libifeffit-perl.

 -- Roland Mas <email address hidden>  Tue, 13 Feb 2024 15:44:08 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdemeter-perl_0.9.27+ds6-1.dsc 3.6 KiB 2de60f3b26f1aa91f019aef8c418f7afe1a9341ece2029cef7c61bd2a68597bb
libdemeter-perl_0.9.27+ds6.orig.tar.xz 41.0 MiB e7503e1578b913c1554a946714e9aa2c3cf796850f35824975c5f6b59edeafe1
libdemeter-perl_0.9.27+ds6-1.debian.tar.xz 14.6 KiB 0548eb2d2b90fa7945de8005244639b3d4eac19b7e8d7038097b3db0d582fbe1

No changes file available.

Binary packages built by this source

libdemeter-perl: comprehensive XAS data analysis system using Feff and Ifeffit or Larch

 Demeter provides an object oriented interface to the EXAFS data analysis
 capabilities of the popular and powerful Ifeffit package and its successor
 Larch. Given that the Ifeffit and Larch APIs involve streams of text
 commands, this package is, at heart, a code generator. Many methods of this
 package return text. All actual interaction with Ifeffit or Larch is handled
 through a single method, dispose, which is described below. The internal
 structure of this package involves accumulating text in a scalar variable
 through successive calls to the various code generating methods. This text is
 then disposed to Ifeffit, to Larch, to a file, or elsewhere. The outward
 looking methods organize all of the complicated interactions of your data
 with Ifeffit or Larch.
 .
 This package is aimed at many targets. It can be the back-end of a graphical
 data analysis program, providing the glue between the on-screen
 representation of the fit and the actual command executed by Ifeffit or
 Larch. It can be used for one-off data analysis chores -- indeed most of the
 examples that come with the package can be reworked into useful one-off
 scripts. It can also be the back-end to sophisticated data analysis chores
 such as high-throughout data processing and analysis or complex physical
 modeling.