[med-svn] [pyscanfcs] 02/08: inital debianization

Alex Mestiashvili malex-guest at moszumanska.debian.org
Tue Jun 17 09:06:33 UTC 2014


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

malex-guest pushed a commit to branch master
in repository pyscanfcs.

commit ee93f5cccae21f32f36d6baadca6f2e32f3fc279
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Thu Jun 12 09:52:09 2014 +0200

    inital debianization
---
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 27 +++++++++++++++++++++++++++
 debian/copyright      | 28 ++++++++++++++++++++++++++++
 debian/rules          |  9 +++++++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 7 files changed, 72 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3337d5a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pyscanfcs (0.2.2-1) UNRELEASED; urgency=medium
+
+  * source package automatically created by stdeb 0.6.0+git
+
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de>  Thu, 12 Jun 2014 09:47:52 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b2adff4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: pyscanfcs
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools,
+ python-all-dev,
+ dh-python,
+ debhelper (>= 7.4.3)
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/pyscanfcs.git
+Vcs-Git: git://anonscm.debian.org/debian-med/pyscanfcs.git
+Homepage: http://pyscanfcs.craban.de
+
+Package: pyscanfcs
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Description: scientific tool for perpendicular line scanning FCS.
+ When a membrane is scanned perpendicularly to its surface, 
+ the fluorescence signal originating from the membrane itself 
+ must be separated from the signal of the surrounding medium for 
+ an FCS analysis. PyScanFCS interactively extracts the fluctuating 
+ fluorescence signal from such measurements and applies a multiple-tau 
+ algorithm. The obtained correlation curves can be evaluated using PyCorrFit.
+ .
+ Package provides the python module pyscanfcs and its graphical user interface.
+ The graphical user interface is written in wxPython.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..700ae1e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: PyScanFCS
+Source: https://github.com/paulmueller/PyScanFCS
+
+Files: *
+Copyright: 2013 Paul Mueller <paul.mueller at biotec.tu-dresden.de>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2013 Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
+License: GPL-2+
+
+License: GPL-2+
+ 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..30c3368
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.6.0+git at
+# Thu, 12 Jun 2014 09:30:32 +0200
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+
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/source/options b/debian/source/options
new file mode 100644
index 0000000..4d82e22
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info"
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pyscanfcs.git



More information about the debian-med-commit mailing list