Hello community,

here is the log from the commit of package uwsgi for openSUSE:Factory checked 
in at 2014-03-04 13:59:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uwsgi (Old)
 and      /work/SRC/openSUSE:Factory/.uwsgi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uwsgi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes      2013-12-19 
07:21:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi.changes 2014-03-04 
13:59:53.000000000 +0100
@@ -1,0 +2,185 @@
+Fri Feb 21 16:49:14 UTC 2014 - [email protected]
+
+- Update to 2.0.1:
+  * Bugfixes
+    * due to a wrong prototype declaration, building uWSGI without SSL
+      resulted in a compilation bug. The issue has been fixed.
+    * a race condition preventing usage of a massive number of threads in the
+      PyPy plugin has been fixed
+    * check for heartbeat status only if heartbeat subsystem has been enabled
+    * improved heartbeat code to support various corner cases
+    * improved psgi.input to support offset in read()
+    * fixed (and simplified) perl stacktrace usage
+    * fixed sni secured subscription
+    * CGI plugin does not require anymore that Status header is the first one
+      (Andjelko Horvat)
+    * fixed CPython mule_msg_get timeout parsing
+    * allows embedding of config files via absolute paths
+    * fixed symcall rpc
+    * fixed a memory leak in CPython spooler api (xiaost)
+    * The --no-orphans hardening has been brought back (currently Linux-only)
+    * improved dotsplit router mode to reduce DOS risk
+    * sub-Emperor are now loyal by default
+    * fixed non-shared ruby 1.8.7 support
+    * fixed harakiri CPython tracebacker
+    * request vars are now correctly exposed by the stats server
+    * support log-master for logfile-chown
+    * improved legion reload
+    * fixed tuntap netmask
+    * fixed busyness plugin without metrics subsystem
+  * New features
+    * See http://uwsgi-docs.readthedocs.org/en/latest/Changelog-2.0.1.html
+    * Perl native Spooler support
+    * --alarm-backlog: Raise the specified alarm when the listen queue is full
+    * --close-on-exec2: applies CLOSE_ON_EXEC socket flag on all of the server
+      sockets
+    * simple notifications subsystem for subscriptions
+    * pid namespace for daemons (Linux only)
+    * The fastrouter and the http/https/spdy router now support
+      "resubscription".
+    * filesystem monitor api
+    * support for yajl 1.0
+    * for-readline: a config-logic iterator that yields file lines
+    * %i magic var: returns the inode of the currently parsed file
+    * %j magic var: returns hex representation of 32bit djb33x hashing of the
+      currently parsed absolute filename
+    * --inject-before and --inject-after: prepend and append 'blobs' to a
+      config file
+    * --http-server-name-as-http-host: This flag allow the http router to map
+      SERVER_NAME to HTTP_HOST automatically instead of instructing your uWSGI
+      instances to do it
+    * better Emperor's Ragnarok (shutdown procedure)
+    * PyPy paste support
+Changes from 2.0.0:
+  * Important changes
+    * Dynamic options have been definitely removed as well as the
+      broken_plugins directory
+  * Bugfixes and improvements
+    * improved log rotation
+    * do not rely on unix signals to print request status during harakiri
+    * added magic vars for uid and gid
+    * various Lua fixes
+    * a tons of coverity-governed bugfixes made by Riccardo Magliocchetti
+  * New features
+    * --attach-daemon2: this is a keyval based option for configuring external
+      daemons
+    * Linux setns() support
+    * "private" hooks
+    * Support for yajl library (JSON parser)
+    * Perl spooler support
+    * Gateways can drop privileges
+    * Subscriptions-governed SNI contexts
+* Changes from 1.9.21:
+  * Bugfixes
+    * croak if the psgi streamer fails
+    * allows building coroae on raspberrypi
+    * do not wait for write availability until strictly required
+    * avoid segfault when async mode api is called without async mode
+    * fixed plain (without suspend engine) async mode
+    * do not spit errors on non x86 timerfd_create
+    * support timerfd_create/timerfd_settime on __arm__
+  * Optimizations
+    * writev() for the first chunk
+    * use a single buffer for websockets outgoing packets
+  * New features
+    * See http://uwsgi-docs.readthedocs.org/en/latest/Changelog-1.9.21.html
+    * removed zeromq api
+    * The shared area subsystem has been rewritten
+    * report request data in writers and readers
+    * Modular logchunks management
+    * 6 new request logging variables are available:
+      * tmsecs: report the current unix time in milliseconds
+      * tmicros: report the current unix time in microseconds
+      * werr: report the number of write errors for the current request
+      * rerr: report the number of read errors for the current request
+      * ioerr: the sum of werr and rerr
+      * var.XXX: report the context of the request var XXX (like
+        var.PATH_INFO)
+    * mountpoints and mules support for symcall
+    * read2 and wait_milliseconds async hooks
+    * websockets binary messages
+    * the 'S' master fifo command
+    * as-mule hook
+    * accepting hook and improved chain reloading
+    * --after-request-call: this option allows you to call specific C
+      functions (in chains) after each request
+    * error pages
+    * Simplified plugins builder
+* Changes from 1.9.20:
+  * First round of deprecations and removals for 2.0
+    * The Go plugin is now considered "broken" and has been moved away from
+      the plugins directory. The new blessed way for running Go apps in uWSGI
+      is using the GCCGO plugin.
+    * The --auto-snapshot option has been removed, advanced management of
+      instances now happens via MasterFIFO
+    * The matheval support has been removed, while a generic "matheval" plugin
+      (for internal routing) is available (but not compiled in by default).
+      See below for the new way for making "math" in config files.
+    * The "erlang" and "pyerl" plugins are broken and has been moved out of
+      the plugins directory. Erlang support will be completely rewritten after
+      2.0 release.
+  * Bugfixes
+    * Fixed master hang when gracefully reloading in lazy mode.
+    * Fixed default_app usage.
+    * Another round of coverity fixes by Riccardo Magliocchetti.
+    * Fixed EAGAIN management when reading the body.
+  * New features
+    * See http://uwsgi-docs.readthedocs.org/en/latest/Changelog-1.9.20.html
+    * 64bit return values for the RPC subsystem
+    * The new GCCGO plugin
+    * Simple math in configuration files
+    * New magic vars
+      * %t: Unix time (in seconds, gathered at instance startup)
+      * %T: Unix time (in microseconds, gathered at instance startup)
+      * %k: Number of detected CPU cores
+    * Perl/PSGI improvements
+    * New native protocols: --https-socket and --ssl-socket
+    * PROXY (version1) protocol support
+    * New metrics collectors
+      * avg: Compute the math average of children
+      * accumulator: Always add the value of the specified children to the
+        final value
+      * multiplier: Multiply the sum of the specified children for the value
+        specified in arg1n
+
+-------------------------------------------------------------------
+Sun Nov 10 20:06:51 UTC 2013 - [email protected]
+
+- Update to 1.9.19:
+  * This release starts the 'hardening' cycle for uWSGI 2.0 (scheduled for the 
+    end of december 2013). The metrics subsystem was the last piece missing
+    and this version (after 1 year of analysis) finally includes it. During
+    the following 2 months we will start deprecating features or plugins that
+    got no-interest, are known to be broken or are simply superseed by more
+    modern/advanced ones.
+  * Bugfixes
+    * completely skip cgroups initialization when non-root
+    * tons of post-static_analysis fixes by Riccardo Magliocchetti
+    * fixed the greenlet plugin reference counting
+    * avoid kevent storm for stats pusher thread
+    * fixed rbtimers math
+    * both 'cache' and 'file' routers got a 'no_content_length' key option to
+      avoid setting the Content-Length header
+    * the PyPy plugin automatically enables threads/GIL
+    * manage dot_segments in HTTP parser
+    * improved srand() usage
+  * New features
+    * The Metrics subsystem. This was the last piece missing before uWSGI 2.0.
+      The Metrics subsystem allows you to store "numbers" related to
+      monitoring, graphing and quality checks and exports them in various ways
+    * The Tornado loop engine. While working on nodejs integration we realized
+      that contrary to what we used to believe, Tornado (an asynchronous,
+      callback based module for python) is usable in uWSGI.
+    * The 'puwsgi' protocol. A "persistent" (keep-alive) version of the
+      'uwsgi' parser has been added named 'puwsgi' (persistent uwsgi).
+    * --vassal-set. You can tell the Emperor to pass specific options to every
+      vassal using the --set facility
+    * The 'template' transformation. This is a transformation allowing you to
+      apply all of the internal routing patterns to your responses.
+
+-------------------------------------------------------------------
+Fri Nov  8 19:50:28 UTC 2013 - [email protected]
+
+- Added apache2-mod_proxy_uwsgi and apache2-mod_uwsgi sub packages
+
+-------------------------------------------------------------------

