[bornagain] 02/04: monolithic control, dumb rules, working watch, copyright

Mika Pflüger mikapfl-guest at moszumanska.debian.org
Mon Nov 21 10:21:53 UTC 2016


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

mikapfl-guest pushed a commit to branch debian
in repository bornagain.

commit 8f353613a5b28479b0da00200cb4da9753d144ed
Author: Mika Pflüger <mika at mikapflueger.de>
Date:   Fri Nov 18 18:32:38 2016 +0100

    monolithic control, dumb rules, working watch, copyright
---
 debian/.gitignore    |   2 +
 debian/changelog     |   5 +++
 debian/compat        |   1 +
 debian/control       |  66 +++++++++++++++++++++++++++++++
 debian/copyright     | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  25 ++++++++++++
 debian/source/format |   1 +
 debian/watch         |   8 ++++
 8 files changed, 218 insertions(+)

diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..3877380
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,2 @@
+*.ex
+*.EX
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..78d6f49
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+bornagain (1.7.0-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #844618)
+
+ -- Mika Pflüger <debian at mikapflueger.de>  Thu, 17 Nov 2016 17:53:21 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..dd79805
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,66 @@
+Source: bornagain
+Priority: extra
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Mika Pflüger <debian at mikapflueger.de>
+Build-Depends: debhelper (>=9), git, cmake, libgsl0-dev, libboost-all-dev, libfftw3-dev, python-dev, python-numpy, python-matplotlib, libtiff5-dev, libeigen3-dev, libyaml-cpp-dev, python-yaml, qt5-default, libqt5designercomponents5, qttools5-dev, qtscript5-dev
+Standards-Version: 3.9.8
+Section: science
+Homepage: http://bornagainproject.org/
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/bornagain.git
+Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/bornagain.git
+
+Package: bornagain
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Simulating and fitting X-ray and neutron small-angle scattering at grazing incidence
+ BornAgain is a software package to simulate and fit small-angle scattering at
+ grazing incidence. It supports analysis of both X-ray (GISAXS) and neutron
+ (GISANS) data. Calculations are carried out in the framework of the distorted
+ wave Born approximation (DWBA). BornAgain provides a graphical user interface
+ for interactive use as well as a generic python and C++ framework for modeling
+ multilayer samples with smooth or rough interfaces and with various types of
+ embedded nanoparticles.
+ .
+ BornAgain supports:
+ .
+ Layers:
+ * Multilayers without any restrictions on the number of layers
+ * Interface roughness correlation
+ * Magnetic materials
+ .
+ Particles:
+ * Choice between different shapes of particles (form factors)
+ * Particles with inner structures
+ * Assemblies of particles
+ * Size distribution of the particles (polydispersity)
+ .
+ Positions of Particles:
+ * Decoupled implementations between vertical and planar positions
+ * Vertical distributions: particles at specific depth in layers or on top.
+ * Planar distributions:
+   - fully disordered systems
+   - short-range order distribution (paracrystals)
+   - two- and one-dimensional lattices
+ .
+ Input Beam:
+ * Polarized or unpolarized neutrons
+ * X-ray
+ * Divergence of the input beam (wavelength, incident angles) following different distributions
+ * Possible normalization of the input intensity
+ .
+ Detector:
+ * Off specular scattering
+ * Two-dimensional intensity matrix, function of the output angles
+ .
+ Use of BornAgain:
+ * Simulation of GISAXS and GISANS from the generated sample
+ * Fitting to reference data (experimental or numerical)
+ * Interactions via Python scripts or Graphical User Interface
+ .
+ If you use BornAgain in your work, please cite
+  C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke (2015), BornAgain
+  — Software for simulating and fitting X-ray and neutron small-angle
+  scattering at grazing incidence, version <version you used>,
+  http://www.bornagainproject.org
+       
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2de11ad
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,110 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: BornAgain
+Upstream-Contact: contact at bornagainproject.org
+Source: http://bornagainproject.org/
+License: GPL-3.0+
+
+Files: *
+Copyright: 2013-2016 Forschungszentrum Jülich GmbH
+License: GPL-3.0+
+
+Files: ThirdParty/common/gtest/gtest-1.7.0/*
+Copyright: 2008 Google Inc.
+License: BSD-3-clause
+
+Files: ThirdParty/Core/Faddeeva/Faddeeva.*
+Copyright: 2012 Massachusetts Institute of Technology
+License: Expat
+
+Files: ThirdParty/Fit/RootMinimizers/*
+Copyright: TODO
+License: GPL-2.0+
+
+Files: ThirdParty/GUI/qcustomplot/*
+Copyright: 2011-2015 Emanuel Eichhammer
+License: GPL-3.0+
+
+Files: ThirdParty/GUI/qt-manhattan-style/*
+Copyright: 2013 Digia Plc and/or its subsidiary(-ies)
+License: LGPL-2.1
+
+Files: ThirdParty/GUI/qtpropertybrowser/*
+Copyright: 2013-2014 Digia Plc and/or its subsidiary(-ies)
+License: LGPL-2.1 and LGPL-3.0
+
+Files: debian/*
+Copyright: 2016 Mika Pflüger <debian at mikapflueger.de>
+License: GPL-3.0+
+
+License: GPL-2.0+
+ TODO
+
+License: LGPL-2.1
+ TODO
+
+License: LGPL-3.0
+ TODO
+
+License: GPL-3.0+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+   copyright notice, this list of conditions and the following disclaimer
+   in the documentation and/or other materials provided with the
+   distribution.
+ * Neither the name of Google Inc. nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2f54c47
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+	dh $@ 
+
+
+# dh_make generated override targets
+# This is example for Cmake (See https://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#	dh_auto_configure -- #	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2344f11
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,8 @@
+# Compulsory line, this is a version 4 file
+version=4
+
+http://apps.jcns.fz-juelich.de/src/BornAgain/ BornAgain-([\d\.]+)\.tar\.gz debian uupdate
+
+# Direct Git
+# opts="mode=git" http://git.example.com/bornagain.git \
+#   refs/tags/v([\d\.]+) debian uupdate

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



More information about the debian-science-commits mailing list