[python-periodictable] 01/09: wrap-and-sort control files

Stuart Prescott stuart at debian.org
Sun Nov 5 04:19:21 UTC 2017


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

stuart pushed a commit to branch master
in repository python-periodictable.

commit 0e3d1b8aa32a22a11850e03b878c2daad1fb2395
Author: Stuart Prescott <stuart at debian.org>
Date:   Sun Nov 5 12:53:26 2017 +1100

    wrap-and-sort control files
---
 debian/control                       | 42 ++++++++++++++++++++++++------------
 debian/python-periodictable-doc.info |  2 +-
 2 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 6e79382..eeee7c2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,26 +2,35 @@ Source: python-periodictable
 Section: science
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Drew Parsons <dparsons at debian.org>, Stuart Prescott <stuart at debian.org>
-Build-Depends: debhelper (>= 10),
-    texinfo,
-    dh-python,
-    python-all, python-setuptools,
-    python3-all, python3-setuptools,
-    python-sphinx, python3-sphinx,
-    python-matplotlib, python3-matplotlib
+Uploaders:
+ Drew Parsons <dparsons at debian.org>,
+ Stuart Prescott <stuart at debian.org>
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python-all,
+ python-matplotlib,
+ python-setuptools,
+ python-sphinx,
+ python3-all,
+ python3-matplotlib,
+ python3-setuptools,
+ python3-sphinx,
+ texinfo
 Standards-Version: 4.1.1
 Homepage: http://www.reflectometry.org/danse/elements.html
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-periodictable.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-periodictable.git/
-#Testsuite: autopkgtest-pkg-python
 
 Package: python-periodictable
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-python-periodictable-doc
+Depends:
+ ${misc:Depends},
+ ${python:Depends}
+Suggests:
+ python-python-periodictable-doc
 Description: Extensible periodic table of the elements (Python 2)
  This package provides a periodic table of the elements with support
  for mass, density and xray/neutron scattering information.
@@ -47,8 +56,11 @@ Description: Extensible periodic table of the elements (Python 2)
 
 Package: python3-periodictable
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Suggests: python-python-periodictable-doc
+Depends:
+ ${misc:Depends},
+ ${python3:Depends}
+Suggests:
+ python-python-periodictable-doc
 Description: Extensible periodic table of the elements (Python 3)
  This package provides a periodic table of the elements with support
  for mass, density and xray/neutron scattering information.
@@ -75,7 +87,9 @@ Description: Extensible periodic table of the elements (Python 3)
 Package: python-periodictable-doc
 Architecture: all
 Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends}
 Description: Extensible periodic table of the elements (common documentation)
  This package provides a periodic table of the elements with support
  for mass, density and xray/neutron scattering information.
diff --git a/debian/python-periodictable-doc.info b/debian/python-periodictable-doc.info
index 41c1365..472bf4b 100644
--- a/debian/python-periodictable-doc.info
+++ b/debian/python-periodictable-doc.info
@@ -1,2 +1,2 @@
-build/texinfo/periodictable.info*
 build/texinfo/periodictable-*.png
+build/texinfo/periodictable.info*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-periodictable.git



More information about the debian-science-commits mailing list