This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch master in repository jellyfish.
commit 785e9e54eae531f0b882e99fd41f1e5c0a9186fd Author: Charles Plessy <[email protected]> Date: Wed Jun 17 18:20:59 2015 +0900 Removed yaggo patch, obsoleted upstream. --- debian/changelog | 1 + debian/patches/fix_yaggo_syntax.patch | 40 ----------------------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 41 deletions(-) diff --git a/debian/changelog b/debian/changelog index 93f660e..3c276a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ jellyfish (2.2.1-1) UNRELEASED; urgency=medium [ Charles Plessy ] * New upstream release. + * Removed yaggo patch, obsoleted upstream. -- Andreas Tille <[email protected]> Thu, 09 Oct 2014 16:01:07 +0200 diff --git a/debian/patches/fix_yaggo_syntax.patch b/debian/patches/fix_yaggo_syntax.patch deleted file mode 100644 index d60f9d8..0000000 --- a/debian/patches/fix_yaggo_syntax.patch +++ /dev/null @@ -1,40 +0,0 @@ -Author: Andreas Tille <[email protected]> -Last-Update: Sat, 04 Oct 2014 19:06:43 +0200 -Description: Fix syntax errors in yaggo files - ---- a/sub_commands/info_main_cmdline.yaggo -+++ b/sub_commands/info_main_cmdline.yaggo -@@ -1,11 +1,11 @@ - purpose "Display information about a jellyfish file" - package "jellyfish info" - --description <<EOS -+description " - This command shows some information about how this jellyfish output - file was created. Without any argument, it displays the command line - used, when and where it was run. --EOS -+" - - option("s", "skip") { - description "Skip header and dump remainder of file" ---- a/sub_commands/mem_main_cmdline.yaggo -+++ b/sub_commands/mem_main_cmdline.yaggo -@@ -1,7 +1,7 @@ - purpose "Give memory usage information" - package "jellyfish mem" - --description <<EOS -+description " - The mem subcommand gives some information about the memory usage of - Jellyfish when counting mers. If one replace 'count' by 'mem' in the - command line, it displays the amount of memory needed. All the -@@ -15,7 +15,7 @@ that amount of memory is returned. - The memory usage information only takes into account the hash to store - the k-mers, not various buffers (e.g. in parsing the input files). But - typically those will be small in comparison to the hash. --EOS -+" - - option("mer-len", "m") { - description "Length of mer" diff --git a/debian/patches/series b/debian/patches/series index a0de765..1eaf3aa 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ -fix_yaggo_syntax.patch clang-compilation.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
