scgi 1.13-1.1 source package in Ubuntu

Changelog

scgi (1.13-1.1) unstable; urgency=low


  * NMU and QAish upload.
  * Bump standards version to 3.9.4.
  * Add ${misc:Depends}.
  * Add build-arch, build-indep targets.
  * Use dh_python2, instead of deprecated dh_pysupport.
  * Use 3.0 (quilt) source format, instead of quilt make snippets.
  * Include watch file. Closes: #710988
  * Apply patch from Arno Töll for apache2.4 transition. Closes: #666805

 -- Dmitrijs Ledkovs <email address hidden>  Tue, 02 Jul 2013 22:21:29 +0100

Upload details

Uploaded by:
Neil Schemenauer
Uploaded to:
Sid
Original maintainer:
Neil Schemenauer
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
scgi_1.13-1.1.dsc 1.7 KiB b32de99236cdff906e8735f96ea120498bbf819f3273a2c0cbd028e6b76a8c79
scgi_1.13.orig.tar.gz 28.6 KiB 6d616abd6d78be8255a8f1435f21a0a6137b080942cfa3fc7f02ff48f1d95f9f
scgi_1.13-1.1.debian.tar.gz 5.7 KiB 356cadf9d6117ebd3f5d1561a392cafb4ee88f59b7ba5d22ce2dc792c9a7d611

No changes file available.

Binary packages built by this source

libapache2-mod-scgi: No summary available for libapache2-mod-scgi in ubuntu saucy.

No description available for libapache2-mod-scgi in ubuntu saucy.

python-scgi: Server-side implementation of the SCGI protocol

 The SCGI protocol is a replacement for the Common Gateway
 Interface (CGI) protocol. It is a proposed standard for
 applications to interface with HTTP servers. It is similar to
 FastCGI but is designed to be easier to implement.
 .
 This is a Python package implementing the server side of the
 SCGI protocol.