Old:
----
  uwsgi-1.9.18.2.tar.gz

New:
----
  debian.tar.gz
  uwsgi-2.0.1.tar.gz
  uwsgi.dsc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ uwsgi.spec ++++++
--- /var/tmp/diff_new_pack.vba6te/_old  2014-03-04 13:59:54.000000000 +0100
+++ /var/tmp/diff_new_pack.vba6te/_new  2014-03-04 13:59:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uwsgi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           uwsgi
-Version:        1.9.18.2
+Version:        2.0.1
 Release:        0
 Summary:        Application Container Server for Networked/Clustered Web 
Applications
 License:        GPL-2.0-with-GCC-exception
@@ -42,9 +42,14 @@
 Patch3:         uwsgi-1.9.11-systemd_logger-old_systemd.patch
 # PATCH-FIX-OPENSUSE uwsgi-1.9.13-emperor_pg-Wformat.patch - gcc complains 
about lack of -Wformat with -Wformat-security from pg_config
 Patch4:         uwsgi-1.9.13-emperor_pg-Wformat.patch
-%if 0%{?suse_version} > 1210
-BuildRequires:  erlang
+%define apache_branch     %(rpm -q --qf %%{version} apache2 | grep -E -o 
"2\\.[0-9]+")
+%if "%{apache_branch}" == "2.4"
+  %define apxs %{_bindir}/apxs2
+%else
+  %define apxs %{_sbindir}/apxs2
 %endif
