[DRE-commits] [bundler] 03/09: Run wrap-and-sort
zeha at debian.org
zeha at debian.org
Tue Aug 18 17:09:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to annotated tag debian/1.10.6-1
in repository bundler.
commit ad4ae1b9274d6cd4f48497eab71185d57f8c7e6f
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Tue Aug 18 16:34:14 2015 +0000
Run wrap-and-sort
Git-Dch: ignore
---
debian/bundler.docs | 2 +-
debian/control | 22 ++++++++++++++++++----
2 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/debian/bundler.docs b/debian/bundler.docs
index 905e7b9..81dd6b4 100644
--- a/debian/bundler.docs
+++ b/debian/bundler.docs
@@ -1,2 +1,2 @@
-README.md
ISSUES.md
+README.md
diff --git a/debian/control b/debian/control
index 9513435..cae0a5f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,13 @@ Source: bundler
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Christian Hofstaedtler <zeha at debian.org>, Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.0~), ruby-rspec, ruby-thor, rake
+Uploaders: Christian Hofstaedtler <zeha at debian.org>,
+ Antonio Terceiro <terceiro at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.6.0~),
+ rake,
+ ruby-rspec,
+ ruby-thor
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/bundler.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/bundler.git
@@ -13,8 +18,17 @@ XS-Ruby-Versions: all
Package: bundler
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-thor (>= 0.19.1~), ruby-net-http-persistent (>= 2.7-1), ruby-molinillo, rubygems-integration
-Recommends: sudo, ruby-dev, build-essential, less
+Depends: ruby | ruby-interpreter,
+ ruby-molinillo,
+ ruby-net-http-persistent (>= 2.7-1),
+ ruby-thor (>= 0.19.1~),
+ rubygems-integration,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends: build-essential,
+ less,
+ ruby-dev,
+ sudo
Description: Manage Ruby application dependencies
Bundler manages a Ruby application's dependencies through its entire
life, across many machines, systematically and repeatably.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/bundler.git
More information about the Pkg-ruby-extras-commits
mailing list