This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository iva.
commit 6476e6908627870f39e7a9f8ef12932448a265b2 Author: Sascha Steinbiss <[email protected]> Date: Thu Apr 28 21:36:02 2016 +0000 minor cleanups for new version --- debian/copyright | 10 +++------- debian/rules | 8 -------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/debian/copyright b/debian/copyright index 5f7c06a..0237ee1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: iva +Upstream-Contact: Martin Hunt <[email protected]> Source: https://github.com/sanger-pathogens/iva +Files-Excluded: *.class Files: * -Copyright: © 2014-2015 Martin Hunt <[email protected]> +Copyright: © 2014-2015 Genome Research Limited License: GPL-3+ Files: debian/* @@ -16,12 +18,6 @@ License: Public-domain Adam Philippy <[email protected]>, after email communication with upstream. -Files: iva/ratt/* -Copyright: © 2010 Thomas Dan Otto <[email protected]> - © 2010 Gary Dillon - © 2010 Pathogene Group, Sanger Centre -License: GPL-3+ - License: GPL-3+ 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 diff --git a/debian/rules b/debian/rules index 80d2772..cc9ca2d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,14 +3,6 @@ export DH_VERBOSE := 1 export PYBUILD_NAME=iva -# some helpful variables - uncomment them if needed -# shamelessly stolen from http://jmtd.net/log/awk/ -#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}') -#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//') -#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}') -#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') -#GIT_TAG := $(subst ~,_,$(VERSION)) - mandir := $(CURDIR)/debian/man debfolder := $(CURDIR)/debian read_trim_dir := $(CURDIR)/iva/read_trim -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/iva.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
