[DRE-commits] [librarian-puppet] 02/03: d/patches: Refresh puppet_forge_2.1 and add missing DEP headers

Sebastien Badia sbadia-guest at moszumanska.debian.org
Sat Mar 12 13:26:48 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository librarian-puppet.

commit fa37e7209fd853b1ffe7a6557f46ed88c6c4580f
Author: Sebastien Badia <seb at sebian.fr>
Date:   Fri Mar 11 22:21:59 2016 -0300

    d/patches: Refresh puppet_forge_2.1 and add missing DEP headers
---
 debian/patches/puppet_forge_2.1.diff | 32 ++++++++++++++++++++++++++++----
 1 file changed, 28 insertions(+), 4 deletions(-)

diff --git a/debian/patches/puppet_forge_2.1.diff b/debian/patches/puppet_forge_2.1.diff
index d991e08..01d0f68 100644
--- a/debian/patches/puppet_forge_2.1.diff
+++ b/debian/patches/puppet_forge_2.1.diff
@@ -1,8 +1,13 @@
-# taken from https://github.com/rodjek/librarian-puppet/pull/331
+Description: Upgrade to puppet_forge 2
+Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
+Origin: upstream, https://github.com/rodjek/librarian-puppet/pull/331
+Forwarded: not-needed
+Last-Update: 2016-03-11
+Reviewed-by: Sebastien Badia <seb at sebian.fr>
 
 --- a/lib/librarian/puppet/source/forge/repo_v3.rb
 +++ b/lib/librarian/puppet/source/forge/repo_v3.rb
-@@ -22,7 +22,7 @@
+@@ -22,7 +22,7 @@ module Librarian
            end
  
            def dependencies(version)
@@ -11,7 +16,7 @@
              Hash[*array.flatten(1)]
            end
  
-@@ -32,7 +32,7 @@
+@@ -32,7 +32,7 @@ module Librarian
              else
                # should never get here as we use one repo object for each module (to be changed in the future)
                debug { "Looking up url for #{name}@#{version}" }
@@ -20,7 +25,7 @@
              end
              "#{source}#{release.file_uri}"
            end
-@@ -40,8 +40,11 @@
+@@ -40,8 +40,11 @@ module Librarian
          private
  
            def get_module
@@ -34,3 +39,22 @@
              @module
            end
  
+--- a/metadata.yml
++++ b/metadata.yml
+@@ -45,14 +45,14 @@ dependencies:
+     requirements:
+     - - "~>"
+       - !ruby/object:Gem::Version
+-        version: '1.0'
++        version: '2.1'
+   type: :runtime
+   prerelease: false
+   version_requirements: !ruby/object:Gem::Requirement
+     requirements:
+     - - "~>"
+       - !ruby/object:Gem::Version
+-        version: '1.0'
++        version: '2.1'
+ - !ruby/object:Gem::Dependency
+   name: rake
+   requirement: !ruby/object:Gem::Requirement

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



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