Your message dated Thu, 16 Feb 2012 19:51:12 +0000
with message-id <e1ry7mg-0001ev...@franck.debian.org>
and subject line Bug#656280: fixed in uwsgi 1.0.3+dfsg-1
has caused the Debian Bug report #656280,
regarding uwsgi FTBFS on several architectures, confusion between debian 
architecture names and java architecture names and "strict aliasing" problem in 
python code
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
656280: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656280
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: uwsgi
version: 0.9.8.3-2
severity: serious
tags: patch
x-debbugs-cc: ja...@resenje.org

Unfortunately the patch submitted for 640347 was incorrect. The architecture in the "openjdk-6-<arch>" part of the path needs to be the debian architecture name not the java architecture name (which is ambiguous). This error causes the package to FTBFS on architectures where the debian architecture and java architecture differ. Debian and java architecture names differ on armel, powerpc, armhf, sh4, and powerpcspe

In addition to further confuse matters java-arch.sh was returning incorrect java architecture names on armhf, sh4, powerpcspe and s390x, that has been sorted in a recent upload of javahelper for armhf, sh4 and powerpcspe. At the time of writing it's still an issue on s390x. Still I can poke the s390x buildd guys for a rebuild when that is sorted so don't let it stop you uploading this fix.

Anyway I prepared a fix for the debian architecture names VS java architecture names issue and then ran a test build on armel. Unfortunately it failed with "strict aliasing" errors in the python2.7 plugin. I then tested the package on amd64 and ran into the same issue.

gcc -pthread -fPIC -shared -o /uwsgi-0.9.8.3/python27_plugin.so -I. -O2 -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_BUILD_DATE="\"17 January 2012 19:52:09\"" -DUWSGI_HAS_IFADDRS -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_TIMER_USE_TIMERFD_NOINC -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_EMBEDDED -DUWSGI_UDP -DUWSGI_UUID -DUWSGI_VERSION="\"0.9.8.3-debian\"" -DUWSGI_VERSION_BASE="0" -DUWSGI_VERSION_MAJOR="9" -DUWSGI_VERSION_MINOR="8" -DUWSGI_VERSION_REVISION="3" -DUWSGI_VERSION_CUSTOM="\"debian\"" -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_INI -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_JSON -DUWSGI_LDAP -DUWSGI_ZEROMQ -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_SQLITE3 -DUWSGI_PLUGIN_DIR=\"/uwsgi-0.9.8.3\" -DUWSGI_SPOOLER -I/usr/include/python2.7 -I/usr/include/python2.7 -Wno-unused-parameter -Wno-strict-prototypes -Dpython_plugin=python27_plugin -L/usr/lib/python2.7/config -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions /uwsgi-0.9.8.3/plugins/python27/../python/python_plugin.c /uwsgi-0.9.8.3/plugins/python27/../python/pyutils.c /uwsgi-0.9.8.3/plugins/python27/../python/pyloader.c /uwsgi-0.9.8.3/plugins/python27/../python/wsgi_handlers.c /uwsgi-0.9.8.3/plugins/python27/../python/wsgi_headers.c /uwsgi-0.9.8.3/plugins/python27/../python/wsgi_subhandler.c /uwsgi-0.9.8.3/plugins/python27/../python/gil.c /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c /uwsgi-0.9.8.3/plugins/python27/../python/profiler.c /uwsgi-0.9.8.3/plugins/python27/../python/symimporter.c -lpthread -ldl -lutil -lm -lpython2.7 /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_add_cron’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:256:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_register_rpc’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:500:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_attach_daemon’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:517:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_signal_registered’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:529:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_is_connected’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:785:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_send’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:820:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_advanced_sendfile’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:884:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_warning’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:937:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_log’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:950:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_spooler_freq’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:1184:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_load_plugin’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:1614:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_multicast’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:1635:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_reload’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2183:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_set_blocking’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2191:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_disconnect’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2245:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_grunt’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2393:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_suspend’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2431:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_cache_del’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2634:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_cache_set’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2671:2: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_cache_exists’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2694:4: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2699:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c: In function ‘py_uwsgi_queue_push’: /uwsgi-0.9.8.3/plugins/python27/../python/uwsgi_pymodule.c:2721:4: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
cc1: all warnings being treated as errors
*** unable to build python27 plugin ***
make: *** [debian/stamp-plugin-python] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
root@debian:/uwsgi-0.9.8.3#

I took the easy fix for this and enabled -fno-strict-aliasing for python 2.x plugins (there was already code to apply the flag but only with older gcc versions. I just removed the gcc version check).

Patch is attatched, it has been test on armel, armhf and amd64.

