Package: uwsgi Version: 2.0.7-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu vivid ubuntu-patch
Dear Maintainer, Although libpcre3-dev appears to be automatically pulled in in unstable, that doesn't happen in Ubuntu Vivid. In any case, the package should probably explicitly build-depend on libpcre3-dev, given that it checks for its header files. In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on libpcre3-dev to fix FTBFS. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers vivid-updates APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), (100, 'vivid-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-24-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru uwsgi-2.0.7/debian/control.in uwsgi-2.0.7/debian/control.in --- uwsgi-2.0.7/debian/control.in 2014-10-25 14:29:07.000000000 -0400 +++ uwsgi-2.0.7/debian/control.in 2014-12-02 14:31:40.000000000 -0500 @@ -48,7 +48,8 @@ openjdk-7-jdk [@openjdk7_archs@], ruby-all-dev | ruby-dev, ruby, - uuid-dev + uuid-dev, + libpcre3-dev Standards-Version: 3.9.6 Homepage: http://projects.unbit.it/uwsgi/ Vcs-Git: git://anonscm.debian.org/collab-maint/uwsgi.git

