This is an automated email from the git hooks/post-receive script. nfehren-guest pushed a commit to tag 1.12-ql.7+1 in repository uc-echo.
commit e9ee1ea031a47dcb187fcdd82d883b3252089435 Author: Navid Fehrenbacher <[email protected]> Date: Tue Apr 7 12:20:19 2015 +0000 QL: Initial Qlustar Release --- debian/changelog | 6 ++++++ debian/control | 4 +++- debian/copyright | 6 ++++++ debian/rules | 2 ++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index db317b7..3c96ec5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +uc-echo (1.12-ql.7+1) stable; urgency=medium + + * Initial Qlustar Release + + -- Navid Fehrenbacher <[email protected]> Tue, 07 Apr 2015 12:19:48 +0000 + uc-echo (1.12-7) unstable; urgency=medium * Add support with mips abi=n32, n64 (thanks for the patch to diff --git a/debian/control b/debian/control index 58368d2..406ebb6 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,12 @@ Source: uc-echo Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Thorsten Alteholz <[email protected]>, - Andreas Tille <[email protected]> + Andreas Tille <[email protected]>, + Navid Fehrenbacher <[email protected]> Section: science Priority: optional Build-Depends: debhelper (>= 9), + ql-deb-utils (>= 1.0), python-all-dev, python-scipy, python-numpy, diff --git a/debian/copyright b/debian/copyright index 9a9b263..70d720f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,3 +1,6 @@ +This package was debianized for Qlustar by Navid Fehrenbacher <[email protected]> +Tue, 07 Apr 2015 14:18:49 +0200 + Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: uc-echo Source: http://uc-echo.sourceforge.net/ @@ -30,3 +33,6 @@ Files: debian/* Copyright: 2013 Thorsten Alteholz <[email protected]> License: BSD see above + +The Qlustar Debian packaging is Copyright (C) 2014, Q-Leap Networks GmbH and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. diff --git a/debian/rules b/debian/rules index 041a7d5..765e64a 100644 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +include /usr/share/ql-deb-utils/Makefile + # DH_VERBOSE := 1 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/uc-echo.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
