--- cloudfusion-2.5.0.orig/debian/changelog +++ cloudfusion-2.5.0/debian/changelog @@ -0,0 +1,5 @@ +cloudfusion (2.5.0-0ubuntu1) lucid; urgency=low + + * Initial release. (Closes: LP: #522877) + + -- Scott Moser Tue, 16 Feb 2010 16:50:28 -0500 --- cloudfusion-2.5.0.orig/debian/install +++ cloudfusion-2.5.0/debian/install @@ -0,0 +1,2 @@ +*.php /usr/share/php/libphp-cloudfusion/ +lib /usr/share/php/libphp-cloudfusion/ --- cloudfusion-2.5.0.orig/debian/rules +++ cloudfusion-2.5.0/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +package = libphp-cloudfusion +instdir = debian/$(package)/usr/share/php/$(package) + +%: + dh $@ + +override_dh_fixperms: + dh_fixperms + chmod -R ugo-x,u=Xrw,go=Xr $(instdir) --- cloudfusion-2.5.0.orig/debian/copyright +++ cloudfusion-2.5.0/debian/copyright @@ -0,0 +1,17 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: cloudfusion +Maintainer: Scott Moser +Source: http://getcloudfusion.com/ + +This package was debianized by Scott Moser on +Tue, 16 Feb 2010 15:46:22 -0500 + +Upstream Author: Ryan Parman + +Copyright: 2007-2010 Ryan Parman, Foleeo Inc., and contributors +License: BSD + On Debian systems, the full text of the BSD license can be found in the + file `/usr/share/common-licenses/BSD` + +Files: debian/* +Copyright: 2010 Canonical Ltd. --- cloudfusion-2.5.0.orig/debian/docs +++ cloudfusion-2.5.0/debian/docs @@ -0,0 +1 @@ +README.textile --- cloudfusion-2.5.0.orig/debian/compat +++ cloudfusion-2.5.0/debian/compat @@ -0,0 +1 @@ +7 --- cloudfusion-2.5.0.orig/debian/control +++ cloudfusion-2.5.0/debian/control @@ -0,0 +1,14 @@ +Source: cloudfusion +Section: php +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: cdbs, debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: http://getcloudfusion.com/ + +Package: libphp-cloudfusion +Architecture: all +Depends: ${misc:Depends}, php5 | php5-cli, php5-curl +Description: A php toolkit for popular cloud computing services + Cloudfusion is a php toolkit for interacting with cloud computing services. + It supports Amazon Web Services and Eucalyptus.