[DRE-commits] [ruby-omniauth-remote-user] 04/05: Update descritpion and bump debhelper version.
Thiago Ribeiro
thiagovsk-guest at moszumanska.debian.org
Tue Aug 18 22:35:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
thiagovsk-guest pushed a commit to branch master
in repository ruby-omniauth-remote-user.
commit dcd3a80f2d9ffeb0847683f92c046ad9bd541bcb
Author: Thiago Ribeiro <thiagitosouza at gmail.com>
Date: Tue Aug 18 18:00:53 2015 -0300
Update descritpion and bump debhelper version.
---
debian/compat | 2 +-
debian/control | 13 ++++++++++---
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 133305f..f4c0255 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Thiago Ribeiro <thiagitosouza at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
gem2deb,
ruby-omniauth (>= 1.0)
Standards-Version: 3.9.6
@@ -20,5 +20,12 @@ Depends: ruby | ruby-interpreter,
ruby-omniauth (>= 1.0),
${misc:Depends},
${shlibs:Depends}
-Description: Authentication with HTTP Remote User
- Authentication with Remote-User HTTP header for Omniauth.
+Description: Omniauth extrategy for Remote-User HTTP header.
+ This package allows applications using ruby-omniauth to authenticate users
+ using the Remote-User HTTP header. This can be used with HTTP basic
+ authentication, SSL client certificate authentication, and all authentication
+ methods that sets the Remote-User header for the underlying application.
+ .
+ This should not be used in an application that is directly acessible from the
+ network, but applications that are under a web server setup that will properly
+ handle authentication before setting the Remote-User header for the application.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-omniauth-remote-user.git
More information about the Pkg-ruby-extras-commits
mailing list