fabric 1.8.2-1 source package in Ubuntu

Changelog

fabric (1.8.2-1) unstable; urgency=medium


  * New upstream release.
  * New maintainer. (Closes: #738292)
  * Bump debian/compat to 8
  * Update Standards-Version: 3.9.5, no changes required.
  * Change Vcs-Git and Vcs-Git fields to my github copy.
  * Modify debian/copyright to add myself in the packaging copyright.
  * Add patch no_adsense.patch, to remove Google Adsense in the html documentation.
  * Disable sphinx extension "releases", it is not included in Debian. See
    patch disable_sphinx_extension.patch.

 -- Ana Beatriz Guerrero Lopez <email address hidden>  Sat, 22 Feb 2014 23:01:27 +0100

Upload details

Uploaded by:
Ana Beatriz Guerrero López
Uploaded to:
Sid
Original maintainer:
Ana Beatriz Guerrero López
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
fabric_1.8.2-1.dsc 1.9 KiB def364fff4861320f776e8e47c6d975ea34a5866c96f8947211715cd17bc5fe6
fabric_1.8.2.orig.tar.gz 245.5 KiB ae810aee9114c5e7ef3ce7a0f6fb6293d1dfcfcfa846aa4e007f3ae42beaf62b
fabric_1.8.2-1.debian.tar.xz 4.1 KiB ef111d0b5752c68a064daa680998a2fd3adf7880bec565923337089023de2170

Available diffs

No changes file available.

Binary packages built by this source

fabric: Simple Pythonic remote deployment tool

 Fabric is designed to upload files and run shell commands on a number of
 servers in parallel or serially. These commands are grouped in tasks (which
 are regular Python functions) and specified in a 'fabfile.'
 .
 It is similar to Capistrano, except it's implemented in Python and doesn't
 expect you to be deploying Rails applications.