[python-bumps] 01/05: wrap-and-sort debian packaging

Stuart Prescott stuart at debian.org
Fri Nov 3 13:15:35 UTC 2017


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

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

commit 43228d84a7ce1a0a434f769bc453bd1aa4f5e986
Author: Stuart Prescott <stuart at debian.org>
Date:   Fri Nov 3 23:19:38 2017 +1100

    wrap-and-sort debian packaging
---
 debian/control               | 72 +++++++++++++++++---------------------------
 debian/python-bumps-doc.info |  2 +-
 2 files changed, 29 insertions(+), 45 deletions(-)

diff --git a/debian/control b/debian/control
index 7fe3b58..df86336 100644
--- a/debian/control
+++ b/debian/control
@@ -2,28 +2,40 @@ Source: python-bumps
 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-numpy, python-scipy,
-    python3-numpy, python3-scipy,
-    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-numpy,
+ python-scipy,
+ python-setuptools,
+ python-sphinx,
+ python3-all,
+ python3-matplotlib,
+ python3-numpy,
+ python3-scipy,
+ python3-setuptools,
+ python3-sphinx,
+ texinfo
 Standards-Version: 4.1.1
 Homepage: https://github.com/bumps/bumps
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-bumps.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-bumps.git/
-#Testsuite: autopkgtest-pkg-python
 
 Package: python-bumps
 Architecture: all
-Depends: python-matplotlib, ${python:Depends}, ${misc:Depends}
-Suggests: python-bumps-doc
+Depends:
+ python-matplotlib,
+ ${misc:Depends},
+ ${python:Depends}
+Suggests:
+ python-bumps-doc
 Description: data fitting and Bayesian uncertainty modeling for inverse problems (Python 2)
  Bumps is a set of routines for curve fitting and uncertainty analysis
  from a Bayesian perspective. In addition to traditional optimizers
@@ -50,40 +62,12 @@ Description: data fitting and Bayesian uncertainty modeling for inverse problems
  .
  This package installs the library for Python 2.
 
-#Package: python3-bumps
-#Architecture: all
-#Depends: python3-matplotlib, ${python3:Depends}, ${misc:Depends}
-#Suggests: python-bumps-doc
-#Description: data fitting and Bayesian uncertainty modeling for inverse problems (Python 3)
-# Bumps is a set of routines for curve fitting and uncertainty analysis
-# from a Bayesian perspective. In addition to traditional optimizers
-# which search for the best minimum they can find in the search space,
-# bumps provides uncertainty analysis which explores all viable minima
-# and finds confidence intervals on the parameters based on uncertainty
-# in the measured values. Bumps has been used for systems of up to 100
-# parameters with tight constraints on the parameters. Full uncertainty
-# analysis requires hundreds of thousands of function evaluations,
-# which is only feasible for cheap functions, systems with many
-# processors, or lots of patience.
-# .
-# Bumps includes several traditional local optimizers such as
-# Nelder-Mead simplex, BFGS and differential evolution. Bumps
-# uncertainty analysis uses Markov chain Monte Carlo to explore the
-# parameter space. Although it was created for curve fitting problems,
-# Bumps can explore any probability density function, such as those
-# defined by PyMC. In particular, the bumps uncertainty analysis works
-# well with correlated parameters.
-# .
-# Bumps can be used as a library within your own applications, or as a
-# framework for fitting, complete with a graphical user interface to
-# manage your models.
-# .
-# This package installs the library for Python 3.
-
 Package: python-bumps-doc
 Architecture: all
 Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends}
 Description: data fitting and Bayesian uncertainty modeling for inverse problems (docs)
  Bumps is a set of routines for curve fitting and uncertainty analysis
  from a Bayesian perspective. In addition to traditional optimizers
diff --git a/debian/python-bumps-doc.info b/debian/python-bumps-doc.info
index 7a4dfd6..9f5bb26 100644
--- a/debian/python-bumps-doc.info
+++ b/debian/python-bumps-doc.info
@@ -1,2 +1,2 @@
-build/texinfo/bumps.info*
 build/texinfo/bumps-*.png
+build/texinfo/bumps.info*

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



More information about the debian-science-commits mailing list