summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorOnderwaater <onderwaa@esrf.fr>2015-11-25 14:58:45 +0100
committerOnderwaater <onderwaa@esrf.fr>2015-11-25 14:58:45 +0100
commit368a4755c34bdbf1d501b27d41b40b86d737530d (patch)
treee20e8e3fa06147edaf3e518655312e10661041d4 /debian
parent601b53756e30c5fa3b5b3c26d09b5e70a3fa43a6 (diff)
debian package commit
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control62
-rw-r--r--debian/copyright34
-rw-r--r--debian/gbp.conf2
-rwxr-xr-xdebian/rules15
-rw-r--r--debian/watch5
7 files changed, 124 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..261f20c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+binoculars (0.0.1) unstable; urgency=medium
+
+ * Initial release (Closes: #656633)
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Wed, 25 Nov 2015 14:25:10 +0200 \ No newline at end of file
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..27026dc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,62 @@
+Source: binoculars
+Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
+Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>
+Section: science
+Priority: extra
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-numpy,
+ python-all-dev,
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/binoculars.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/binoculars.git
+Homepage: https://github.com/id03/binoculars
+
+Package: binoculars
+Architecture: all
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+ python-binoculars (>= ${source:Version})
+Description: Data reduction and analysis software for two-dimensional detectors in surface X-ray diffraction
+ BINoculars is a tool for data reduction and analysis of large sets of
+ surface diffraction data that have been acquired with a
+ two-dimensional X-ray detector. The intensity of each pixel of a
+ two-dimensional detector is projected onto a three-dimensional grid
+ in reciprocal-lattice coordinates using a binning algorithm. This
+ allows for fast acquisition and processing of high-resolution data
+ sets and results in a significant reduction of the size of the data
+ set. The subsequent analysis then proceeds in reciprocal space. It
+ has evolved from the specific needs of the ID03 beamline at the ESRF,
+ but it has a modular design and can be easily adjusted and extended
+ to work with data from other beamlines or from other measurement
+ techniques.
+
+Package: python-binoculars
+Architecture: any
+Section: python
+Depends: ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+ python-h5py,
+ python-matplotlib,
+ python-pyfai,
+ pymca,
+ python-qt4,
+ python-scipy,
+Suggests: python-xrayutilities
+Description: Data reduction and analysis software for two-dimensional detectors in surface X-ray diffraction - Python2
+ BINoculars is a tool for data reduction and analysis of large sets of
+ surface diffraction data that have been acquired with a
+ two-dimensional X-ray detector. The intensity of each pixel of a
+ two-dimensional detector is projected onto a three-dimensional grid
+ in reciprocal-lattice coordinates using a binning algorithm. This
+ allows for fast acquisition and processing of high-resolution data
+ sets and results in a significant reduction of the size of the data
+ set. The subsequent analysis then proceeds in reciprocal space. It
+ has evolved from the specific needs of the ID03 beamline at the ESRF,
+ but it has a modular design and can be easily adjusted and extended
+ to work with data from other beamlines or from other measurement
+ techniques.
+ .
+ This is the Python 2 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ec1ce53
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: binoculars
+Source: https://github.com/id03/binoculars/releases
+
+Files: *
+Copyright: 2012-2015 European Synchrotron Radiation Facility
+ Willem Onderwaater <onderwaa@esrf.fr>
+ Sander Roobol <roobol@physics.leidenuniv.nl>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2015 Picca Frédéric-Emmanuel <picca@debian.org>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This package 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 <http://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: public-domain
+ You can use this free for any purpose. It's in the public domain. It
+ has no warranty
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..f68d262
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch = master \ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b7e1dc4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=binoculars
+
+%:
+ dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_install:
+ dh_numpy
+ dh_install
+# move the scripts into fabio-viewer
+ dh_install -p binoculars debian/python-binoculars/usr/bin usr/
+# remove all scripts installed by pybuild
+ rm -rf debian/python-binoculars/usr/bin
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1a5ac64
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts=repacksuffix=+dfsg,\
+uversionmangle=s/(rc|a|b|c)/~$1/,\
+dversionmangle=s/\+dfsg// \
+http://pypi.debian.net/pyFAI/pyFAI-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))