[libxray-scattering-perl] 03/15: Imported Debian patch 3.0.1-1

gregor herrmann gregoa at debian.org
Tue Jul 28 16:45:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libxray-scattering-perl.

commit 9e0ae1899a5b7d6aa4165571f5d7d5ec6b4ad0b3
Merge: 87a2c25 e4d129e
Author: Carlo Segre <segre at debian.org>
Date:   Sat Jul 30 17:56:33 2011 -0500

    Imported Debian patch 3.0.1-1

 Build.PL                          |  3 ++-
 MANIFEST.SKIP                     |  1 +
 debian/changelog                  |  9 +++++++++
 debian/control                    |  2 +-
 debian/rules                      |  8 +++-----
 debian/source/format              |  1 +
 lib/Xray/Scattering.pm            |  6 +++---
 lib/Xray/Scattering/CromerMann.pm |  9 +++++----
 lib/Xray/Scattering/None.pm       | 12 ++++++------
 lib/Xray/Scattering/WaasKirf.pm   | 10 +++++-----
 private-install                   |  6 +++---
 11 files changed, 39 insertions(+), 28 deletions(-)

diff --cc debian/changelog
index f09e908,0000000..7582580
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,18 -1,0 +1,27 @@@
++libxray-scattering-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 <segre at debian.org>  Sat, 30 Jul 2011 17:56:33 -0500
++
 +libxray-scattering-perl (0.2.2-2) unstable; urgency=low
 +
 +  * Add Replaces stanza to ease upgrade from old horae
 +
 + -- Carlo Segre <segre at debian.org>  Tue, 03 Mar 2009 09:04:55 -0600
 +
 +libxray-scattering-perl (0.2.2-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #517946)
 +
 + -- Carlo Segre <segre at debian.org>  Mon, 02 Mar 2009 21:03:12 -0600
 +
 +libxray-scattering-perl (0.2.1-1) unstable; urgency=low
 +
 +  * Initial unofficial release
 +
 + -- Carlo Segre <segre at debian.org>  Sun, 27 Jul 2008 00:19:13 -0500
 +
diff --cc debian/control
index 2aa91ea,0000000..869fe78
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,22 -1,0 +1,22 @@@
 +Source: libxray-scattering-perl
 +Section: perl
 +Priority: optional
 +Maintainer: Carlo Segre <segre at debian.org>
 +Build-Depends: debhelper (>= 7)
 +Build-Depends-Indep: perl (>= 5.8.8), libchemistry-elements-perl,
 +	libmath-spline-perl, libxray-absorption-perl
- Standards-Version: 3.8.0
++Standards-Version: 3.9.2
 +Homepage: http://cars9.uchicago.edu/~ravel/software/
 +
 +Package: libxray-scattering-perl
 +Architecture: all
 +Depends: ${shlibs:Depends}, ${misc:Depends}, libchemistry-elements-perl,
 +	libmath-spline-perl, libxray-absorption-perl
 +Replaces: horae (<< 067)
 +Homepage: http://cars9.uchicago.edu/~ravel/software/
 +Description: x-ray scattering data for the elements
 + This module supports access to X-ray scattering data for atoms and ions. 
 + It is designed to be a transparent interface to scattering data from a
 + variety of sources.  Currently, the only sources of data are the Cromer-Mann
 + tables from the International Tables of Crystallography and the 1995
 + Waasmaier-Kirfel tables.  More resources can be added easily.
diff --cc debian/rules
index 0cddc83,0000000..4a6ed59
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,83 -1,0 +1,81 @@@
 +#!/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
 +
- # Uncomment if patches required
- #include /usr/share/quilt/quilt.make
- 
 +# 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-stamp
++build: build-arch build-indep
++build-arch: build-stamp
++build-indep: build-stamp
 +
- # Use "build-stamp: $(QUILT_STAMPFN)" if patches required
 +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
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxray-scattering-perl.git



More information about the Pkg-perl-cvs-commits mailing list