uwsgi 1.0.3+dfsg-1 source package in Ubuntu

Changelog

uwsgi (1.0.3+dfsg-1) unstable; urgency=low


  * New upstream version.
  * Adjust rack plugin LD_RUN_PATH patch.
  * Adjust patch for uWSGI Control Center jQuery links in templates.
  * Remove '-fno-strict-aliasing' CFLAG patch as it is implemented upstream.
  * Remove fix indentation of uwsgidecorators_py patch as implemented upstream.
  * Adjust init scripts to use top-bottom options order, as --inherit option
    is not working as in earlier versions. 
  * Update debian/copyright file.
  * Add LSB Description field to debian/uwsgi.init.d.
  * Set Architecture to "all" for binary package uwsgi-extra because
    it contains no architecture dependent files.
  * Change uwsgi description. (Closes: #640698)
  * New binary packages:
    - uwsgi-plugin-carbon
    - uwsgi-plugin-graylog2
    - uwsgi-plugin-logsocket
    - uwsgi-plugin-probeconnect
    - uwsgi-plugin-probepg
    - uwsgi-plugin-rrdtool
    - uwsgi-plugin-rsyslog
    - uwsgi-plugin-signal
    - uwsgi-plugin-symcall
    - uwsgi-plugin-syslog
  * python-uwsgidecorators:
    - fix binary-install rule to call dh_python2
    - remove debian/source.lintian-overrides
  * uwsgi-plugin-jvm-openjdk-6:
    - fix FTBFS on armel and powerpc (Closes: #656280)
  * uwsgi-plugin-python:
    - document issue "ImportError: No module named site" when using
      virtualenv with Python 2.6 in README.Debian (Closes: #654333)
  * Adjust debian/watch uversionmangle option.
  * Repack upstram source to remove minimized jQuery and jQuery UI JavaScript
    libraries:
    - add get-orig-source rule to debian/rules
    - append +dfsg to upstream version
    - update debian/watch with dversionmangle option

 -- Janos Guljas <email address hidden>  Mon, 13 Feb 2012 03:43:28 +0100

Upload details

Uploaded by:
Janos Guljas
Uploaded to:
Sid
Original maintainer:
Janos Guljas
Architectures:
any all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe web

Downloads

File Size SHA-256 Checksum
uwsgi_1.0.3+dfsg-1.dsc 4.4 KiB 4365d8088bf1ca162f4166bacd9d557389a3f79a40e7f338e33d80538f8af8bf
uwsgi_1.0.3+dfsg.orig.tar.gz 380.6 KiB ea487fc1820c83b9b9c5685951740e2478443065a88be59b0983403fafd60f86
uwsgi_1.0.3+dfsg-1.debian.tar.gz 35.0 KiB 327a459cff7eaaf0d4a79c6abb046f2f3d1b81f72404e82f383b49d442a924b3

Available diffs

No changes file available.

Binary packages built by this source

libapache2-mod-ruwsgi: No summary available for libapache2-mod-ruwsgi in ubuntu quantal.

No description available for libapache2-mod-ruwsgi in ubuntu quantal.

libapache2-mod-ruwsgi-dbg: No summary available for libapache2-mod-ruwsgi-dbg in ubuntu quantal.

No description available for libapache2-mod-ruwsgi-dbg in ubuntu quantal.

libapache2-mod-uwsgi: uwsgi module for Apache2 (mod_uwsgi)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 This package provides Apache2 module for communicating with uWSGI.
 .
 This is the first module developed, it is stable but a bit hacky (it does not
 fully use the Apache2 API).

libapache2-mod-uwsgi-dbg: debugging symbols for Apache2 mod_uwsgi

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package contains the debug symbols for Apache2 mod_uwsgi. Install this
 package if you need to debug module or if you need a useful backtrace of a
 crash.

python-django-uwsgi-admin: Django application for administering uWSGI server

 uwsgi_admin is a small Django application that:
   * shows some information about current uWSGI state
   * allows one to reload uWSGI from web-interface
 .
 This application must be served with uWSGI.

python-uwsgicc: uWSGI control center

 uwsgicc is a complete web-application (written on Python with Flask framework)
 that shows some information about current uWSGI state.
 .
 This application must be served with uWSGI.

python-uwsgidecorators: module of decorators for elegant access to uWSGI API (Python)

 uwsgidecorators is a simple Python module that exports a bunch of decorators
 to allow a more elegant approach to uWSGI API. Provided decorators helps with
 creating of RPC functions, timers, filemonitors.
 .
 This package provides uwsgidecorators module, accessible from Python 2.X
 runtime.

python3-uwsgidecorators: No summary available for python3-uwsgidecorators in ubuntu quantal.

No description available for python3-uwsgidecorators in ubuntu quantal.

uwsgi: fast, self-healing application container server

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It uses the uwsgi protocol for all the networking/interprocess communications.
 .
 uWSGI can be run in preforking, threaded, asynchronous/evented modes and
 supports various forms of green threads/coroutines (such as uGreen, Greenlet,
 Fiber). uWSGI provides several methods of configuration: via command line,
 via environment variables, via XML, INI, YAML configuration files, via LDAP
 and more.
 .
 On top of all this, it is designed to be fully modular. This means that
 different plugins can be used in order to add compatibility with tons of
 different technology on top of the same core.
 .
 This package depends on uWSGI core binary and installs:
   * init.d script for running uWSGI daemon(s) with options defined in custom
     user-created configuration files
   * infrastructure for running daemons (like common locations of communication
     sockets, logs)

uwsgi-app-integration-plugins: plugins for integration of uWSGI and application

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This dependency package provides plugins for integration of uWSGI and
 application:
   * CGI, Erlang, Java (OpenJDK 6), JWSGI (OpenJDK 6),
     Lua WSAPI (Lua 5.1/LuaJIT), Perl PSGI, Python WSGI (Python/Python 3),
     Rack (Ruby 1.8/Ruby 1.9.1)

uwsgi-core: No summary available for uwsgi-core in ubuntu quantal.

No description available for uwsgi-core in ubuntu quantal.

uwsgi-dbg: debugging symbols for uWSGI server and it's plugins

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package contains the debug symbols for uWSGI core binary and plugins.
 Install this package if you need to debug such a program or if you need a
 useful backtrace of a crash.

uwsgi-extra: fast, self-healing application container server (extra files)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 .
 This package provides extra files from uWSGI distribution:
   * nginx 0.7.x module source
   * lighttpd module source
   * contribs

uwsgi-infrastructure-plugins: No summary available for uwsgi-infrastructure-plugins in ubuntu quantal.

No description available for uwsgi-infrastructure-plugins in ubuntu quantal.

uwsgi-plugin-admin: admin plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides admin plugin for uWSGI.

uwsgi-plugin-cache: No summary available for uwsgi-plugin-cache in ubuntu quantal.

No description available for uwsgi-plugin-cache in ubuntu quantal.

uwsgi-plugin-carbon: carbon plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides carbon plugin for uWSGI.

uwsgi-plugin-cgi: CGI plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides CGI plugin for uWSGI.

uwsgi-plugin-echo: echo plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides echo plugin for uWSGI.

uwsgi-plugin-erlang: Erlang plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Erlang plugin for uWSGI.

uwsgi-plugin-fastrouter: No summary available for uwsgi-plugin-fastrouter in ubuntu quantal.

No description available for uwsgi-plugin-fastrouter in ubuntu quantal.

uwsgi-plugin-fiber: No summary available for uwsgi-plugin-fiber in ubuntu quantal.

No description available for uwsgi-plugin-fiber in ubuntu quantal.

uwsgi-plugin-graylog2: No summary available for uwsgi-plugin-graylog2 in ubuntu quantal.

No description available for uwsgi-plugin-graylog2 in ubuntu quantal.

uwsgi-plugin-greenlet-python: No summary available for uwsgi-plugin-greenlet-python in ubuntu quantal.

No description available for uwsgi-plugin-greenlet-python in ubuntu quantal.

uwsgi-plugin-http: No summary available for uwsgi-plugin-http in ubuntu quantal.

No description available for uwsgi-plugin-http in ubuntu quantal.

uwsgi-plugin-jvm-openjdk-6: Java plugin for uWSGI (OpenJDK 6)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Java plugin for uWSGI (linked with OpenJDK Java 6
 runtime).

uwsgi-plugin-jwsgi-openjdk-6: JWSGI plugin for uWSGI (OpenJDK 6)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides JWSGI plugin for uWSGI (linked with OpenJDK Java 6
 runtime).

uwsgi-plugin-logsocket: logsocket plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides logsocket plugin for uWSGI.

uwsgi-plugin-lua5.1: Lua WSAPI plugin for uWSGI (Lua 5.1)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Lua WSAPI plugin for uWSGI (linked with Lua 5.1
 runtime).

uwsgi-plugin-luajit: Lua WSAPI plugin for uWSGI (LuaJIT)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Lua WSAPI plugin for uWSGI (linked with LuaJIT runtime).

uwsgi-plugin-nagios: Nagios plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Nagios plugin for uWSGI.

uwsgi-plugin-ping: No summary available for uwsgi-plugin-ping in ubuntu quantal.

No description available for uwsgi-plugin-ping in ubuntu quantal.

uwsgi-plugin-probeconnect: No summary available for uwsgi-plugin-probeconnect in ubuntu quantal.

No description available for uwsgi-plugin-probeconnect in ubuntu quantal.

uwsgi-plugin-probepg: probepg plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides probepg plugin for uWSGI.

uwsgi-plugin-psgi: No summary available for uwsgi-plugin-psgi in ubuntu quantal.

No description available for uwsgi-plugin-psgi in ubuntu quantal.

uwsgi-plugin-pyerl-python: pyerl plugin for uWSGI (Python)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides pyerl plugin for uWSGI with Python WSGI plugin.

uwsgi-plugin-pyerl-python3: No summary available for uwsgi-plugin-pyerl-python3 in ubuntu quantal.

No description available for uwsgi-plugin-pyerl-python3 in ubuntu quantal.

uwsgi-plugin-python: Python WSGI plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Python WSGI plugin for uWSGI (linked with Python 2.X
 runtime).

uwsgi-plugin-python3: Python 3 WSGI plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Python 3 WSGI plugin for uWSGI (linked with Python 3.X
 runtime).

uwsgi-plugin-rack-ruby1.8: Rack plugin for uWSGI (Ruby 1.8)

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides Rack plugin for uWSGI (linked with Ruby 1.8 runtime).

uwsgi-plugin-rack-ruby1.9.1: No summary available for uwsgi-plugin-rack-ruby1.9.1 in ubuntu quantal.

No description available for uwsgi-plugin-rack-ruby1.9.1 in ubuntu quantal.

uwsgi-plugin-rpc: No summary available for uwsgi-plugin-rpc in ubuntu quantal.

No description available for uwsgi-plugin-rpc in ubuntu quantal.

uwsgi-plugin-rrdtool: rrdtool plugin for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This package provides rrdtool plugin for uWSGI.

uwsgi-plugin-rsyslog: No summary available for uwsgi-plugin-rsyslog in ubuntu quantal.

No description available for uwsgi-plugin-rsyslog in ubuntu quantal.

uwsgi-plugin-signal: No summary available for uwsgi-plugin-signal in ubuntu quantal.

No description available for uwsgi-plugin-signal in ubuntu quantal.

uwsgi-plugin-symcall: No summary available for uwsgi-plugin-symcall in ubuntu quantal.

No description available for uwsgi-plugin-symcall in ubuntu quantal.

uwsgi-plugin-syslog: No summary available for uwsgi-plugin-syslog in ubuntu quantal.

No description available for uwsgi-plugin-syslog in ubuntu quantal.

uwsgi-plugin-ugreen: No summary available for uwsgi-plugin-ugreen in ubuntu quantal.

No description available for uwsgi-plugin-ugreen in ubuntu quantal.

uwsgi-plugins-all: all available plugins for uWSGI

 uWSGI presents a complete stack for networked/clustered web applications,
 implementing message/object passing, caching, RPC and process management.
 It is designed to be fully modular. This means that different plugins can be
 used in order to add compatibility with tons of different technology on top of
 the same core.
 .
 This dependency package provides all available plugins for uWSGI:
   * infrastructure plugins (fastrouter, HTTP serving, RPC, etc.)
   * plugins for integration of uWSGI and application (CGI, PSGI, Rack, WSGI,
     etc.)
   * carbon, fiber loop engine, greenlet (Python), probeconnect, probepg,
     pyerl (Python/Python 3), uGreen