This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository placnet.
commit 80ed65527408d7180a5dedaba6f8e5cbdbb29d95 Author: Andreas Tille <[email protected]> Date: Tue Nov 17 17:13:31 2015 +0100 Drop .pl extension in usage output --- debian/changelog | 6 ++++++ debian/patches/fix_usage_output.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 576e2d3..e1c13d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +placnet (1.03-2) UNRELEASED; urgency=medium + + * Drop .pl extension in usage output + + -- Andreas Tille <[email protected]> Tue, 17 Nov 2015 17:05:03 +0100 + placnet (1.03-1) unstable; urgency=low * Initial release (Closes: #801606) diff --git a/debian/patches/fix_usage_output.patch b/debian/patches/fix_usage_output.patch new file mode 100644 index 0000000..7b04d2a --- /dev/null +++ b/debian/patches/fix_usage_output.patch @@ -0,0 +1,17 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Tue, 17 Nov 2015 17:05:03 +0100 +Description: Drop .pl extension in usage output + +--- a/placnet.pl ++++ b/placnet.pl +@@ -465,8 +465,8 @@ sub usage + print "Placnet v1.03 10/06/2015\n"; + print "writen by: Val F. Lanza (valfernandez.vf\@gmail.com) and Maria de Toro (mdtorohernando\@gmail.com\n\n";\ + print "Please cite PLACNET as: \nLanza VF, de Toro M, Garcillán-Barcia MP, Mora A, Blanco J, Coque TM, de la Cruz F: \nPlasmid Flux in Escherichia coli ST131 Sublineages, Analyzed by Plasmid Constellation Network (PLACNET),\na New Method for Plasmid Reconstruction from Whole Genome Sequences. \nPLoS Genet 2014, 10:e1004766\n\n"; +- print "Write inputFile Template\n\nplacnet.pl -generate\n\n"; +- print "Network process\n\nplacnet.pl -f inputFile.txt -p prefix -l min\n\n\n"; ++ print "Write inputFile Template\n\nplacnet -generate\n\n"; ++ print "Network process\n\nplacnet -f inputFile.txt -p prefix -l min\n\n\n"; + + foreach (@Options) { + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..2843095 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix_usage_output.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/placnet.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
