[DRE-commits] [ruby-librarian] branch master updated (a5019c3 -> 51357a8)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Wed Mar 9 04:22:31 UTC 2016


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

sbadia-guest pushed a change to branch master
in repository ruby-librarian.

      from  a5019c3   Run wrap-and-sort on packaging files
       new  9699367   d/watch: Switch to librarianp
      adds  ae9e6bd   Imported Upstream version 0.6.3
       new  0be2851   Merge tag 'upstream/0.6.3'
       new  db5211a   Add myself to uploaders
       new  75a1fe4   Update homepage and copyright
       new  5f455d5   Update dependencys
       new  51357a8   Prepare Debian version for unstable

The 6 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                                    |   1 -
 .travis.yml                                   |  19 +-
 CHANGELOG.md                                  |  23 +++
 Gemfile                                       |   2 +-
 Gemfile.lock                                  | 233 +++++++++++++++++++++++
 LICENSE.txt                                   |   2 +-
 README.md                                     |   8 +-
 VERSION                                       |   2 +-
 checksums.yaml.gz                             | Bin 270 -> 0 bytes
 debian/changelog                              |  20 ++
 debian/control                                |   6 +-
 debian/copyright                              |   3 +-
 debian/watch                                  |   2 +-
 lib/librarian/action/install.rb               |   6 +-
 lib/librarian/action/resolve.rb               |   6 +
 lib/librarian/dependency.rb                   |  76 +++++++-
 lib/librarian/dsl.rb                          |  23 ++-
 lib/librarian/dsl/receiver.rb                 |   3 +
 lib/librarian/dsl/target.rb                   |   7 +-
 lib/librarian/environment.rb                  |   2 +-
 lib/librarian/lockfile/parser.rb              |  14 +-
 lib/librarian/logger.rb                       |   6 +
 lib/librarian/manifest.rb                     |  52 ++----
 lib/librarian/manifest/pre_release_version.rb |  64 +++++++
 lib/librarian/manifest/version.rb             |  78 ++++++++
 lib/librarian/manifest_set.rb                 |   1 +
 lib/librarian/mock/environment.rb             |   6 +-
 lib/librarian/mock/source/mock.rb             |   6 +
 lib/librarian/resolver/implementation.rb      |  35 ++--
 lib/librarian/source/git.rb                   |   6 +
 lib/librarian/source/git/repository.rb        |   2 +-
 lib/librarian/source/path.rb                  |  13 +-
 lib/librarian/spec.rb                         |   6 +-
 lib/librarian/specfile.rb                     |   2 +-
 librarian.gemspec                             |  33 ++--
 metadata.yml                                  | 254 --------------------------
 spec/unit/action/install_spec.rb              |   1 +
 spec/unit/action/resolve_spec.rb              |  51 ++++++
 spec/unit/algorithms_spec.rb                  |  10 +
 spec/unit/dependency/requirement_spec.rb      |  24 +++
 spec/unit/manifest/version_spec.rb            |  90 +++++++++
 spec/unit/manifest_set_spec.rb                |   4 +
 42 files changed, 829 insertions(+), 373 deletions(-)
 create mode 100644 Gemfile.lock
 delete mode 100644 checksums.yaml.gz
 create mode 100644 lib/librarian/manifest/pre_release_version.rb
 create mode 100644 lib/librarian/manifest/version.rb
 delete mode 100644 metadata.yml
 create mode 100644 spec/unit/action/resolve_spec.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-librarian.git



More information about the Pkg-ruby-extras-commits mailing list