[DRE-commits] r4313 - trunk/passenger/debian

Micah Anderson micah at alioth.debian.org
Mon Nov 9 17:45:57 UTC 2009


Author: micah
Date: 2009-11-09 17:45:56 +0000 (Mon, 09 Nov 2009)
New Revision: 4313

Modified:
   trunk/passenger/debian/changelog
   trunk/passenger/debian/control
Log:
hopefully finally fix the build-dep problem

Modified: trunk/passenger/debian/changelog
===================================================================
--- trunk/passenger/debian/changelog	2009-11-09 02:41:13 UTC (rev 4312)
+++ trunk/passenger/debian/changelog	2009-11-09 17:45:56 UTC (rev 4313)
@@ -1,3 +1,9 @@
+passenger (2.2.5debian-6) unstable; urgency=low
+
+  * Really sort out the Build-deps this time (Closes: #555155)
+
+ -- Micah Anderson <micah at debian.org>  Mon, 09 Nov 2009 12:07:15 -0500
+
 passenger (2.2.5debian-5) unstable; urgency=low
   
   * Build-dep on apache2 to fix FTBS (Closes: #555155)

Modified: trunk/passenger/debian/control
===================================================================
--- trunk/passenger/debian/control	2009-11-09 02:41:13 UTC (rev 4312)
+++ trunk/passenger/debian/control	2009-11-09 17:45:56 UTC (rev 4313)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Filipe Lautert <filipe at debian.org>, Micah Anderson <micah at debian.org>, David Moreno <damog at debian.org>
-Build-Depends: debhelper (>= 7), apache2-dev, apache2-threaded-dev (>= 2.2.9-9) | apache2-prefork-dev (>= 2.2.9-9), 
- libapr1-dev, rubygems (>= 1.2), debhelper (>= 5.0.44), ruby-dev, doxygen, asciidoc (>= 8.2), graphviz, 
- rake, cdbs, source-highlight
+Build-Depends: debhelper (>= 7), apache2-mpm-worker | apache2-mpm, apache2-threaded-dev, libapr1-dev, 
+ rubygems (>= 1.2), debhelper (>= 5.0.44), ruby-dev, doxygen, asciidoc (>= 8.2), graphviz, rake, 
+ cdbs, source-highlight
 Standards-Version: 3.8.3
 Homepage: http://www.modrails.com/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/passenger/




More information about the Pkg-ruby-extras-commits mailing list