debian/0000755000000000000000000000000011615103055007163 5ustar debian/changelog0000644000000000000000000000211011615076745011046 0ustar libxray-absorption-perl (3.0.1-1) unstable; urgency=low * New upstream release * Upgrade to Source-Format 3.0 (quilt) * Add build-arch and build-indep rules * Upgrade to Standards-Version 3.9.2 -- Carlo Segre Sat, 30 Jul 2011 16:54:47 -0500 libxray-absorption-perl (2.0.2-1) unstable; urgency=low * New upstream release * All tests rewritten (Closes: #546221) * Upgrade to Standards-Version: 3.8.3 (no changes) -- Carlo Segre Sun, 01 Nov 2009 16:33:33 -0600 libxray-absorption-perl (2.0.1-2) unstable; urgency=low * Add Replaces stanza to enable upgrade from old horae * Remove data/xcom which is not used and has a restrictive license -- Carlo Segre Sat, 07 Mar 2009 15:30:29 -0600 libxray-absorption-perl (2.0.1-1) unstable; urgency=low * Initial release (Closes: #517945) -- Carlo Segre Mon, 02 Mar 2009 20:56:52 -0600 libxray-absorption-perl (2.0.0-1) unstable; urgency=low * Initial unofficial release -- Carlo Segre Sat, 26 Jul 2008 21:19:13 -0500 debian/compat0000644000000000000000000000000211615076422010370 0ustar 7 debian/dirs0000644000000000000000000000001211615076422010047 0ustar usr/share debian/copyright0000644000000000000000000000107311615076422011126 0ustar This package was debianized by Carlo Segre on Sat, 26 Jul 2008 21:19:13 -0500. It was downloaded from http://cars9.uchicago.edu/svn/libperlxray Upstream Author: Bruce Ravel Copyright (c) 1999-2008 Bruce Ravel License: All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself, see `/usr/share/common-licenses/Artistic'. The Debian packaging is (C) 2008, Carlo Segre and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000222311615076640010576 0ustar Source: libxray-absorption-perl Section: perl Priority: optional Maintainer: Carlo Segre Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.8), libchemistry-elements-perl, libmath-spline-perl, libstorable-perl, libstatistics-descriptive-perl, libreadonly-perl Standards-Version: 3.9.2 Homepage: http://cars9.uchicago.edu/~ravel/software/ Package: libxray-absorption-perl Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, libchemistry-elements-perl, libmath-spline-perl, libstorable-perl, libstatistics-descriptive-perl, libreadonly-perl Replaces: horae (<< 067) Homepage: http://cars9.uchicago.edu/~ravel/software/ Description: x-ray absorption data for the elements This module supports access to X-ray absorption data. It is designed to be a transparent interface to absorption data from a variety of sources. Currently, the only sources of data are the 1969 McMaster tables, the 1999 Elam tables, the 1993 Henke tables, and the 1995 Chantler tables. The Brennan-Cowen implementation of the Cromer-Liberman tables is available as a drop-on-top addition to this package. More resources can be added easily. debian/rules0000755000000000000000000000347111615076617010265 0ustar #!/usr/bin/make -f # This debian/rules file is provided as a template for perl packages # using the Module::Build system. It was written by Carlo Segre and # may be freely used. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # If set to a true value then MakeMaker's prompt function will # always return the default without waiting for user input. export PERL_MM_USE_DEFAULT=1 PACKAGE=$(shell dh_listpackages) ifndef PERL PERL = /usr/bin/perl endif TMP = $(CURDIR)/debian/$(PACKAGE) build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir # Generate the Build script and run it $(PERL) Build.PL destdir=$(TMP) ./Build build ./Build test touch $@ # Use "clean: unpatch" if patches required clean: dh_testdir dh_testroot dh_clean build-stamp install-stamp # Clean up all directories and the Build script [ ! -f Build ] || ./Build realclean install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot dh_prep # Install package in temporary directory ./Build install --installdirs vendor # remove .packlist rm -rf $(TMP)/usr/lib/perl5/auto # remove empty dirs if they exist [ ! -d $(TMP)/usr/bin ] || rmdir --parents --ignore-fail-on-non-empty --verbose $(TMP)/usr/bin [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose $(TMP)/usr/lib/perl5 touch $@ binary-arch: # We have nothing to do here for an architecture-dependent package binary-indep: build install dh_testdir dh_testroot dh_installexamples dh_installdocs dh_installchangelogs dh_perl dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary debian/source/0000755000000000000000000000000011615076520010471 5ustar debian/source/format0000644000000000000000000000001411615076520011677 0ustar 3.0 (quilt)