+%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
+BuildRequires:  apache2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-objc
 %if 0%{?suse_version} > 1220
@@ -81,15 +86,11 @@
 BuildRequires:  postgresql-devel
 BuildRequires:  python-devel
 BuildRequires:  python-greenlet-devel
-%if 0%{?suse_version} > 1210
+%if 0%{?suse_version} <= 1310
 BuildRequires:  ruby19-devel
 %endif
 BuildRequires:  sqlite3-devel
-%if 0%{?suse_version} > 1210
 BuildRequires:  systemd-devel
-%else
-BuildRequires:  systemd
-%endif
 BuildRequires:  tcpd-devel
 %ifarch %{ix86} x86_64 %{arm}
 %if 0%{?suse_version} < 1310
@@ -154,6 +155,30 @@
 different technology on top of the same core.
 
 
+%package -n apache2-mod_proxy_uwsgi
+Summary:        uWSGI Proxy Module for Apache 2.0
+Group:          Productivity/Networking/Web/Servers
+Requires:       %{name} = %{version}
+
+%description -n apache2-mod_proxy_uwsgi
+uWSGI is a fast, self-healing and developer/sysadmin-friendly application
+container server coded in pure C.
+
+This package contains an Apache 2.0 proxy module for uWSGI.
+
+
+%package -n apache2-mod_uwsgi
+Summary:        uWSGI Module for Apache 2.0
+Group:          Productivity/Networking/Web/Servers
+Requires:       %{name} = %{version}
+
+%description -n apache2-mod_uwsgi
+uWSGI is a fast, self-healing and developer/sysadmin-friendly application
+container server coded in pure C.
+
+This package contains an Apache 2.0 module for uWSGI.
+
+
 %package emperor_pg
 Summary:        PostgreSQL Emperor Plugin for uWSGI
 Group:          Productivity/Networking/Web/Servers
