Source: ruby-grack
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               git,
               ruby-mocha,
               ruby-rack,
               ruby-webrick
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grack.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grack
Homepage: https://github.com/gitlabhq/grack
XS-Ruby-Versions: all

Package: ruby-grack
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: git,
         ruby-rack,
         ruby-webrick,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Git Smart HTTP Server Rack implementation in Ruby/Rack
 Rack application replacement for the builtin git-http-backend CGI
 handler distributed with Git.
 .
 The default git-http-backend only runs as a CGI script, and
 specifically is only targeted for Apache 2.x usage (it requires
 PATH_INFO to be set and specifically formatted).  This Rack
 application can run on nearly every major and minor webserver out
 there by making it Rack capable.
 .
 This the GITLAB version of the library.
