diff -Nru python-ase-3.13.0/debian/changelog python-ase-3.13.0/debian/changelog --- python-ase-3.13.0/debian/changelog 2017-04-26 11:44:56.000000000 +0000 +++ python-ase-3.13.0/debian/changelog 2017-06-19 12:14:00.000000000 +0000 @@ -1,8 +1,12 @@ -python-ase (3.13.0-1ubuntu1) artful; urgency=medium +python-ase (3.13.0-2) unstable; urgency=medium - * Let autopkgtests depend on ase, needed by test/db.py + * Update debian/copyright (Closes: #860938) + * Add autopkgtest dependency on ase, needed by test/db.py + * Fix typo in ase/db/cli.py and man/ase-db.1, thanks Lintian! + * Use DEB_VERSION_UPSTREAM instead of dpkg-parsechangelog + * Bump Standards-Version to 4.0.0, no further changes - -- Graham Inggs Wed, 26 Apr 2017 13:41:20 +0200 + -- Graham Inggs Mon, 19 Jun 2017 14:14:25 +0200 python-ase (3.13.0-1) experimental; urgency=medium diff -Nru python-ase-3.13.0/debian/control python-ase-3.13.0/debian/control --- python-ase-3.13.0/debian/control 2017-04-26 11:41:48.000000000 +0000 +++ python-ase-3.13.0/debian/control 2017-06-19 11:56:00.000000000 +0000 @@ -1,6 +1,5 @@ Source: python-ase -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debichem Team +Maintainer: Debichem Team Uploaders: Ask Hjorth Larsen , Graham Inggs Section: science @@ -14,7 +13,7 @@ python3-all, python3-numpy, python3-scipy -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/debichem/packages/python-ase.git Vcs-Git: https://anonscm.debian.org/git/debichem/packages/python-ase.git Homepage: https://wiki.fysik.dtu.dk/ase/ diff -Nru python-ase-3.13.0/debian/copyright python-ase-3.13.0/debian/copyright --- python-ase-3.13.0/debian/copyright 2017-04-21 09:17:00.000000000 +0000 +++ python-ase-3.13.0/debian/copyright 2017-06-19 11:01:00.000000000 +0000 @@ -1,10 +1,30 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ASE Upstream-Contact: CAMd Source: https://wiki.fysik.dtu.dk/ase/ Files: * -Copyright: 2003-2017 Center for Atomic-scale Materials Design (CAMD), Technical University of Denmark +Copyright: 2003-2017 ASE Developers + Center for Atomic-scale Materials Design (CAMd), Technical University of Denmark (DTU) +License: LGPL-2.1+ + +Files: ase/calculators/lammpsrun.py +Copyright: 2009-2011 Joerg Meyer +License: LGPL-2.1+ + +Files: ase/calculators/jacapo/* +Copyright: 2005-2010 John Kitchin +License: LGPL-2.1+ + +Files: ase/calculators/vasp.py +Copyright: 2008 CSC - Scientific Computing Ltd. +License: LGPL-2.1+ + +Files: ase/spacegroup/* + ase/geometry/* + ase/io/eon.py + ase/io/jsv.py +Copyright: 2010-2012 Jesper Friis License: LGPL-2.1+ Files: ase/io/fortranfile.py diff -Nru python-ase-3.13.0/debian/man/ase-db.1 python-ase-3.13.0/debian/man/ase-db.1 --- python-ase-3.13.0/debian/man/ase-db.1 2017-04-17 08:16:00.000000000 +0000 +++ python-ase-3.13.0/debian/man/ase-db.1 2017-06-19 11:39:00.000000000 +0000 @@ -6,7 +6,7 @@ .B ase-db \fI\,db-name \/\fR[\fI\,selection\/\fR] [\fI\,options\/\fR] .SH DESCRIPTION -Selecton is a comma\-separated list of selections where each selection is of +Selection is a comma\-separated list of selections where each selection is of the type "ID", "key" or "key=value". Instead of "=", one can also use "<", "<=", ">=", ">" and "!=" (these must be protected from the shell by using quotes). Special keys: id, user, calculator, age, natoms, energy, magmom, and diff -Nru python-ase-3.13.0/debian/patches/fix-typo.patch python-ase-3.13.0/debian/patches/fix-typo.patch --- python-ase-3.13.0/debian/patches/fix-typo.patch 1970-01-01 00:00:00.000000000 +0000 +++ python-ase-3.13.0/debian/patches/fix-typo.patch 2017-06-19 11:28:00.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Fix typo +Forwarded: https://gitlab.com/ase/ase/merge_requests/542 +Author: Graham Inggs +Last-Update: 2017-06-19 +--- a/ase/db/cli.py ++++ b/ase/db/cli.py +@@ -17,7 +17,7 @@ + except NameError: + pass + +-description = """Selecton is a comma-separated list of ++description = """Selection is a comma-separated list of + selections where each selection is of the type "ID", "key" or + "key=value". Instead of "=", one can also use "<", "<=", ">=", ">" + and "!=" (these must be protected from the shell by using quotes). diff -Nru python-ase-3.13.0/debian/patches/series python-ase-3.13.0/debian/patches/series --- python-ase-3.13.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ python-ase-3.13.0/debian/patches/series 2017-06-19 11:26:00.000000000 +0000 @@ -0,0 +1 @@ +fix-typo.patch diff -Nru python-ase-3.13.0/debian/rules python-ase-3.13.0/debian/rules --- python-ase-3.13.0/debian/rules 2017-04-20 16:05:00.000000000 +0000 +++ python-ase-3.13.0/debian/rules 2017-06-19 11:48:00.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f -VERSION=$(shell dpkg-parsechangelog --show-field Version | sed 's/-[^-]*//') +include /usr/share/dpkg/pkg-info.mk export PYBUILD_NAME=ase @@ -27,13 +27,13 @@ rm -f $(CURDIR)/debian/python-ase/usr/bin/* generate-manpages: - help2man --version-string $(VERSION) -N -n "Build simple molecule or bulk structure" \ + help2man --version-string $(DEB_VERSION_UPSTREAM) -N -n "Build simple molecule or bulk structure" \ ase-build -o $(CURDIR)/debian/man/ase-build.1 - help2man --version-string $(VERSION) -N -n "Put stuff into or query database" \ + help2man --version-string $(DEB_VERSION_UPSTREAM) -N -n "Put stuff into or query database" \ ase-db -o $(CURDIR)/debian/man/ase-db.1 - help2man --version-string $(VERSION) -N -n "graphical user interface for ASE" \ + help2man --version-string $(DEB_VERSION_UPSTREAM) -N -n "graphical user interface for ASE" \ ase-gui -o $(CURDIR)/debian/man/ase-gui.1 - help2man --version-string $(VERSION) -N -n "Write information about files" \ + help2man --version-string $(DEB_VERSION_UPSTREAM) -N -n "Write information about files" \ ase-info -o $(CURDIR)/debian/man/ase-info.1 - help2man --version-string $(VERSION) -N -n "Run calculations with ASE's calculators" \ + help2man --version-string $(DEB_VERSION_UPSTREAM) -N -n "Run calculations with ASE's calculators" \ ase-run -o $(CURDIR)/debian/man/ase-run.1