@@ -180,20 +205,6 @@
 applications (vassals) via ZeroMQ.
 
 
-%if 0%{?suse_version} > 1210
-%package erlang
-Summary:        Erlang Plugin for uWSGI
-Group:          Productivity/Networking/Web/Servers
-Requires:       %{name} = %{version}
-
-%description erlang
-uWSGI is a fast, self-healing and developer/sysadmin-friendly application
-container server coded in pure C.
-
-This package contains support for uWSGI to act as an Erlang C-Node and exchange
-messages and rpc with Erlang nodes.
-%endif
-
 %package geoip
 Summary:        GeoIP Plugin for uWSGI
 Group:          Productivity/Networking/Web/Servers
@@ -287,6 +298,18 @@
 This package contains support for libffi.
 
 
+%package logzmq
+Summary:        ZMQ Logger for uWSGI
+Group:          Productivity/Networking/Web/Servers
+Requires:       %{name} = %{version}
+
+%description logzmq
+uWSGI is a fast, self-healing and developer/sysadmin-friendly application
+container server coded in pure C.
+
+This package contains support for ZMQ logging.
+
+
 %package lua
 Summary:        Lua Plugin for uWSGI
 Group:          Productivity/Networking/Web/Servers
@@ -325,22 +348,6 @@
 support the PSGI protocol.
 
 
-%if 0%{?suse_version} > 1210
-%package pyerl
-Summary:        Python-Erlang Plugin for uWSGI
-Group:          Productivity/Networking/Web/Servers
-Requires:       %{name} = %{version}
-Requires:       %{name}-erlang = %{version}
-Requires:       %{name}-python = %{version}
-
-%description pyerl
-uWSGI is a fast, self-healing and developer/sysadmin-friendly application
-container server coded in pure C.
-
-This package contains the pyerl module for accessing Erlang functionality to
-Python applications.
-%endif
-
 %package pypy
 Summary:        PyPy Plugin for uWSGI
 Group:          Productivity/Networking/Web/Servers
@@ -365,7 +372,7 @@
 This package contains support for Python applications via the WSGI protocol.
 
 
-%if 0%{?suse_version} > 1210
+%if 0%{?suse_version} <= 1310
 %package ruby
 Summary:        Ruby Plugin for uWSGI
 Group:          Productivity/Networking/Web/Servers
@@ -454,7 +461,7 @@
 # Requires libgloox, which is not in Factory
 excluded_plugins="$excluded_plugins alarm_xmpp"
 
-# No build config for gccgo ATM
+# No gccgo in openSUSE yet
 excluded_plugins="$excluded_plugins gccgo"
 
 # These plugins require a libuwsgi, which appears to conflict with core...
@@ -472,16 +479,20 @@
 # libtcc not yet in Factory
 excluded_plugins="$excluded_plugins libtcc"
 
-# V8 is not yet available on all platforms and is broken in the v8 version in 
13.1
+# matheval is deprecated
+excluded_plugins="$excluded_plugins matheval"
+
+# V8 is not yet available on all platforms and is broken in the v8 versions in
+# 13.1+
 %ifarch %{ix86} x86_64 %{arm}
-%if 0%{?suse_version} > 1230
+%if 0%{?suse_version} >= 1310
 excluded_plugins="$excluded_plugins v8"
 %endif
 %endif
 
-%if 0%{?suse_version} <= 1210
-# Requirements missing on openSUSE <= 12.1
-excluded_plugins="$excluded_plugins erlang fiber pyerl rack ruby19 
systemd_logger"
+# Ruby 1.9 is no longer available after 13.1
+%if 0%{?suse_version} > 1310
+excluded_plugins="$excluded_plugins fiber mongrel2 rack rbthreads ruby19"
 %endif
 
 %if 0%{?suse_version} <= 1220
@@ -506,6 +517,10 @@
 %{?jobs:export CPUCOUNT=%jobs}
 python uwsgiconfig.py --build opensuse
 
