ruby-grack 2.0.2-3 source package in Ubuntu

Changelog

ruby-grack (2.0.2-3) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Use https:// in Vcs-* fields
  * Run wrap-and-sort on packaging files

  [ Antonio Terceiro ]
  * Remove myself from Uploaders:

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * debian/control: Remove empty control field Uploaders.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove unnecessary 'Testsuite: autopkgtest' header.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update watch file format version to 4.
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-rack.
    + ruby-grack: Drop versioned constraint on ruby-rack in Depends.
  * Bump debhelper from old 12 to 13.

  [ Lucas Kanashiro ]
  * Explicitly depend on ruby-webrick
  * Declare compliance with Debian Policy 4.6.0
  * Do not runtime depend on the ruby interpreter
  * Add myself as an uploader

 -- Lucas Kanashiro <email address hidden>  Fri, 21 Jan 2022 17:04:20 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-grack_2.0.2-3.dsc 2.0 KiB 2f78919e8ae8eea2102c3a70e78b9c8fd6f4934fb9573f345236279135cc8f06
ruby-grack_2.0.2.orig.tar.gz 9.3 KiB 129b9d14283e3a14a42a09b1f87c9758a3b147fa3603b8a1b9ba16e9bffede5d
ruby-grack_2.0.2-3.debian.tar.xz 4.1 KiB 3ea0427f3dd245fab1909f88a0be24d7da81e0e9fb04137d28189d5fb68a499e

Available diffs

No changes file available.

Binary packages built by this source

ruby-grack: 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.