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

Changelog

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

  [ gregor herrmann ]
  * d/rules: make png file writable before calling
    dh_strip_nondeterminism.
  * Update debian/libdemeter-perl.docs and debian/libdemeter-
    perl.examples.
  * Declare compliance with Debian Policy 4.6.2.
  * Annotate test-only build dependencies with <!nocheck>.
  * Add debian/upstream/metadata.
  * Remove <!nocheck> from packages which are needed to build.
  * Add some runtime dependencies.
  * Set HOME in debian/tests/pkg-perl/smoke-env.
  * Switch from arch:any to arch:all.
  * Update years of packaging copyright.

  [ Roland Mas ]
  * Remove more files that are already packaged separately, thanks to
    Andreas Beckmann (Closes: #1064067) (again).

 -- Roland Mas <email address hidden>  Wed, 21 Feb 2024 17:36:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdemeter-perl_0.9.27+ds6-3.dsc 3.5 KiB 7473e002990c0650e2408d6d10c7c42160551bb24782e276a96d466101e4532e
libdemeter-perl_0.9.27+ds6.orig.tar.xz 41.0 MiB e7503e1578b913c1554a946714e9aa2c3cf796850f35824975c5f6b59edeafe1
libdemeter-perl_0.9.27+ds6-3.debian.tar.xz 15.2 KiB 55ba6b1d092569bc1240e92039e1e5e82cdebd2e87d3266b1882e0efbe813d4c

Available diffs

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.