[med-svn] [ruby-rgfa] branch master updated (36fae67 -> 9679f1a)

Sascha Steinbiss satta at debian.org
Mon Sep 26 21:25:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

satta pushed a change to branch master
in repository ruby-rgfa.

      from  36fae67   add debian dir
       new  c5f5bb3   wording
       new  95b8e41   New upstream version 1.3
       new  88458af   Merge tag 'upstream/1.3'
       new  0222d04   bump Debian version, add ITP #
       new  aa11eea   add manpages and tests
       new  f6c5187   fix debhelper version
       new  76621cd   add override
       new  ebdade0   use proper Ruby tests
       new  9679f1a   dch -r

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   2 +
 .travis.yml                                        |   4 +
 CHANGELOG                                          |  19 +++
 README.md                                          |  26 ++++-
 Rakefile                                           |  15 ++-
 bin/{gfadiff.rb => gfadiff}                        |   0
 bin/{rgfa-findcrisprs.rb => rgfa-findcrisprs}      |   0
 bin/{rgfa-mergelinear.rb => rgfa-mergelinear}      |   0
 bin/{rgfa-simdebruijn.rb => rgfa-simdebruijn}      |   0
 ...rgfa-cheatsheet-1.2.tex => rgfa-cheatsheet.tex} |  37 +++---
 debian/changelog                                   |   6 +-
 debian/control                                     |  11 +-
 debian/gfadiff.1.adoc                              |  34 ++++++
 debian/lintian-overrides                           |   2 +
 debian/manpages                                    |   1 +
 debian/rgfa-findcrisprs.1.adoc                     |  24 ++++
 debian/rgfa-mergelinear.1.adoc                     |  23 ++++
 debian/rgfa-simdebruijn.1.adoc                     |  24 ++++
 debian/ruby-test-files.yaml                        |  26 +++++
 debian/rules                                       |   8 ++
 lib/rgfa.rb                                        |   2 +-
 lib/rgfa/cigar.rb                                  |  11 +-
 lib/rgfa/field_parser.rb                           |   8 +-
 lib/rgfa/field_validator.rb                        |  14 +++
 lib/rgfa/line.rb                                   |   8 +-
 lib/rgfa/line/comment.rb                           |  13 +++
 lib/rgfa/line/containment.rb                       |  16 ++-
 lib/rgfa/line/link.rb                              | 127 ++++++++++-----------
 lib/rgfa/line/path.rb                              |  30 ++---
 lib/rgfa/line/segment.rb                           |   6 +-
 lib/rgfa/lines.rb                                  |   3 +
 lib/rgfa/links.rb                                  |   2 +-
 lib/rgfa/segment_ends_path.rb                      |   2 +
 pdfdoc/{cover.html => cover.html.erb}              |   2 +-
 rgfa.gemspec                                       |  12 +-
 test/test_rgfa_line_comment.rb                     |  13 +++
 test/test_rgfa_line_creators.rb                    |  10 ++
 test/test_rgfa_line_path.rb                        |   2 +-
 test/test_rgfa_line_segment.rb                     |  12 ++
 39 files changed, 410 insertions(+), 145 deletions(-)
 create mode 100644 .travis.yml
 rename bin/{gfadiff.rb => gfadiff} (100%)
 rename bin/{rgfa-findcrisprs.rb => rgfa-findcrisprs} (100%)
 rename bin/{rgfa-mergelinear.rb => rgfa-mergelinear} (100%)
 rename bin/{rgfa-simdebruijn.rb => rgfa-simdebruijn} (100%)
 rename cheatsheet/{rgfa-cheatsheet-1.2.tex => rgfa-cheatsheet.tex} (84%)
 create mode 100644 debian/gfadiff.1.adoc
 create mode 100644 debian/lintian-overrides
 create mode 100644 debian/manpages
 create mode 100644 debian/rgfa-findcrisprs.1.adoc
 create mode 100644 debian/rgfa-mergelinear.1.adoc
 create mode 100644 debian/rgfa-simdebruijn.1.adoc
 create mode 100644 debian/ruby-test-files.yaml
 create mode 100644 lib/rgfa/line/comment.rb
 rename pdfdoc/{cover.html => cover.html.erb} (87%)
 create mode 100644 test/test_rgfa_line_comment.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ruby-rgfa.git



More information about the debian-med-commit mailing list