[DRE-commits] [passenger] 05/06: Use the bundled libev as it now has local modifications.

Felix Geyer fgeyer at moszumanska.debian.org
Sat May 2 20:56:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository passenger.

commit 21d3fd327965240c1a53d4cc0b34433ad48c0b67
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sat May 2 22:55:44 2015 +0200

    Use the bundled libev as it now has local modifications.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 --
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9782fb6..f0b24e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ passenger (5.0.7-1) UNRELEASED; urgency=medium
     - passenger supports more than just ruby.
   * New upstream release.
   * Refresh patches.
+  * Use the bundled libev as it now has local modifications.
 
  -- Felix Geyer <fgeyer at debian.org>  Sat, 02 May 2015 20:25:22 +0200
 
diff --git a/debian/control b/debian/control
index 3089c2f..c978f56 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Micah Anderson <micah at debian.org>,
  Felix Geyer <fgeyer 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, libev-dev, dh-autoreconf, ruby-mizuho,
+ source-highlight, libcurl4-openssl-dev, dh-autoreconf, ruby-mizuho,
  libjsoncpp-dev, zlib1g-dev
 Standards-Version: 3.9.5
 Homepage: https://www.phusionpassenger.com/
diff --git a/debian/rules b/debian/rules
index 555c3db..88c3fc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,6 @@ export EXTRA_CFLAGS=$(CFLAGS) $(CPPFLAGS)
 export EXTRA_CXXFLAGS=$(CXXFLAGS) $(CPPFLAGS)
 export EXTRA_LDFLAGS=$(LDFLAGS)
 
-export USE_VENDORED_LIBEV=false
-
 # needed to generate docs
 export LC_ALL=C.UTF-8
 

-- 
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