+# Build Apache modules
+%{apxs} -c apache2/mod_proxy_uwsgi.c
+%{apxs} -c apache2/mod_uwsgi.c
+
 %install
 install -D -m 0755 uwsgi %{buildroot}%{_sbindir}/uwsgi
 install -d -m 0755 %{buildroot}%{_libdir}/uwsgi
@@ -520,6 +535,8 @@
 install -D -m 0644 uwsgidecorators.py 
%{buildroot}%{python_sitelib}/uwsgidecorators.py
 %py_compile %{buildroot}%{python_sitelib}
 install -D plugins/jvm/uwsgi.jar %{buildroot}%{_javadir}/uwsgi.jar
+install -d -m 0755 %{buildroot}/%{apache_libexecdir}
+install -m 0755 apache2/.libs/*.so %{buildroot}/%{apache_libexecdir}
 
 %pre
 %service_add_pre uwsgi.service
@@ -543,7 +560,6 @@
 %{_sysconfdir}/uwsgi/vassals/*
 %dir %{_libdir}/uwsgi
 %{_unitdir}/uwsgi.service
-%{_libdir}/uwsgi/admin_plugin.so
 %{_libdir}/uwsgi/airbrake_plugin.so
 %{_libdir}/uwsgi/alarm_curl_plugin.so
 %{_libdir}/uwsgi/cache_plugin.so
@@ -583,6 +599,7 @@
 %{_libdir}/uwsgi/router_hash_plugin.so
 %{_libdir}/uwsgi/router_http_plugin.so
 %{_libdir}/uwsgi/router_memcached_plugin.so
+%{_libdir}/uwsgi/router_metrics_plugin.so
 %{_libdir}/uwsgi/router_radius_plugin.so
 %{_libdir}/uwsgi/router_redirect_plugin.so
 %{_libdir}/uwsgi/router_redis_plugin.so
@@ -597,23 +614,34 @@
 %{_libdir}/uwsgi/spooler_plugin.so
 %{_libdir}/uwsgi/ssi_plugin.so
 %{_libdir}/uwsgi/sslrouter_plugin.so
+%{_libdir}/uwsgi/stats_pusher_file_plugin.so
+%{_libdir}/uwsgi/stats_pusher_socket_plugin.so
 %{_libdir}/uwsgi/stats_pusher_statsd_plugin.so
 %{_libdir}/uwsgi/symcall_plugin.so
 %{_libdir}/uwsgi/syslog_plugin.so
-%if 0%{?suse_version} > 1210
 %{_libdir}/uwsgi/systemd_logger_plugin.so
-%endif
+%{_libdir}/uwsgi/tornado_plugin.so
 %{_libdir}/uwsgi/transformation_chunked_plugin.so
 %{_libdir}/uwsgi/transformation_gzip_plugin.so
 %{_libdir}/uwsgi/transformation_offload_plugin.so
+%{_libdir}/uwsgi/transformation_template_plugin.so
 %{_libdir}/uwsgi/transformation_tofile_plugin.so
 %{_libdir}/uwsgi/transformation_toupper_plugin.so
 %{_libdir}/uwsgi/tuntap_plugin.so
 %{_libdir}/uwsgi/ugreen_plugin.so
 %{_libdir}/uwsgi/webdav_plugin.so
 %{_libdir}/uwsgi/xattr_plugin.so
+%{_libdir}/uwsgi/zabbix_plugin.so
 %{_libdir}/uwsgi/zergpool_plugin.so
 
+%files -n apache2-mod_proxy_uwsgi
+%defattr(-,root,root,-)
+%{apache_libexecdir}/mod_proxy_uwsgi.so
+
+%files -n apache2-mod_uwsgi
+%defattr(-,root,root,-)
+%{apache_libexecdir}/mod_uwsgi.so
+
 %files emperor_pg
 %defattr(-,root,root,-)
 %{_libdir}/uwsgi/emperor_pg_plugin.so
@@ -622,12 +650,6 @@
 %defattr(-,root,root,-)
 %{_libdir}/uwsgi/emperor_zeromq_plugin.so
 
-%if 0%{?suse_version} > 1210
-%files erlang
-%defattr(-,root,root,-)
-%{_libdir}/uwsgi/erlang_plugin.so
-%endif
-
 %files geoip
 %defattr(-,root,root,-)
 %{_libdir}/uwsgi/geoip_plugin.so
@@ -662,6 +684,10 @@
 %defattr(-,root,root,-)
 %{_libdir}/uwsgi/libffi_plugin.so
 
+%files logzmq
+%defattr(-,root,root,-)
+%{_libdir}/uwsgi/logzmq_plugin.so
+
 %files lua
 %defattr(-,root,root,-)
 %{_libdir}/uwsgi/lua_plugin.so
@@ -674,12 +700,6 @@
 %defattr(-,root,root,-)
 %{_libdir}/uwsgi/psgi_plugin.so
 
-%if 0%{?suse_version} > 1210
-%files pyerl
-%defattr(-,root,root,-)
-%{_libdir}/uwsgi/pyerl_plugin.so
-%endif
-
 %files pypy
 %defattr(-,root,root,-)
 %{_libdir}/uwsgi/pypy_plugin.so
@@ -689,10 +709,11 @@
 %{_libdir}/uwsgi/python_plugin.so
 %{python_sitelib}/uwsgidecorators.py*
 
-%if 0%{?suse_version} > 1210
+%if 0%{?suse_version} <= 1310
 %files ruby
 %defattr(-,root,root,-)
 %{_libdir}/uwsgi/fiber_plugin.so
+%{_libdir}/uwsgi/mongrel2_plugin.so
 %{_libdir}/uwsgi/rack_plugin.so
 %{_libdir}/uwsgi/rbthreads_plugin.so
 %{_libdir}/uwsgi/ruby19_plugin.so

++++++ uwsgi-1.9.18.2.tar.gz -> uwsgi-2.0.1.tar.gz ++++++
++++ 28861 lines of diff (skipped)

++++++ uwsgi.dsc ++++++
Format: 1.0
Source: uwsgi
Binary: uwsgi, uwsgi-dbg, uwsgi-core, uwsgi-emperor, uwsgi-plugins-all, 
uwsgi-infrastructure-plugins, uwsgi-app-integration-plugins, 
uwsgi-plugin-alarm-curl, uwsgi-plugin-alarm-xmpp, uwsgi-plugin-curl-cron, 
uwsgi-plugin-emperor-pg, uwsgi-plugin-erlang, uwsgi-plugin-rbthreads, 
uwsgi-plugin-fiber, uwsgi-plugin-geoip, uwsgi-plugin-graylog2, 
uwsgi-plugin-greenlet-python, uwsgi-plugin-jvm-openjdk-6, 
uwsgi-plugin-jvm-openjdk-7, uwsgi-plugin-jwsgi-openjdk-6, 
uwsgi-plugin-jwsgi-openjdk-7, uwsgi-plugin-ldap, uwsgi-plugin-lua5.1, 
uwsgi-plugin-lua5.2, uwsgi-plugin-psgi, uwsgi-plugin-pyerl-python, 
uwsgi-plugin-pyerl-python3, uwsgi-plugin-python, uwsgi-plugin-python3, 
uwsgi-plugin-rack-ruby1.9.1, uwsgi-plugin-router-access, uwsgi-plugin-sqlite3, 
uwsgi-plugin-v8, uwsgi-plugin-php, uwsgi-plugin-xslt, 
libapache2-mod-proxy-uwsgi, libapache2-mod-proxy-uwsgi-dbg, 
libapache2-mod-uwsgi, libapache2-mod-uwsgi-dbg, libapache2-mod-ruwsgi, 
libapache2-mod-ruwsgi-dbg, python-uwsgidecorators,
 python3-uwsgidecorators,
 uwsgi-extra
Architecture: any all
Version: 2.0.1-1
Maintainer: Janos Guljas <[email protected]>
Uploaders: Jonas Smedegaard <[email protected]>
Homepage: http://projects.unbit.it/uwsgi/
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/uwsgi.git
Vcs-Git: git://anonscm.debian.org/collab-maint/uwsgi.git
Build-Depends: cdbs, debhelper (>= 8), apache2-dev | apache2-threaded-dev, 
erlang-dev, help2man, javahelper, libapr1-dev, libaprutil1-dev, libjansson-dev, 
libldap2-dev, liblua5.1-0-dev, liblua5.2-dev, libperl-dev, libpq-dev, 
libcurl4-openssl-dev, libgloox-dev, libpam0g-dev, libsqlite3-dev, libxml2-dev, 
libyaml-dev, libzmq3-dev [!hurd-any] | libzmq-dev [!kfreebsd-any !hurd-any], 
libphp5-embed, php5-dev, libonig-dev, libdb-dev, libqdbm-dev, libbz2-dev, 
libwrap0-dev, libgnustep-gui-dev, libgnustep-base-dev, libcoro-perl, 
libgeoip-dev, libv8-dev [amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 
mipsel], libxslt1-dev, libcap-dev [linux-any], libmatheval-dev, libjail-dev 
[kfreebsd-any], libkvm-dev [kfreebsd-any], pkg-config, python, python-all-dev, 
python-greenlet-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc s390 s390x sparc], python3-all-dev, quilt, 
openjdk-6-jdk [amd64 armel armhf i386 ia64 mips mipsel powerpc s390 s390x 
sparc], openjdk-7-jdk [amd64 armel armhf i386 ia64 kfreebsd-amd64 kfreebsd-i386 
powerpc s390 s390x sparc], ruby1.9.1, ruby1.9.1-dev, uuid-dev
Package-List: 
 libapache2-mod-proxy-uwsgi deb web extra
 libapache2-mod-proxy-uwsgi-dbg deb debug extra
 libapache2-mod-ruwsgi deb httpd extra
 libapache2-mod-ruwsgi-dbg deb debug extra
 libapache2-mod-uwsgi deb httpd extra
 libapache2-mod-uwsgi-dbg deb debug extra
 python-uwsgidecorators deb python extra
 python3-uwsgidecorators deb python extra
 uwsgi deb web optional
 uwsgi-app-integration-plugins deb web extra
 uwsgi-core deb web optional
 uwsgi-dbg deb debug extra
 uwsgi-emperor deb web optional
 uwsgi-extra deb web extra
 uwsgi-infrastructure-plugins deb web extra
 uwsgi-plugin-alarm-curl deb web extra
 uwsgi-plugin-alarm-xmpp deb web extra
 uwsgi-plugin-curl-cron deb web extra
 uwsgi-plugin-emperor-pg deb web extra
 uwsgi-plugin-erlang deb web extra
 uwsgi-plugin-fiber deb web extra
 uwsgi-plugin-geoip deb web extra
 uwsgi-plugin-graylog2 deb web extra
 uwsgi-plugin-greenlet-python deb web extra
 uwsgi-plugin-jvm-openjdk-6 deb web extra
 uwsgi-plugin-jvm-openjdk-7 deb web extra
 uwsgi-plugin-jwsgi-openjdk-6 deb web extra
 uwsgi-plugin-jwsgi-openjdk-7 deb web extra
 uwsgi-plugin-ldap deb web extra
 uwsgi-plugin-lua5.1 deb web extra
 uwsgi-plugin-lua5.2 deb web extra
 uwsgi-plugin-php deb web extra
 uwsgi-plugin-psgi deb web extra
 uwsgi-plugin-pyerl-python deb web extra
 uwsgi-plugin-pyerl-python3 deb web extra
 uwsgi-plugin-python deb web extra
 uwsgi-plugin-python3 deb web extra
 uwsgi-plugin-rack-ruby1.9.1 deb web extra
 uwsgi-plugin-rbthreads deb web extra
 uwsgi-plugin-router-access deb web extra
 uwsgi-plugin-sqlite3 deb web extra
 uwsgi-plugin-v8 deb web extra
 uwsgi-plugin-xslt deb web extra
 uwsgi-plugins-all deb web extra
Debtransform-Tar: uwsgi-2.0.1.tar.gz
Debtransform-Files-Tar: debian.tar.gz
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to