[DRE-commits] [ruby-warden] 03/03: Typos and missing entry

Balasankar C balasankarc-guest at moszumanska.debian.org
Wed Sep 2 07:00:34 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-warden.

commit a99697ceccf8732cfefc21bf9782587141d3f55e
Author: Balasankar C <balasankarc at autistici.org>
Date:   Wed Sep 2 12:26:28 2015 +0530

    Typos and missing entry
---
 debian/changelog |  3 ++-
 debian/control   | 22 ++++++++++++----------
 2 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0569fc1..1d1b91f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-ruby-warden (1.2.3-1.1) unstable; urgency=medium
+ruby-warden (1.2.3-2) unstable; urgency=medium
 
   * Team upload.
   * Add rspec3-port.patch (Closes: #795123)
     - Ports the tests to support RSpec3 syntax
+  * Bump Standards Version to 3.9.6 (no changes)
 
  -- Balasankar C <balasankarc at autistici.org>  Wed, 02 Sep 2015 12:18:15 +0530
 
diff --git a/debian/control b/debian/control
index 42e72c3..fde33fe 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,12 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~),
- ruby-rack, rake, ruby-rspec
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~),
+               gem2deb (>= 0.7.5~),
+               rake,
+               ruby-rack,
+               ruby-rspec
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-warden.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-warden.git;a=summary
 Homepage: http://github.com/hassox/warden
@@ -14,14 +17,13 @@ XS-Ruby-Versions: all
 Package: ruby-warden
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-rack
+Depends: ruby | ruby-interpreter, ruby-rack, ${misc:Depends}, ${shlibs:Depends}
 Description: Rack middleware that provides authentication for rack applications
- Warden is a Rack-based middleware, designed to provide a mechanism for 
- authentication in Ruby web applications. It is a common mechanism that 
+ Warden is a Rack-based middleware, designed to provide a mechanism for
+ authentication in Ruby web applications. It is a common mechanism that
  fits into the Rack Machinery to offer powerful options for authentication.
  .
- Warden is designed to be lazy. That is, if you don't use it, it doesn't 
- do anything, but when you do use it, it will spring into action and 
- provide an underlying mechanism to allow authentication in any 
+ Warden is designed to be lazy. That is, if you don't use it, it doesn't
+ do anything, but when you do use it, it will spring into action and
+ provide an underlying mechanism to allow authentication in any
  Rack-based application.

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



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