[python-xrayutilities] 02/14: First version of debian files

Eugen Wintersberger eugenwintersberger-guest at alioth.debian.org
Wed Sep 18 21:20:17 UTC 2013


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

eugenwintersberger-guest pushed a commit to branch master
in repository python-xrayutilities.

commit f5321266fff410b444b75aa93929a28546bb3f9d
Author: Eugen Wintersberger <eugen.wintersberger at gmail.com>
Date:   Sun Sep 15 15:17:29 2013 +0200

    First version of debian files
---
 .gitignore                          |    1 +
 debian/README                       |    7 +++++++
 debian/README.Debian                |    6 ++++++
 debian/changelog                    |    5 +++++
 debian/compat                       |    1 +
 debian/control                      |   21 +++++++++++++++++++++
 debian/copyright                    |   29 +++++++++++++++++++++++++++++
 debian/python-xrayutilities.dirs    |    1 +
 debian/python-xrayutilities.install |    1 +
 debian/rules                        |   26 ++++++++++++++++++++++++++
 debian/source/format                |    1 +
 11 files changed, 99 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build
diff --git a/debian/README b/debian/README
new file mode 100644
index 0000000..1a74926
--- /dev/null
+++ b/debian/README
@@ -0,0 +1,7 @@
+The Debian Package python-xrayutilities
+---------------------------------------
+
+This package contains the xrayutilities package for xray data reduction and
+analysis
+
+ -- Eugen Wintersberger <eugen.wintersberger at gmail.com>  Sun, 15 Sep 2013 15:15:00 +0200
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..ee307b5
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+python-xrayutilities for Debian
+-------------------------------
+
+The xrayutlities python package.
+
+ -- Eugen Wintersberger <eugen.wintersberger at gmail.com>  Sun, 15 Sep 2013 15:16:00 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d2fa31b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-xrayutilities (1.0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Eugen Wintersberger <eugen.wintersberger at gmail.com>  Sun, 15 Sep 2013 13:42:41 +0200
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..8959e0f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: python-xrayutilities
+Priority: extra
+Maintainer: Eugen Wintersberger <eugen.wintersberger at gmail.com>
+Build-Depends: debhelper (>= 9.0.0), python-all-dev, python-setuptools,
+ python-numpy (>=1.6), 
+X-Python-Version: >=2.6
+Standards-Version: 3.9.3
+Section: python
+Homepage: https://code.google.com/p/pni-libraries/
+
+Package: python-xrayutilities
+Section: python
+Architecture: any
+Depends: ${python:Depends},${shlibs:Depends},${misc:Depends},python-numpy-abi9,
+ python-tables (>=2.0), python-scipy (>=0.10)
+Recommends: python-matplotlib (>=1.0)
+Description: Python package for xray data reduction and analysis
+ xrayutilities is a collection of scripts used to analyze x-ray diffraction
+ data. It consists of a python package and several routines coded in C. It
+ especially useful for the reciprocal space conversion of diffraction data taken
+ with linear and area detectors.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..08eb1ca
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: python-cdma
+Source: https://code.google.com/p/pni-libraries/
+
+Files: *
+Copyright: 2013 Dominik Kriegner <dominik.kriegner at gmail.com>
+           2013 Eugen Wintersberger <eugen.wintersberger at gmail.com>
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2013 Eugen Wintersberger <eugen.wintersberger at gmail.com>
+License: GPL-2.0+
+
+License: GPL-2.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 <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".
diff --git a/debian/python-xrayutilities.dirs b/debian/python-xrayutilities.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/python-xrayutilities.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/python-xrayutilities.install b/debian/python-xrayutilities.install
new file mode 100644
index 0000000..b2cc136
--- /dev/null
+++ b/debian/python-xrayutilities.install
@@ -0,0 +1 @@
+usr/lib/python2*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..067221f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,26 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PYTHON2=$(shell pyversions -vr)
+
+%:
+	dh $@ --with python2
+
+build-python%:
+	python$* setup.py build
+
+override_dh_auto_build:$(PYTHON2:%=build-python%)
+
+install-python%:
+	python$* setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp
+
+override_dh_auto_install:$(PYTHON2:%=install-python%)
+
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)

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



More information about the debian-science-commits mailing list