[DRE-commits] [SCM] ruby-librarian.git branch, master, updated. debian/0.0.26-1-61-gc70a057

Stig Sandbeck Mathisen ssm at debian.org
Mon Apr 29 11:47:53 UTC 2013


The following commit has been merged in the master branch:
commit d0fd6bcdcb27a826735b31a70993b9378b6b616b
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date:   Mon Apr 29 13:23:39 2013 +0200

    librarian-chef is no longer included
    
    - It is now developed independently of "librarian", and will be packaged
      separately.

diff --git a/debian/control b/debian/control
index ac8084a..bb0061a 100644
--- a/debian/control
+++ b/debian/control
@@ -20,15 +20,10 @@ Depends: ${misc:Depends},
  ruby-archive-tar-minitar (>= 0.5.2),
  ruby-highline,
  ruby-thor (>= 0.15),
-Recommends:
- chef (>= 0.10),
 Description: framework for writing bundlers
  Librarian is a framework for writing bundlers, which are tools that resolve,
  fetch, install, and isolate a project's dependencies, in Ruby.
  .
- Librarian ships with Librarian-Chef, which is a bundler for your Chef-based
- infrastructure repositories.
- .
  A bundler written with Librarian will expect you to provide a specfile listing
  your project's declared dependencies, including any version constraints and
  including the upstream sources for finding them. Librarian can resolve the
diff --git a/debian/librarian-chef.1 b/debian/librarian-chef.1
deleted file mode 100644
index 4e8b4fa..0000000
--- a/debian/librarian-chef.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH LIBRARIAN-CHEF "1" "January 2013" "librarian-chef 0.0.26" "User Commands"
-.SH NAME
-librarian-chef \- bundler for chef cookbooks
-.SH DESCRIPTION
-.SS "Tasks:"
-.TP
-librarian\-chef clean
-# Cleans out the cache and install paths.
-.TP
-librarian\-chef config
-# Show or edit the config.
-.TP
-librarian\-chef help [TASK]
-# Describe available tasks or one specific task
-.TP
-librarian\-chef init
-# Initializes the current directory.
-.TP
-librarian\-chef install
-# Resolves and installs all of the dependencies you specify.
-.TP
-librarian\-chef outdated
-# Lists outdated dependencies.
-.TP
-librarian\-chef show
-# Shows dependencies
-.TP
-librarian\-chef update
-# Updates and installs the dependencies you specify.
-.TP
-librarian\-chef version
-# Displays the version.
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
deleted file mode 100644
index d855fb9..0000000
--- a/debian/lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-ruby-librarian binary: script-not-executable usr/lib/ruby/vendor_ruby/librarian/chef/templates/Cheffile
diff --git a/debian/manpages b/debian/manpages
index b8e33dd..80417f8 100644
--- a/debian/manpages
+++ b/debian/manpages
@@ -1,2 +1 @@
-debian/librarian-chef.1
 debian/librarian-mock.1

-- 
ruby-librarian.git



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