diff --git a/debian/control b/debian/control index 4e20ae1..5109f06 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,11 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Nitesh A Jain -Build-Depends: debhelper (>= 9~), gem2deb, ruby-omniauth-oauth2 (>= 1.2~), ruby-mocha, ruby-minitest +Build-Depends: debhelper (>= 9~), + gem2deb, + ruby-minitest, + ruby-mocha, + ruby-omniauth-oauth2 (>= 1.2~) Standards-Version: 3.9.7 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-omniauth-facebook.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-omniauth-facebook.git @@ -13,7 +17,10 @@ Package: ruby-omniauth-facebook Architecture: all XB-Ruby-Versions: ${ruby:Versions} -Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-omniauth-oauth2 (>= 1.2~) +Depends: ruby | ruby-interpreter, + ruby-omniauth-oauth2 (>= 1.2~), + ${misc:Depends}, + ${shlibs:Depends} Description: Oauth2 facebook strategy for OmniAuth This gem contains a OAuth2 facebook strategy for OmniAuth. It supports the OAuth 2.0 server-side and client-side flows. diff --git a/debian/copyright b/debian/copyright index f33093d..f4dfecd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Files: * Copyright: 2012 Mark Dodwell License: Expat - + Files: debian/* Copyright: 2013 Nitesh A Jain License: Expat @@ -26,7 +26,7 @@ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT - HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING - FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.