P.S. I have put the patch author in cc for this bug report so that they are aware of the distinction between debian architectures and java architectures for any similar patches they submit in future.
diff -urN uwsgi-0.9.8.3/debian/patches/120117_01_disable_strict_aliasing_for_python2_plugins.patch uwsgi-0.9.8.3.new/debian/patches/120117_01_disable_strict_aliasing_for_python2_plugins.patch
--- uwsgi-0.9.8.3/debian/patches/120117_01_disable_strict_aliasing_for_python2_plugins.patch	1970-01-01 00:00:00.000000000 +0000
+++ uwsgi-0.9.8.3.new/debian/patches/120117_01_disable_strict_aliasing_for_python2_plugins.patch	2012-01-17 21:20:27.000000000 +0000
@@ -0,0 +1,28 @@
+Description: disable strict aliasing for python 2.x plugins 
+ It seems that as of 17-JAN-2011 the python 2.7 plugin won't built in sid
+ with strict aliasing enabled. This patch changes the tests in the build
+ script to disable strict aliasing for the python plugins regardless of
+ gcc version.
+Author: Peter Green <plugw...@p10link.net>
+Bug-Debian: http://bugs.debian.org/??????
+
+--- uwsgi-0.9.8.3.orig/uwsgiconfig.py
++++ uwsgi-0.9.8.3/uwsgiconfig.py
+@@ -30,7 +30,7 @@ binary_list = []
+ def binarize(name):
+     return name.replace('/', '_').replace('.','_').replace('-','_')
+ 
+-# add -fno-strict-aliasing only on python2 and gcc < 4.3
++# add -fno-strict-aliasing only on python2
+ def strict_aliasing_must_be_disabled(plugin_name, uconf):
+     is_python2_plugin = (
+         plugin_name.startswith('python2')
+@@ -38,7 +38,7 @@ def strict_aliasing_must_be_disabled(plu
+     gcc_version_earlier_than_43 = (
+         uconf.gcc_major < 4
+         or (uconf.gcc_major == 4 and uconf.gcc_minor < 3))
+-    return (is_python2_plugin and gcc_version_earlier_than_43)
++    return (is_python2_plugin)
+ 
+ 
+ def spcall(cmd):
diff -urN uwsgi-0.9.8.3/debian/patches/series uwsgi-0.9.8.3.new/debian/patches/series
--- uwsgi-0.9.8.3/debian/patches/series	2012-01-01 20:16:34.000000000 +0000
+++ uwsgi-0.9.8.3.new/debian/patches/series	2012-01-17 21:17:39.000000000 +0000
@@ -5,3 +5,4 @@
 110429_01_apply_GCC_no_strict_aliasing_option_only_to_python_plugin_building.patch
 110515_01_add_overriding_of_JVM_PATH_into_buildscript_of_jwsgi_plugin.patch
 110726_01_fix_indentation_of_uwsgidecorators_py.patch
+120117_01_disable_strict_aliasing_for_python2_plugins.patch
diff -urN uwsgi-0.9.8.3/debian/rules uwsgi-0.9.8.3.new/debian/rules
--- uwsgi-0.9.8.3/debian/rules	2012-01-01 20:16:34.000000000 +0000
+++ uwsgi-0.9.8.3.new/debian/rules	2012-01-17 21:39:22.000000000 +0000
@@ -296,6 +296,8 @@
 		         $(PLUGIN_NAME)
 	touch $@
 
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+
 # Build jvm_openjdk6.so and jwsgi_openjdk6.so
 debian/stamp-plugin-jvm-openjdk-6 debian/stamp-plugin-jwsgi-openjdk-6:
 	$(eval PLUGIN_NAME = $(call pkg_name_to_plugin_name, \
@@ -303,8 +305,8 @@
 	))
 	$(eval PLUGIN_SRC_SUBDIR = $(firstword $(subst _, ,$(PLUGIN_NAME))))
 	$(eval JAVA_ARCH := $(shell /usr/share/javahelper/java-arch.sh))
-	UWSGICONFIG_JVM_INCPATH='/usr/lib/jvm/java-6-openjdk-$(JAVA_ARCH)/include/ -I/usr/lib/jvm/java-6-openjdk-$(JAVA_ARCH)/include/linux' \
-	UWSGICONFIG_JVM_LIBPATH='/usr/lib/jvm/java-6-openjdk-$(JAVA_ARCH)/jre/lib/$(JAVA_ARCH)/server/' \
+	UWSGICONFIG_JVM_INCPATH='/usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH)/include/ -I/usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH)/include/linux' \
+	UWSGICONFIG_JVM_LIBPATH='/usr/lib/jvm/java-6-openjdk-$(DEB_HOST_ARCH)/jre/lib/$(JAVA_ARCH)/server/' \
 	$(PYTHON) $(UWSGI_BUILDER) \
 		--plugin $(CURDIR)/$(UWSGI_PLUGINS_SRC_DIR)/$(PLUGIN_SRC_SUBDIR) \
 		         $(CURDIR)/debian/buildconf/uwsgi-plugin.ini \

--- End Message ---
--- Begin Message ---
Source: uwsgi
Source-Version: 1.0.3+dfsg-1

We believe that the bug you reported is fixed in the latest version of
uwsgi, which is due to be installed in the Debian FTP archive:

libapache2-mod-ruwsgi-dbg_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/libapache2-mod-ruwsgi-dbg_1.0.3+dfsg-1_amd64.deb
libapache2-mod-ruwsgi_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/libapache2-mod-ruwsgi_1.0.3+dfsg-1_amd64.deb
libapache2-mod-uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/libapache2-mod-uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
libapache2-mod-uwsgi_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/libapache2-mod-uwsgi_1.0.3+dfsg-1_amd64.deb
python-django-uwsgi-admin_1.0.3+dfsg-1_all.deb
  to main/u/uwsgi/python-django-uwsgi-admin_1.0.3+dfsg-1_all.deb
python-uwsgicc_1.0.3+dfsg-1_all.deb
  to main/u/uwsgi/python-uwsgicc_1.0.3+dfsg-1_all.deb
python-uwsgidecorators_1.0.3+dfsg-1_all.deb
  to main/u/uwsgi/python-uwsgidecorators_1.0.3+dfsg-1_all.deb
python3-uwsgidecorators_1.0.3+dfsg-1_all.deb
  to main/u/uwsgi/python3-uwsgidecorators_1.0.3+dfsg-1_all.deb
uwsgi-app-integration-plugins_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-app-integration-plugins_1.0.3+dfsg-1_amd64.deb
uwsgi-core_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-core_1.0.3+dfsg-1_amd64.deb
uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
uwsgi-extra_1.0.3+dfsg-1_all.deb
  to main/u/uwsgi/uwsgi-extra_1.0.3+dfsg-1_all.deb
uwsgi-infrastructure-plugins_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-infrastructure-plugins_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-admin_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-admin_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-cache_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-cache_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-carbon_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-carbon_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-cgi_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-cgi_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-echo_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-echo_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-erlang_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-erlang_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-fastrouter_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-fastrouter_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-fiber_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-fiber_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-graylog2_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-graylog2_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-greenlet-python_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-greenlet-python_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-http_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-http_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-jvm-openjdk-6_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-jvm-openjdk-6_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-jwsgi-openjdk-6_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-jwsgi-openjdk-6_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-logsocket_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-logsocket_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-lua5.1_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-lua5.1_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-luajit_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-luajit_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-nagios_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-nagios_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-ping_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-ping_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-probeconnect_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-probeconnect_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-probepg_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-probepg_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-psgi_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-psgi_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-pyerl-python3_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-pyerl-python3_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-pyerl-python_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-pyerl-python_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-python3_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-python3_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-python_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-python_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-rack-ruby1.8_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-rack-ruby1.8_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-rack-ruby1.9.1_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-rack-ruby1.9.1_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-rpc_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-rpc_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-rrdtool_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-rrdtool_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-rsyslog_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-rsyslog_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-signal_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-signal_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-symcall_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-symcall_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-syslog_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-syslog_1.0.3+dfsg-1_amd64.deb
uwsgi-plugin-ugreen_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugin-ugreen_1.0.3+dfsg-1_amd64.deb
uwsgi-plugins-all_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi-plugins-all_1.0.3+dfsg-1_amd64.deb
uwsgi_1.0.3+dfsg-1.debian.tar.gz
  to main/u/uwsgi/uwsgi_1.0.3+dfsg-1.debian.tar.gz
uwsgi_1.0.3+dfsg-1.dsc
  to main/u/uwsgi/uwsgi_1.0.3+dfsg-1.dsc
uwsgi_1.0.3+dfsg-1_amd64.deb
  to main/u/uwsgi/uwsgi_1.0.3+dfsg-1_amd64.deb
uwsgi_1.0.3+dfsg.orig.tar.gz
  to main/u/uwsgi/uwsgi_1.0.3+dfsg.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 656...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Janos Guljas <ja...@resenje.org> (supplier of updated uwsgi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 13 Feb 2012 03:43:28 +0100
Source: uwsgi
Binary: uwsgi uwsgi-dbg uwsgi-core uwsgi-plugins-all 
uwsgi-infrastructure-plugins uwsgi-app-integration-plugins uwsgi-plugin-admin 
uwsgi-plugin-cache uwsgi-plugin-carbon uwsgi-plugin-cgi uwsgi-plugin-echo 
uwsgi-plugin-erlang uwsgi-plugin-fastrouter uwsgi-plugin-fiber 
uwsgi-plugin-graylog2 uwsgi-plugin-greenlet-python uwsgi-plugin-http 
uwsgi-plugin-jvm-openjdk-6 uwsgi-plugin-jwsgi-openjdk-6 uwsgi-plugin-logsocket 
uwsgi-plugin-lua5.1 uwsgi-plugin-luajit uwsgi-plugin-nagios uwsgi-plugin-ping 
uwsgi-plugin-probeconnect uwsgi-plugin-probepg uwsgi-plugin-psgi 
uwsgi-plugin-pyerl-python uwsgi-plugin-pyerl-python3 uwsgi-plugin-python 
uwsgi-plugin-python3 uwsgi-plugin-rack-ruby1.8 uwsgi-plugin-rack-ruby1.9.1 
uwsgi-plugin-rpc uwsgi-plugin-rrdtool uwsgi-plugin-rsyslog uwsgi-plugin-signal 
uwsgi-plugin-symcall uwsgi-plugin-syslog uwsgi-plugin-ugreen 
libapache2-mod-uwsgi libapache2-mod-uwsgi-dbg libapache2-mod-ruwsgi 
libapache2-mod-ruwsgi-dbg python-django-uwsgi-admin python-uwsgicc
 python-uwsgidecorators python3-uwsgidecorators
 uwsgi-extra
Architecture: all amd64 source
Version: 1.0.3+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Janos Guljas <ja...@resenje.org>
Changed-By: Janos Guljas <ja...@resenje.org>
Closes: 640698 654333 656280
Description: 
 libapache2-mod-ruwsgi - uwsgi module for Apache2 (mod_Ruwsgi)
 libapache2-mod-ruwsgi-dbg - debugging symbols for Apache2 mod_Ruwsgi
 libapache2-mod-uwsgi - uwsgi module for Apache2 (mod_uwsgi)
 libapache2-mod-uwsgi-dbg - debugging symbols for Apache2 mod_uwsgi
 python-django-uwsgi-admin - Django application for administering uWSGI server
 python-uwsgicc - uWSGI control center
 python-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python)
 python3-uwsgidecorators - module of decorators for elegant access to uWSGI API 
(Python 3)
 uwsgi      - fast, self-healing application container server
 uwsgi-app-integration-plugins - plugins for integration of uWSGI and 
application
 uwsgi-core - fast, self-healing application container server (core)
 uwsgi-dbg  - debugging symbols for uWSGI server and it's plugins
 uwsgi-extra - fast, self-healing application container server (extra files)
 uwsgi-infrastructure-plugins - infrastructure plugins for uWSGI
 uwsgi-plugin-admin - admin plugin for uWSGI
 uwsgi-plugin-cache - cache plugin for uWSGI
 uwsgi-plugin-carbon - carbon plugin for uWSGI
 uwsgi-plugin-cgi - CGI plugin for uWSGI
 uwsgi-plugin-echo - echo plugin for uWSGI
 uwsgi-plugin-erlang - Erlang plugin for uWSGI
 uwsgi-plugin-fastrouter - fastrouter plugin for uWSGI
 uwsgi-plugin-fiber - fiber loop engine plugin for uWSGI
 uwsgi-plugin-graylog2 - graylog2 plugin for uWSGI
 uwsgi-plugin-greenlet-python - greenlet plugin for uWSGI (Python)
 uwsgi-plugin-http - HTTP server plugin for uWSGI
 uwsgi-plugin-jvm-openjdk-6 - Java plugin for uWSGI (OpenJDK 6)
 uwsgi-plugin-jwsgi-openjdk-6 - JWSGI plugin for uWSGI (OpenJDK 6)
 uwsgi-plugin-logsocket - logsocket plugin for uWSGI
 uwsgi-plugin-lua5.1 - Lua WSAPI plugin for uWSGI (Lua 5.1)
 uwsgi-plugin-luajit - Lua WSAPI plugin for uWSGI (LuaJIT)
 uwsgi-plugin-nagios - Nagios plugin for uWSGI
 uwsgi-plugin-ping - ping plugin for uWSGI
 uwsgi-plugin-probeconnect - probeconnect plugin for uWSGI
 uwsgi-plugin-probepg - probepg plugin for uWSGI
 uwsgi-plugin-psgi - Perl PSGI plugin for uWSGI
 uwsgi-plugin-pyerl-python - pyerl plugin for uWSGI (Python)
 uwsgi-plugin-pyerl-python3 - pyerl plugin for uWSGI (Python 3)
 uwsgi-plugin-python - Python WSGI plugin for uWSGI
 uwsgi-plugin-python3 - Python 3 WSGI plugin for uWSGI
 uwsgi-plugin-rack-ruby1.8 - Rack plugin for uWSGI (Ruby 1.8)
 uwsgi-plugin-rack-ruby1.9.1 - Rack plugin for uWSGI (Ruby 1.9.1)
 uwsgi-plugin-rpc - RPC plugin for uWSGI
 uwsgi-plugin-rrdtool - rrdtool plugin for uWSGI
 uwsgi-plugin-rsyslog - rsyslog plugin for uWSGI
 uwsgi-plugin-signal - signal plugin for uWSGI
 uwsgi-plugin-symcall - symcall plugin for uWSGI
 uwsgi-plugin-syslog - syslog plugin for uWSGI
 uwsgi-plugin-ugreen - uGreen plugin for uWSGI
 uwsgi-plugins-all - all available plugins for uWSGI
Changes: 
 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
Checksums-Sha1: 
 017699935a8e959ce0e882926694cc967867bd1d 15334 
python-django-uwsgi-admin_1.0.3+dfsg-1_all.deb
 82b75f3ea0f019656b2509c290e16ec24cae0ca8 30264 
python-uwsgicc_1.0.3+dfsg-1_all.deb
 d654c06ccc79c5490908b15400389a44dc7d4047 15178 
python-uwsgidecorators_1.0.3+dfsg-1_all.deb
 a0f07a1e4e58c389bbb34737996efa04909785ed 14860 
python3-uwsgidecorators_1.0.3+dfsg-1_all.deb
 19f4752a91f33e57ffa9d5c16ac7312f9a32eb8a 47644 uwsgi-extra_1.0.3+dfsg-1_all.deb
 bda6f8ce6a4dba86c148e951715063e244ad535d 26696 uwsgi_1.0.3+dfsg-1_amd64.deb
 f0c502042820fe881bf761684b0a10206623ad7d 575500 
uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
 d44436da98fd2bb8979335db0f97367d0de0858b 191962 
uwsgi-core_1.0.3+dfsg-1_amd64.deb
 9c9e1417a5015c7fae1730f2b1ea431019db01b3 13186 
uwsgi-plugins-all_1.0.3+dfsg-1_amd64.deb
 b05348f3b38c9673149896bf194c54818458c794 13130 
uwsgi-infrastructure-plugins_1.0.3+dfsg-1_amd64.deb
 c7bb6ddfc5dc1af41d73812bbb430a578dce2f2c 13164 
uwsgi-app-integration-plugins_1.0.3+dfsg-1_amd64.deb
 fcca964fd2ae9a812269a41164a6218b5959438f 19508 
uwsgi-plugin-admin_1.0.3+dfsg-1_amd64.deb
 7fa3cb31ce19ac1b256b181fdc682ee37c2bed9b 19810 
uwsgi-plugin-cache_1.0.3+dfsg-1_amd64.deb
 0955293bfc74bd8458c626e668672fa43cd30078 20542 
uwsgi-plugin-carbon_1.0.3+dfsg-1_amd64.deb
 c8e312a07f1c98162ea32b4a908f21b354831e77 27132 
uwsgi-plugin-cgi_1.0.3+dfsg-1_amd64.deb
 122a1aec179c465d85e84a50c0dcb7971a78f3ce 19004 
uwsgi-plugin-echo_1.0.3+dfsg-1_amd64.deb
 8d9305ed708e6adaa685fb72d169231fcff22651 54926 
uwsgi-plugin-erlang_1.0.3+dfsg-1_amd64.deb
 a950c5d6906ec9c5cb027a8cd264c498ef75cd4d 27200 
uwsgi-plugin-fastrouter_1.0.3+dfsg-1_amd64.deb
 0da6ea8683c243331d6063994af398ec5d2a3b8b 15778 
uwsgi-plugin-fiber_1.0.3+dfsg-1_amd64.deb
 bafe8c59bbbd9f34e0f97fc5576beabdf02f3ca4 20384 
uwsgi-plugin-graylog2_1.0.3+dfsg-1_amd64.deb
 d4dad76378a3d78d7228c162aeaf35fdbd0554f4 18406 
uwsgi-plugin-greenlet-python_1.0.3+dfsg-1_amd64.deb
 57fbf50524e1119fe19b349082106acffabd2ea8 26644 
uwsgi-plugin-http_1.0.3+dfsg-1_amd64.deb
 9dbe5f688e1a6613307831e39e01373560c39a1f 21772 
uwsgi-plugin-jvm-openjdk-6_1.0.3+dfsg-1_amd64.deb
 353fbbdc3f3c44a3acc06f8830b94ace3b22a288 17142 
uwsgi-plugin-jwsgi-openjdk-6_1.0.3+dfsg-1_amd64.deb
 64fabb7ccb6b1f927234f25e92936a483e2510ab 20116 
uwsgi-plugin-logsocket_1.0.3+dfsg-1_amd64.deb
 311bb5e4edc1f8607304df8b0c4d60399df69117 25392 
uwsgi-plugin-lua5.1_1.0.3+dfsg-1_amd64.deb
 3e5fc790e6798207c263f8beb2d52bb063ede9ab 25396 
uwsgi-plugin-luajit_1.0.3+dfsg-1_amd64.deb
 48a8218a46ef8e527f19d13d922727272fade761 20024 
uwsgi-plugin-nagios_1.0.3+dfsg-1_amd64.deb
 1b3703ec4ecd95ffcd231a0f28473f2d9b506a20 20144 
uwsgi-plugin-ping_1.0.3+dfsg-1_amd64.deb
 068b9078616fb6a3dfc69dd5623e1cae1b273a19 19566 
uwsgi-plugin-probeconnect_1.0.3+dfsg-1_amd64.deb
 1a0b8bd2d6ec08cc356e72e85391510254d2dcb7 19920 
uwsgi-plugin-probepg_1.0.3+dfsg-1_amd64.deb
 fbbc1b36b4dd511897818064f2c348d6aadf936b 36514 
uwsgi-plugin-psgi_1.0.3+dfsg-1_amd64.deb
 9a346759da610fdba3ba919cfd80190d704d511b 22570 
uwsgi-plugin-pyerl-python_1.0.3+dfsg-1_amd64.deb
 8387c6291f7c4ec351b80bce88ad20e0f127eb4b 22040 
uwsgi-plugin-pyerl-python3_1.0.3+dfsg-1_amd64.deb
 42d967db45b550ab0a58a3e1b601febff035680a 135534 
uwsgi-plugin-python_1.0.3+dfsg-1_amd64.deb
 dcbbd45f78ff6b3e8d7db68633f732a7d12f70ae 77634 
uwsgi-plugin-python3_1.0.3+dfsg-1_amd64.deb
 e908c1ff00489a36a8ee18746a35a0bb10769fbb 37698 
uwsgi-plugin-rack-ruby1.8_1.0.3+dfsg-1_amd64.deb
 a843ea34f7bc0fad29ca97d84a5f106538345941 41050 
uwsgi-plugin-rack-ruby1.9.1_1.0.3+dfsg-1_amd64.deb
 4d9c01e6300a7f7068ae7b816dd979f8a417b3aa 19278 
uwsgi-plugin-rpc_1.0.3+dfsg-1_amd64.deb
 20cd496e737364be26d83948c739ae6089f451b5 21380 
uwsgi-plugin-rrdtool_1.0.3+dfsg-1_amd64.deb
 604e51ee9e58ec30602d95b85f7fe11d6122a1e4 20172 
uwsgi-plugin-rsyslog_1.0.3+dfsg-1_amd64.deb
 3b7048aa6d93aa57964bf0a5b6d0447f99958d83 19334 
uwsgi-plugin-signal_1.0.3+dfsg-1_amd64.deb
 6206622653b96cb16f439bc0a7396723c659a51c 19208 
uwsgi-plugin-symcall_1.0.3+dfsg-1_amd64.deb
 9338cb140d1d814f8a59f096b734861ddafbcceb 19358 
uwsgi-plugin-syslog_1.0.3+dfsg-1_amd64.deb
 bf5a4d5cdc391286660dbb7c7379745a0a847a35 20566 
uwsgi-plugin-ugreen_1.0.3+dfsg-1_amd64.deb
 e6572b55164c262b2c7aa13c38ef909da077123e 21752 
libapache2-mod-uwsgi_1.0.3+dfsg-1_amd64.deb
 adc6fd93b5f356b8607b787cabca0ad007414149 15236 
libapache2-mod-uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
 a9b3fa2fc55fc5b51d77648aedda2b14fe378f63 23074 
libapache2-mod-ruwsgi_1.0.3+dfsg-1_amd64.deb
 06139a11ad2ceb375e7ccca3400d7dba6140b4a3 15722 
libapache2-mod-ruwsgi-dbg_1.0.3+dfsg-1_amd64.deb
 f3529a74a66d370fb50a58972a3af73a8b0bc191 4480 uwsgi_1.0.3+dfsg-1.dsc
 761e70ba1f479db8db084b321ccc3bd7b6cd1a24 389748 uwsgi_1.0.3+dfsg.orig.tar.gz
 4bcef87cd89cf81601a3e0348b54f02794cc7c83 35789 uwsgi_1.0.3+dfsg-1.debian.tar.gz
Checksums-Sha256: 
 da91ba662ca7571d1f2ba0a7ba13668fef11c6bcc63a78ac21a9ec55293fef19 15334 
python-django-uwsgi-admin_1.0.3+dfsg-1_all.deb
 72249135dc0c15607e330c5955447e74aa8e58d1f591b81570a99a57299976e4 30264 
python-uwsgicc_1.0.3+dfsg-1_all.deb
 c66b5ddb35c40ec10f64cb1fa19c35537de1ae48c7365829945355082c1fb5f4 15178 
python-uwsgidecorators_1.0.3+dfsg-1_all.deb
 e1fb60b6a6dc82f916b0b4e75ea7ea51b4da29754ff6acd8bacf1e96cc83f974 14860 
python3-uwsgidecorators_1.0.3+dfsg-1_all.deb
 0c054cb2af800b34528007034c95388f2261d2340cab1165131a23650fd0dbe3 47644 
uwsgi-extra_1.0.3+dfsg-1_all.deb
 a47d1cb5e7530ed5a5bc03d18555308f078162c29ee88acfe45c4e58dea9a020 26696 
uwsgi_1.0.3+dfsg-1_amd64.deb
 0600dfce51d838c773f807e02819a78e2d1bafd020fffdf68e7c9f634a2e45e9 575500 
uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
 afa98df96ab91ad4a8fb9d5da4d9d4d1fb6d45d8502d57eba0387ebe2a3b12fc 191962 
uwsgi-core_1.0.3+dfsg-1_amd64.deb
 45a6cf82775de8693d118ddf7c8bf2fd6be186d3dba8d10a06a6d60bdcbc82f8 13186 
uwsgi-plugins-all_1.0.3+dfsg-1_amd64.deb
 4a669783d838a8edbaa4b34fb138ed2272f22bc1621c875b5fcc079f6b6046b7 13130 
uwsgi-infrastructure-plugins_1.0.3+dfsg-1_amd64.deb
 c44389dcd1c95ed40ba7fbe9863343a135e96d868fede08c6034ea82ffb0737a 13164 
uwsgi-app-integration-plugins_1.0.3+dfsg-1_amd64.deb
 39f20f134dcfcb6ea947a13abc20e1a8cc4713028c6d7c6770173f117b545989 19508 
uwsgi-plugin-admin_1.0.3+dfsg-1_amd64.deb
 3fe4a63f8be980bc312e99ed3d8805c33a18d321e88ab262ad616f0c81c79827 19810 
uwsgi-plugin-cache_1.0.3+dfsg-1_amd64.deb
 2d7fa84b531508f2377a403ed2bc9da2e591d14a1f3c36fe11ac213273db2009 20542 
uwsgi-plugin-carbon_1.0.3+dfsg-1_amd64.deb
 0fcc18001c884289fdc82e9b4bc6908bea64f4ba475b392240982415826df292 27132 
uwsgi-plugin-cgi_1.0.3+dfsg-1_amd64.deb
 368bb87c66b353a6d2f6a2893b872d48667d8dd0584a61d762a00ed1399b739f 19004 
uwsgi-plugin-echo_1.0.3+dfsg-1_amd64.deb
 4af15941f5f849d1c2f7acdb3aa08066540c9a4fa18cdd3be0436d3a92e818e0 54926 
uwsgi-plugin-erlang_1.0.3+dfsg-1_amd64.deb
 7dc230fef2f37b033ad968c1d347547cb68f83032fd595bcb5222cac8963779b 27200 
uwsgi-plugin-fastrouter_1.0.3+dfsg-1_amd64.deb
 be06e858d891cc2d2d295f3438a7d08fd35e511d53420fce9c60a84c72af4f65 15778 
uwsgi-plugin-fiber_1.0.3+dfsg-1_amd64.deb
 d6a37052e0cd0f49497d7a78c70f69b0f3c30a7c64f583badfe50756866defc3 20384 
uwsgi-plugin-graylog2_1.0.3+dfsg-1_amd64.deb
 b5e26fc62a6a0d3f53e1173cfc83a3f087cd3c257951953b488f43be369c0762 18406 
uwsgi-plugin-greenlet-python_1.0.3+dfsg-1_amd64.deb
 bf1f68228cbf54925acada41a2faf6a33fe93b91f2ee9c79bb6dc2a3cdbc84f9 26644 
uwsgi-plugin-http_1.0.3+dfsg-1_amd64.deb
 50569edc44fc74d5ad9459a2060b5c478c4d76273d9a2673da309a799094f586 21772 
uwsgi-plugin-jvm-openjdk-6_1.0.3+dfsg-1_amd64.deb
 c940fbfebf86131f679d95720fc82e5a6ac08a946f5a3c59ee914d0e1eaa12b5 17142 
uwsgi-plugin-jwsgi-openjdk-6_1.0.3+dfsg-1_amd64.deb
 77fe1a11bd031fc005591dfcbdadd57dc3b29820b8986cdd54c9fa13df55a00b 20116 
uwsgi-plugin-logsocket_1.0.3+dfsg-1_amd64.deb
 615bee2c94bc47dd85f14785ec8aeaf824268e2bae1e8289bf938bac31f36f8c 25392 
uwsgi-plugin-lua5.1_1.0.3+dfsg-1_amd64.deb
 25d9ebe62e8a462bf76fdf7f657ed8b7dd97ede482be01b19726ef3d9778da94 25396 
uwsgi-plugin-luajit_1.0.3+dfsg-1_amd64.deb
 ab067065f285a75f769f914a0bf3dd31d35df99ba51b344a21baf180d6ff2f80 20024 
uwsgi-plugin-nagios_1.0.3+dfsg-1_amd64.deb
 6da15a5de6b0c7a1172ad4be041eee9192074acfd2234f15fa8f807e05d54c7b 20144 
uwsgi-plugin-ping_1.0.3+dfsg-1_amd64.deb
 229d47129cabfd76838fe622726b34d2932ce6f5abb253d27d47448472c5e0c1 19566 
uwsgi-plugin-probeconnect_1.0.3+dfsg-1_amd64.deb
 13e16beea9f955d9944fdd65f3a2a01f5778039e4bdeb4ea9002d112a69f9f36 19920 
uwsgi-plugin-probepg_1.0.3+dfsg-1_amd64.deb
 96d5e7841725aa75a477a1dc34ba6b9b91c23b48aac0b10e8b8fd102d6305343 36514 
uwsgi-plugin-psgi_1.0.3+dfsg-1_amd64.deb
 597dadce7d5ef9515fd945b58a6f0edd1d3c912f30f68dc2e42e6b61e9e05a9e 22570 
uwsgi-plugin-pyerl-python_1.0.3+dfsg-1_amd64.deb
 5e492d4daac0c247fdc40a32876617af3023b666a2a0c34c73c3a447db602509 22040 
uwsgi-plugin-pyerl-python3_1.0.3+dfsg-1_amd64.deb
 1009ebf69dc7b143b7da1e5895b5892f0ed6b9324733e12b29fdfa5a250f6d5f 135534 
uwsgi-plugin-python_1.0.3+dfsg-1_amd64.deb
 16ba85b857d9bc6425da6cb21fca705ab344b1d9475ee0c37921aae2e139bda5 77634 
uwsgi-plugin-python3_1.0.3+dfsg-1_amd64.deb
 8b54fa8544d5cf0bd80482d6bccf918af9069962e01e0c3b3bd753228ae5cb0a 37698 
uwsgi-plugin-rack-ruby1.8_1.0.3+dfsg-1_amd64.deb
 10bce9a4546aa57d04dc24e977084a714435ad2b4d11881497d87f1877321f57 41050 
uwsgi-plugin-rack-ruby1.9.1_1.0.3+dfsg-1_amd64.deb
 f7589d3283540079a1b81e0bc7ab2e8dafe6adaa5e973f932f49af94a850ee66 19278 
uwsgi-plugin-rpc_1.0.3+dfsg-1_amd64.deb
 88d0be6a16ff9fac97696dcc19b15cf1fe9dff28ee492a0417aedaea70070180 21380 
uwsgi-plugin-rrdtool_1.0.3+dfsg-1_amd64.deb
 d671bfc4366524ce898ea14f2a8f966f0d36c6bead8ddd3fea23c548f2f30efc 20172 
uwsgi-plugin-rsyslog_1.0.3+dfsg-1_amd64.deb
 edf2d960433c4e077ce1d6155ff8dcbd1cb40adc2e208bdfbf4757c4832c5a2b 19334 
uwsgi-plugin-signal_1.0.3+dfsg-1_amd64.deb
 5725a6e9866c71e90a2826bdb735f8dd072f5afd4c717acea367870693521740 19208 
uwsgi-plugin-symcall_1.0.3+dfsg-1_amd64.deb
 930db34a28dff7e222c40f71c990cdd4ede4b03a3359f8af2bec425589ae4a5d 19358 
uwsgi-plugin-syslog_1.0.3+dfsg-1_amd64.deb
 2ccc8bd99a4e68eb9f31634249106814d225c281dd79f6c198060df806187a51 20566 
uwsgi-plugin-ugreen_1.0.3+dfsg-1_amd64.deb
 309713bd872fea1ad0240fb34932c038dd1ae6a67a184e10695f9c48d36939c1 21752 
libapache2-mod-uwsgi_1.0.3+dfsg-1_amd64.deb
 cf27079a1e1b3c774cedae54566addcc196681ffb9d635261db6c36fc286c4db 15236 
libapache2-mod-uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
 e5212b6a66d3a33ea8ad50bd659ecc5ff1525b8ab7b4c3b36728b6aeea165b31 23074 
libapache2-mod-ruwsgi_1.0.3+dfsg-1_amd64.deb
 45e46093649ddc9400aa52c944b9190806884fbb09987389994ed248de4a7909 15722 
libapache2-mod-ruwsgi-dbg_1.0.3+dfsg-1_amd64.deb
 4365d8088bf1ca162f4166bacd9d557389a3f79a40e7f338e33d80538f8af8bf 4480 
uwsgi_1.0.3+dfsg-1.dsc
 ea487fc1820c83b9b9c5685951740e2478443065a88be59b0983403fafd60f86 389748 
uwsgi_1.0.3+dfsg.orig.tar.gz
 327a459cff7eaaf0d4a79c6abb046f2f3d1b81f72404e82f383b49d442a924b3 35789 
uwsgi_1.0.3+dfsg-1.debian.tar.gz
Files: 
 dd2921825f9b78a3298b2226f127e6b4 15334 python extra 
python-django-uwsgi-admin_1.0.3+dfsg-1_all.deb
 b6a4f68fa71e6742b3f72f22d07ee2f8 30264 python extra 
python-uwsgicc_1.0.3+dfsg-1_all.deb
 09956a56e0724d13a5429eb0d11c8b70 15178 python extra 
python-uwsgidecorators_1.0.3+dfsg-1_all.deb
 d1c90cfbbb47014aa29ca075e7834889 14860 python extra 
python3-uwsgidecorators_1.0.3+dfsg-1_all.deb
 e87fa1cec11bd22535e8e73ac62a1460 47644 web extra 
uwsgi-extra_1.0.3+dfsg-1_all.deb
 cd1469921be1756ea534cb6f86a02a9b 26696 web optional 
uwsgi_1.0.3+dfsg-1_amd64.deb
 1312c164169479d1b17e8d697e383e7c 575500 debug extra 
uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
 2eae8083df28a5edc3048806755c4d5c 191962 web optional 
uwsgi-core_1.0.3+dfsg-1_amd64.deb
 4a7a4328bbbd3491b1c429d85e309ed4 13186 web extra 
uwsgi-plugins-all_1.0.3+dfsg-1_amd64.deb
 63e84c75b50ef23fbe38e9c26f961528 13130 web extra 
uwsgi-infrastructure-plugins_1.0.3+dfsg-1_amd64.deb
 d5fadce1e05293af176969d2fb59c88a 13164 web extra 
uwsgi-app-integration-plugins_1.0.3+dfsg-1_amd64.deb
 d0ffee4cb9aa40e9a539c962e435aa3f 19508 web extra 
uwsgi-plugin-admin_1.0.3+dfsg-1_amd64.deb
 a9bb927c32964c751de95a22689def5c 19810 web extra 
uwsgi-plugin-cache_1.0.3+dfsg-1_amd64.deb
 dc536a8a28a3ea17f80f74976f4908a6 20542 web extra 
uwsgi-plugin-carbon_1.0.3+dfsg-1_amd64.deb
 08a3a4a0568d608ce8cfc091de773a21 27132 web extra 
uwsgi-plugin-cgi_1.0.3+dfsg-1_amd64.deb
 f6dd84e85868ea35cb199123cdbda47b 19004 web extra 
uwsgi-plugin-echo_1.0.3+dfsg-1_amd64.deb
 955fa000f108c9fbc1a5ea494ed5d87b 54926 web extra 
uwsgi-plugin-erlang_1.0.3+dfsg-1_amd64.deb
 ba304de2ea4827cbe1c9fb319233b03a 27200 web extra 
uwsgi-plugin-fastrouter_1.0.3+dfsg-1_amd64.deb
 c4f9a52613cd16106302fd3a1323e973 15778 web extra 
uwsgi-plugin-fiber_1.0.3+dfsg-1_amd64.deb
 040c7cc3fc55f4620d1596cb545b9495 20384 web extra 
uwsgi-plugin-graylog2_1.0.3+dfsg-1_amd64.deb
 28899dffe6828e792b32d3a5ab060318 18406 web extra 
uwsgi-plugin-greenlet-python_1.0.3+dfsg-1_amd64.deb
 72c8c79b7c999844ba7591d5e661a6d8 26644 web extra 
uwsgi-plugin-http_1.0.3+dfsg-1_amd64.deb
 201a0fbc2d2b3c2ecc42e73f3528906f 21772 web extra 
uwsgi-plugin-jvm-openjdk-6_1.0.3+dfsg-1_amd64.deb
 8ca6ee1de453ba11a1dd4227c96e64d6 17142 web extra 
uwsgi-plugin-jwsgi-openjdk-6_1.0.3+dfsg-1_amd64.deb
 7c9de1ca33fd1b050d3752a590afcb56 20116 web extra 
uwsgi-plugin-logsocket_1.0.3+dfsg-1_amd64.deb
 c2ba4c37725c9b2428d5b96ffd9a4dd8 25392 web extra 
uwsgi-plugin-lua5.1_1.0.3+dfsg-1_amd64.deb
 6f032adf8385abbd699c8095b323ffea 25396 web extra 
uwsgi-plugin-luajit_1.0.3+dfsg-1_amd64.deb
 5ba92cdc781dac2ad2e652609b7b798d 20024 web extra 
uwsgi-plugin-nagios_1.0.3+dfsg-1_amd64.deb
 6021a33bfc69448cd22e2d6329b8854c 20144 web extra 
uwsgi-plugin-ping_1.0.3+dfsg-1_amd64.deb
 7dd2b09ccf2f98879c4e8e71d789871f 19566 web extra 
uwsgi-plugin-probeconnect_1.0.3+dfsg-1_amd64.deb
 7a362bb3817a3d1ca1031e4c9397f1ce 19920 web extra 
uwsgi-plugin-probepg_1.0.3+dfsg-1_amd64.deb
 cee38c3b1477b4e2e2f28a275f97088b 36514 web extra 
uwsgi-plugin-psgi_1.0.3+dfsg-1_amd64.deb
 5dc568f35f68eaaefc7dba50e5a58866 22570 web extra 
uwsgi-plugin-pyerl-python_1.0.3+dfsg-1_amd64.deb
 ed5edbf70507cf71aaf34f6f1f1c88e5 22040 web extra 
uwsgi-plugin-pyerl-python3_1.0.3+dfsg-1_amd64.deb
 3bb5abe31c6933257ece4757e90c7526 135534 web extra 
uwsgi-plugin-python_1.0.3+dfsg-1_amd64.deb
 3e2fb3cf4432232e3c2a63b909f8e454 77634 web extra 
uwsgi-plugin-python3_1.0.3+dfsg-1_amd64.deb
 f4fec18635ad5c7a195398c4703b30d0 37698 web extra 
uwsgi-plugin-rack-ruby1.8_1.0.3+dfsg-1_amd64.deb
 4f84287ea506cd32d51224969956b24c 41050 web extra 
uwsgi-plugin-rack-ruby1.9.1_1.0.3+dfsg-1_amd64.deb
 f6f6f5c501b4dd33b39886e8294e636b 19278 web extra 
uwsgi-plugin-rpc_1.0.3+dfsg-1_amd64.deb
 1c869913d69b0893dadc442732f229ff 21380 web extra 
uwsgi-plugin-rrdtool_1.0.3+dfsg-1_amd64.deb
 bfa5396cd1e0672397e5b15d792991b1 20172 web extra 
uwsgi-plugin-rsyslog_1.0.3+dfsg-1_amd64.deb
 36aa211c8267fbe7f58b3cf2eb79bd99 19334 web extra 
uwsgi-plugin-signal_1.0.3+dfsg-1_amd64.deb
 9c1b02f51705fb7feecf289ef4d2fc31 19208 web extra 
uwsgi-plugin-symcall_1.0.3+dfsg-1_amd64.deb
 59173025c79aa0b1767738b0b66e32cb 19358 web extra 
uwsgi-plugin-syslog_1.0.3+dfsg-1_amd64.deb
 1c29c338ff8c72c6a61787dab89caf4e 20566 web extra 
uwsgi-plugin-ugreen_1.0.3+dfsg-1_amd64.deb
 5fdf2e7e27bba27cd494546260fa8877 21752 web extra 
libapache2-mod-uwsgi_1.0.3+dfsg-1_amd64.deb
 612421b138251d3950988de18880950f 15236 debug extra 
libapache2-mod-uwsgi-dbg_1.0.3+dfsg-1_amd64.deb
 4e6738c64569a569c894b4d810a1b506 23074 web extra 
libapache2-mod-ruwsgi_1.0.3+dfsg-1_amd64.deb
 2ef39b900e47c2b7cc7627ef6e1a75b2 15722 debug extra 
libapache2-mod-ruwsgi-dbg_1.0.3+dfsg-1_amd64.deb
 5c31230491f56a65d21ab91af2e3d1a6 4480 web extra uwsgi_1.0.3+dfsg-1.dsc
 fcb3815f718330d8beccd696edccdf20 389748 web extra uwsgi_1.0.3+dfsg.orig.tar.gz
 a60576df6a48bbb1b91de4e2b801440c 35789 web extra 
uwsgi_1.0.3+dfsg-1.debian.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk85Kg0ACgkQdp+/SHMBQJEUFwCfQY1NxT9tcx8uI4F+ydhKpjF2
G+gAnil1qzB21mfxvU7TtQbRjyozJO/R
=dPmY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to