fabric 1.10.2-1 source package in Ubuntu

Changelog

fabric (1.10.2-1) unstable; urgency=medium

  [ Stein Magnus Jodal ]
  * New upstream release.
  * debian/control:
    - Build-Depend on debhelper >= 9.
    - Build-Depend on python-all >= 2.7.
    - Build-Depend on dh-python.
    - Replace debian/pyversions with X-Python-Version declaration.
  * debian/copyrights:
    - Use DEP5 format.
    - Update upstream and package copyrights.
    - Update upstream license from GPLv2 to BSD-2-clause, as upstream changed
      license in 2009.
  * Install docs with dh_sphinxdoc. This fixes embedded-javascript-library
    Lintian warning for Underscore.js.
  * Update debian/watch.
  * Use pybuild as build system.
  * Replace AdSense removal patch with a new cleanly applying patch with the
    same license as the upstream source.

  [ Andrew Starr-Bochicchio ]
  * Add myself as Maintainer (Closes: #797593).
  * Fix typo in debian/watch.
  * debian/fab.1: Update to be more comprehensive based on
    on the upstream usage docs.

 -- Andrew Starr-Bochicchio <email address hidden>  Tue, 15 Sep 2015 22:32:39 -0400

Upload details

Uploaded by:
Andrew Starr-Bochicchio
Uploaded to:
Sid
Original maintainer:
Andrew Starr-Bochicchio
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
fabric_1.10.2-1.dsc 1.9 KiB 51b88e7132ffa3dd29acbca480699ae53fca7219d2d9acf992d09c7a8457cf48
fabric_1.10.2.orig.tar.gz 209.2 KiB f142aca5a20624036a35faa387dd5c409ad534a130f39172115fd57d7e9c3a8d
fabric_1.10.2-1.debian.tar.xz 10.3 KiB 83b67aada8cf0fc0bdfbe1f4da25ba904a460fd99ff9ef2b6a036ef22b95121c

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.