Package: fabric
Version: 1.3.2-4
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch
*** /tmp/tmpIpyzn0/bug_body
In Ubuntu, the attached patch was applied to achieve the following:
* Add python-paramiko to build dependencies (fixes FTBFS)
- update debian/control
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers oneiric-updates
APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500,
'oneiric-proposed'), (500, 'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-13-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru fabric-1.3.2/debian/changelog fabric-1.3.2/debian/changelog
diff -Nru fabric-1.3.2/debian/control fabric-1.3.2/debian/control
--- fabric-1.3.2/debian/control 2011-12-14 10:44:56.0 -0600
+++ fabric-1.3.2/debian/control 2011-12-26 15:53:57.0 -0600
@@ -1,12 +1,12 @@
Source: fabric
Section: net
Priority: optional
Maintainer: Chris Lamb
Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-support, python-setuptools, python-sphinx
+Build-Depends-Indep: python-support, python-setuptools, python-sphinx, python-paramiko
Standards-Version: 3.9.2
Vcs-Git: git://github.com/lamby/pkg-fabric.git
Vcs-Browser: https://github.com/lamby/pkg-fabric
Homepage: http://fabfile.org/
Package: fabric