[DRE-commits] [passenger] 01/01: Build against the libuv package instead of the bundled copy. (Closes: 815496)
Felix Geyer
fgeyer at moszumanska.debian.org
Sun Feb 21 23:13:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to branch master
in repository passenger.
commit 21feeb05e1776069a1ba54a7e0923d1b38a42998
Author: Felix Geyer <fgeyer at debian.org>
Date: Sun Feb 21 23:33:46 2016 +0100
Build against the libuv package instead of the bundled copy. (Closes: 815496)
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/rules | 2 ++
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 82a510b..d1ed694 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+passenger (5.0.22-2) UNRELEASED; urgency=medium
+
+ * Build against the libuv package instead of the bundled copy.
+ (Closes: 815496)
+
+ -- Felix Geyer <fgeyer at debian.org> Sun, 21 Feb 2016 23:24:39 +0100
+
passenger (5.0.22-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 84e0c6d..77ddda8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Micah Anderson <micah at debian.org>,
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.12~), apache2 (>= 2.4),
apache2-dev (>= 2.4), libapr1-dev, doxygen, asciidoc (>= 8.2), graphviz, rake,
source-highlight, libcurl4-openssl-dev, dh-autoreconf, ruby-mizuho,
- zlib1g-dev
+ zlib1g-dev, libuv1-dev
Standards-Version: 3.9.6
Homepage: https://www.phusionpassenger.com/
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-passenger.git
diff --git a/debian/rules b/debian/rules
index 72d6799..b1eb887 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ export EXTRA_LDFLAGS=$(LDFLAGS)
# needed to generate docs
export LC_ALL=C.UTF-8
+export USE_VENDORED_LIBUV=no
+
SUPPORTED_RUBY_VERSIONS=$(shell dh_ruby --print-supported)
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/passenger.git
More information about the Pkg-ruby-extras-commits
mailing list