--- elastichosts-utils-20090817.orig/debian/compat +++ elastichosts-utils-20090817/debian/compat @@ -0,0 +1 @@ +5 --- elastichosts-utils-20090817.orig/debian/copyright +++ elastichosts-utils-20090817/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Soren Hansen on +Thu, 19 Feb 2009 20:46:16 +0100 + +Copyright: + + Copyright (C) 2008-2009 ElasticHosts Ltd + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. --- elastichosts-utils-20090817.orig/debian/rules +++ elastichosts-utils-20090817/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk --- elastichosts-utils-20090817.orig/debian/install +++ elastichosts-utils-20090817/debian/install @@ -0,0 +1,2 @@ +elastichosts usr/bin +elastichosts-upload usr/bin --- elastichosts-utils-20090817.orig/debian/control +++ elastichosts-utils-20090817/debian/control @@ -0,0 +1,18 @@ +Source: elastichosts-utils +Section: utils +Priority: extra +Maintainer: Soren Hansen +Build-Depends: debhelper (>= 7), cdbs +Standards-Version: 3.8.0 +Homepage: http://www.elastichosts.com/ + +Package: elastichosts-utils +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, curl +Description: Utilities for interacting with ElasticHosts + ElasticHosts is a cloud computing provider, offering hosted KVM based + virtual machines. + . + This package provides the cli utilities needed to interact with the + ElasticHosts API. + --- elastichosts-utils-20090817.orig/debian/manpages +++ elastichosts-utils-20090817/debian/manpages @@ -0,0 +1,2 @@ +debian/elastichosts.1 +debian/elastichosts-upload.1 --- elastichosts-utils-20090817.orig/debian/elastichosts.1 +++ elastichosts-utils-20090817/debian/elastichosts.1 @@ -0,0 +1,19 @@ +.TH ELASTICHOSTS "1" "February 2009" "elastichosts 20090219" "User Commands" +.SH NAME +elastichosts \- command line interface for ElasticHosts' API +.SH SYNOPSIS +.B elastichosts +[ \fI-c | -f FILENAME \fR] \fICMD \fR[\fIARG\fR]... +.SH OPTIONS +.TP +\fB\-c\fR +read input data for API call from stdin +.TP +\fB\-f\fR FILENAME +read input data for API call from FILENAME +.TP +\fB\-j\fR +input and output are in JSON format +.TP +\fB\-v\fR +show full headers sent and received during API call --- elastichosts-utils-20090817.orig/debian/elastichosts-upload.1 +++ elastichosts-utils-20090817/debian/elastichosts-upload.1 @@ -0,0 +1,22 @@ +.TH ELASTICHOSTS-UPLOAD "1" "February 2009" "elastichosts-upload 20090219" "User Commands" +.SH NAME +elastichosts-upload \- upload disk images to ElasticHosts +.SH SYNOPSIS +.B elastichosts-upload +[ \fIOPTIONS \fR] \fIFILENAME | BLOCK-DEVICE\fR +.SH OPTIONS +.TP +\fB\-c\fR CHUNK +size of chunks (default: 5242880) +.TP +\fB\-d\fR DRIVE\-UUID +UUID of existing drive to image (default: creates new drive) +.TP +\fB\-n\fR NAME +name for newly created drive (default: basename of FILENAME) +.TP +\fB\-o\fR OFFSET +byte offset from which to resume upload (default: 0) +.TP +\fB\-z\fR +input image is gzipped --- elastichosts-utils-20090817.orig/debian/changelog +++ elastichosts-utils-20090817/debian/changelog @@ -0,0 +1,12 @@ +elastichosts-utils (20090817-0ubuntu1) karmic; urgency=low + + * New upstream release + + -- Soren Hansen Tue, 18 Aug 2009 09:54:18 +0200 + +elastichosts-utils (20090219-0ubuntu1) jaunty; urgency=low + + * Initial upload (FFe: LP: #331769) + + -- Soren Hansen Mon, 19 Jan 2009 13:29:05 +0100 +