This is an automated email from the git hooks/post-receive script. corentin-guest pushed a commit to branch master in repository foomed.
commit b2b5c7479c61822a5883d1a18bf1338ba192563e Author: Corentin Desfarges <[email protected]> Date: Thu Feb 19 11:29:17 2015 +0100 initial commit --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 23 +++++++++++++++++++++++ debian/copyright | 19 +++++++++++++++++++ debian/rules | 32 ++++++++++++++++++++++++++++++++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 83 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..19b8f2e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fw4spl (0.9.2-1) unstable; urgency=low + + * Initial release (Closes: #999) + + -- Corentin Desfarges <[email protected]> Mon, 19 Jan 2015 11:11:11 +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..003dca6 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: fw4spl +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Corentin Desfarges <[email protected]> +Section: science +Priority: optional +Build-Depends: debhelper (>= 9), + cmake (>= 2.8.11) +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fw4spl.git +Vcs-Git: git://anonscm.debian.org/debian-med/fw4spl.git +Homepage: https://code.google.com/p/fw4spl/ + +Package: fw4spl +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: FrameWork for Software Production Line + FW4SPL consists of a set of cross-platform C++ libraries. + For now, FW4SPL focuses on the problem of medical images + processing and visualization, and propose an open-source + application called VRRender, which is able to load a + series of images stored in DICOM format (uncompressed + and JPEG) and 3D-modeled patients for medical review. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..f368b8e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,19 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: fw4spl +Source: https://github.com/corentindesfarges/fw4spl + +Files: * +Copyright: 2009-2015 Johan Moreau <[email protected]> +License: LGPL-3 + Distributed under the terms of the GNU Lesser General Public License (LGPL) as + published by the Free Software Foundation. + +Files: debian/* +Copyright: 2015 Corentin Desfarges <[email protected]> +License: GPL-3 + The Debian packaging information is under the GPL, version 2 or later. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' and the + complete text of the GNU Lesser General Public License can be found in + `/usr/share/common-licenses/LGPL'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..a8b724e --- /dev/null +++ b/debian/rules @@ -0,0 +1,32 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system. +#DH_VERBOSE = 1 + +# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/default.mk + +# see FEATURE AREAS in dpkg-buildflags(1) +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + +# Hardening. + +# see ENVIRONMENT in dpkg-buildflags(1) +# package maintainers to append CFLAGS +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +# package maintainers to append LDFLAGS + +DEB_LDFLAGS_MAINT_APPEND = "-Wl,--no-as-needed -Wl,-rpath=/usr/lib/corentin -ldl" + + +# main packaging script based on dh7 syntax + +%: + dh $@ --parallel + +override_dh_auto_configure: + dh_auto_configure -- -DCMAKE_SKIP_RPATH=ON + +override_dh_auto_install: + dh_auto_install 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..2729a24 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/corentindesfarges/foomed/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/foomed.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
