[sasview] 01/08: wrap-and-sort control files
Stuart Prescott
stuart at debian.org
Tue Oct 31 06:54:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
stuart pushed a commit to branch master
in repository sasview.
commit 5577d044b6ec9e3fe202dae876fc2dd5a5b2b708
Author: Stuart Prescott <stuart at debian.org>
Date: Tue Oct 31 16:16:00 2017 +1100
wrap-and-sort control files
drop python3-sasview out of control for the time being since the stanza
will need substantial work later anyway
---
debian/control | 61 +++++++++++++++++++++++++-------------------------------
debian/copyright | 2 +-
2 files changed, 28 insertions(+), 35 deletions(-)
diff --git a/debian/control b/debian/control
index bd27bf8..3bf34c7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,18 @@ Source: sasview
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), dh-python,
- python-all, python-setuptools, libpython-dev,
- python-sphinx,
- python-numpy,
- texinfo
+Uploaders:
+ Drew Parsons <dparsons at debian.org>,
+ Stuart Prescott <stuart at debian.org>
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ libpython-dev,
+ python-all,
+ python-numpy,
+ python-setuptools,
+ python-sphinx,
+ texinfo
Standards-Version: 4.1.1
Homepage: http://www.sasview.org/
X-Python-Version: >= 2.6
@@ -18,8 +24,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/sasview.git
Package: sasview
Architecture: all
-Depends: python-sasview, ${python:Depends}, ${misc:Depends}
-Suggests: sasview-doc
+Depends:
+ python-sasview,
+ ${misc:Depends},
+ ${python:Depends}
+Suggests:
+ sasview-doc
Description: Small Angle Scattering Analysis (Python 2)
SasView is a Small Angle Scattering Analysis Software Package,
originally developed as part of the NSF DANSE project under the name
@@ -42,8 +52,12 @@ Description: Small Angle Scattering Analysis (Python 2)
Package: python-sasview
Architecture: any
Section: python
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: python-sasview-doc
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Suggests:
+ python-sasview-doc
Description: Small Angle Scattering Analysis (Python 2)
SasView is a Small Angle Scattering Analysis Software Package,
originally developed as part of the NSF DANSE project under the name
@@ -63,33 +77,12 @@ Description: Small Angle Scattering Analysis (Python 2)
.
This package installs the library for Python 2.
-#Package: python3-sasview
-#Architecture: all
-#Depends: ${python3:Depends}, ${misc:Depends}
-#Suggests: python-sasview-doc
-#Description: Small Angle Scattering Analysis (Python 3)
-# SasView is a Small Angle Scattering Analysis Software Package,
-# originally developed as part of the NSF DANSE project under the name
-# SansView, now managed by an international collaboration of facilities.
-# .
-# SasView is software for the analysis of Small-Angle Scattering (SAS)
-# data.
-# .
-# It fits analytic functions describing different types of material
-# microstructure to experimental data in order to determine the shape,
-# size and degree of ordering.
-# .
-# SasView also includes tools for calculating scattering length
-# densities, slit sizes, resolution, fringe thicknesses/d-spacings, the
-# (Porod) invariant ('total scattering'), and distance distribution
-# functions.
-# .
-# This package installs the library for Python 3.
-
Package: sasview-doc
Architecture: all
Section: doc
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends}
Description: Small Angle Scattering Analysis (common documentation)
SasView is a Small Angle Scattering Analysis Software Package,
originally developed as part of the NSF DANSE project under the name
diff --git a/debian/copyright b/debian/copyright
index f09a282..e5c2c5d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2009-2017 M. Doucet <doucetm at ornl.gov>
License: BSD-3-clause
Copyright (c) 2009-2017, SasView Developers
All rights reserved.
- .
+ .
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sasview.git
More information about the debian-science-commits
mailing list