[med-svn] [opencfu] 02/02: Add initial Debian packaging

Andreas Tille tille at debian.org
Thu Oct 30 11:52:03 UTC 2014


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

tille pushed a commit to branch master
in repository opencfu.

commit 2c1847caa9e57c6936d95d05e823566f114aaf26
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 30 12:51:11 2014 +0100

    Add initial Debian packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 24 ++++++++++++++++++++++++
 debian/copyright     | 17 +++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 55 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7562849
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+opencfu (3.9.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #763275)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 30 Oct 2014 12:04:49 +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..6af3370
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: opencfu
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Quentin Geissmann <opencfu at gmail.com>,
+           Andreas Tille <tille at debian.org>
+Section: misc
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               libgtkmm-2.4-dev,
+               libopencv-dev
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/opencfu.git
+Vcs-Git: git://anonscm.debian.org/debian-med/opencfu.git
+Homepage: http://opencfu.sourceforge.net/
+
+Package: opencfu
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: count cell colonies (CFUs) on agar plates by processing digital pictures
+ OpenCFU is a completely open source lightweight application designed to
+ enumerate clustered circular objects such as bacterial colonies. It can
+ handle digital pictures as well as live stream from a video
+ device/webcam. OpenCFU is cross-platform, fast, reliable and allows the
+ user to implement intuitive filters.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d61beac
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,17 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: OpenCFU
+Upstream-Contact: Quentin Geissmann <qgeissmann at gmail.com>
+Source: http://sourceforge.net/projects/opencfu/files/linux/
+
+Files: *
+Copyright: 2010-2014 Quentin Geissmann <qgeissmann at gmail.com>
+License: GPL-3
+
+Files: debian/*
+Copyright: 2014 Quentin Geissmann <qgeissmann at gmail.com>,
+                  Andreas Tille <tille at debian.org>
+License: GPL-3
+
+License: GPL-3
+ On Debian Systems you can find the complete text of the GNU General
+ Public License Version 3 at /usr/share/common-licenses/GPL-3.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4f2c774
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+%:
+	dh $@
+
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..21fe5b8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/opencfu/opencfu-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the debian-med-commit mailing list