Opps. I only sent this to control and not the bug itself:

---------- Forwarded message ----------
From: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date: Thu, Dec 22, 2011 at 1:55 PM
Subject: Still FTBFS without network access
To: cont...@bugs.debian.org


unarchive 648413
reopen 648413
found 648413 4.5-5
tags 648413 patch
thanks

Hi Antoine,

Thanks for your work on this, but unfortunately it was reintroduced.
Now that php-console-table is in the archive and the bundled copy
isn't shipped with drush again, you need a build dependency on it as
well. Patch attached.

Thanks!

-- Andrew Starr-Bochicchio

  Ubuntu Developer <https://launchpad.net/~andrewsomething>
  Debian Maintainer
<http://qa.debian.org/developer.php?login=a.starr.b%40gmail.com>
  PGP/GPG Key ID: D53FDCB1
From 1bbb5e14dd89bab6ec099258fcd192a6a1787a42 Mon Sep 17 00:00:00 2001
From: Andrew Starr-Bochicchio <a.star...@gmail.com>
Date: Thu, 22 Dec 2011 13:42:13 -0500
Subject: [PATCH] debian/control: Build depend on newly uploaded
 php-console-table as well. This is needed so that the
 package can build from source without network access.

---
 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index bc6fbfa..acf2684 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: drush
 Section: php
 Priority: optional
 Maintainer: Antoine Beaupré <anar...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), php5-cli (>= 5.2)
+Build-Depends: debhelper (>= 7.0.50~), php5-cli (>= 5.2), php-console-table
 Standards-Version: 3.9.2
 Homepage: http://drupal.org/project/drush
 Vcs-git: http://git.drupal.org/project/drush.git
-- 
1.7.5.4

Reply via email to