[DRE-commits] [ruby-responders] 02/05: debian/control: wrap-and-sort
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Nov 11 17:38:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-responders.
commit 5660757b97602a261146cf3b4cea9a5961345df3
Author: Antonio Terceiro <terceiro at debian.org>
Date: Wed Nov 11 13:47:55 2015 -0200
debian/control: wrap-and-sort
---
debian/changelog | 1 +
debian/control | 18 +++++++++++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4011843..6ffe4b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-responders (2.1.0-4) UNRELEASED; urgency=medium
* Team upload.
* debian/rules: install generators to a package-specific location
(Closes: #770251)
+ * debian/control: wrap-and-sort
-- Antonio Terceiro <terceiro at debian.org> Wed, 11 Nov 2015 11:48:26 -0200
diff --git a/debian/control b/debian/control
index 34c8007..1f3e5a4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,13 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake, ruby-mocha, ruby-activesupport, ruby-activemodel, rails
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb,
+ rails,
+ rake,
+ ruby-activemodel,
+ ruby-activesupport,
+ ruby-mocha
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-responders.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-responders.git;a=summary
@@ -14,10 +20,12 @@ XS-Ruby-Versions: all
Package: ruby-responders
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-railties (>= 2:4.2.0),
- ruby-railties (<< 2:5)
+Depends: ruby | ruby-interpreter,
+ ruby-railties (<< 2:5),
+ ruby-railties (>= 2:4.2.0),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: set of Rails responders to dry up your application
- A set of Rails responders to dry up your application. Responders is a
+ A set of Rails responders to dry up your application. Responders is a
repository of Rails 3 responders like FlashResponder, HttpCacheResponder.
The readme file can be found at /usr/share/doc/ruby-responders/README.md.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-responders.git
More information about the Pkg-ruby-extras-commits
mailing list