--- fabric-0.1.0.orig/debian/pyversions +++ fabric-0.1.0/debian/pyversions @@ -0,0 +1 @@ +2.5- --- fabric-0.1.0.orig/debian/changelog +++ fabric-0.1.0/debian/changelog @@ -0,0 +1,21 @@ +fabric (0.1.0-1) unstable; urgency=low + + * New upstream release. + * Correct title of manual page. + * Correct typo in debian/copyright. + * Updating location of Git URLs. + + -- Chris Lamb Sun, 22 Feb 2009 02:49:44 +0000 + +fabric (0.0.9-2) unstable; urgency=low + + * Add missing Build-Depends-Indep on python-setuptools. Found by checking + source-only upload to Ubuntu. + + -- Chris Lamb Thu, 08 Jan 2009 23:36:39 +0000 + +fabric (0.0.9-1) unstable; urgency=low + + * Initial release. (Closes: #504799) + + -- Chris Lamb Sat, 08 Nov 2008 03:29:25 +0000 --- fabric-0.1.0.orig/debian/compat +++ fabric-0.1.0/debian/compat @@ -0,0 +1 @@ +7 --- fabric-0.1.0.orig/debian/rules +++ fabric-0.1.0/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- fabric-0.1.0.orig/debian/watch +++ fabric-0.1.0/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://download.savannah.gnu.org/releases/fab/fab-(.+).tar.gz --- fabric-0.1.0.orig/debian/fab.1 +++ fabric-0.1.0/debian/fab.1 @@ -0,0 +1,41 @@ +.TH FAB 1 "November 8, 2008" +.SH NAME +fab - Simple Pythonic remote deployment tool +.SH SYNOPSIS +.PP +\fB \fr\fIfab\fR \fR\fI[commands ...]\fR +.SH DESCRIPTION +.PP +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. +.SH COMMANDS +.TP +.B help +Display Fabric usage help, or help for a given command. +.TP +.B license +Display the Fabric distribution license text. +.TP +.B list +Display a list of commands with descriptions. +.TP +.B set +Set a Fabric variable. +.TP +.B shell +Start an interactive shell connection to the specified hosts. +.TP +.B warranty +Display warranty information for the Fabric software. +.SH "AUTHOR" +.PP +Fabric was written by Christian Vest Hansen . +.PP +This stub manual page was written by Chris Lamb for the +Debian project (but may be used by others). +.SH "SEE ALSO" +.IP +\fBssh\fP\fB(1)\fP --- fabric-0.1.0.orig/debian/control +++ fabric-0.1.0/debian/control @@ -0,0 +1,21 @@ +Source: fabric +Section: python +Priority: optional +Maintainer: Chris Lamb +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: python-support, python-setuptools +Standards-Version: 3.8.0 +Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-fabric.git +Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-fabric.git +Homepage: http://www.nongnu.org/fab/ + +Package: fabric +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-paramiko (>= 1.6) +Description: 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. --- fabric-0.1.0.orig/debian/manpages +++ fabric-0.1.0/debian/manpages @@ -0,0 +1 @@ +debian/fab.1 --- fabric-0.1.0.orig/debian/copyright +++ fabric-0.1.0/debian/copyright @@ -0,0 +1,42 @@ +Author: Christian Vest Hansen +Download: http://www.nongnu.org/fab/ + +Files: * +Copyright: © 2008 Christian Vest Hansen +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems the full text of the GPL-2 may be found in the file + `/usr/share/common-licenses/GPL-2`. + +Files: * +Copyright: © 2008 Chris Lamb +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems the full text of the GPL-2 may be found in the file + `/usr/share/common-licenses/GPL-2`.