--- vmfs-tools-0.1.1.orig/debian/compat +++ vmfs-tools-0.1.1/debian/compat @@ -0,0 +1 @@ +7 --- vmfs-tools-0.1.1.orig/debian/control +++ vmfs-tools-0.1.1/debian/control @@ -0,0 +1,21 @@ +Source: vmfs-tools +Priority: extra +Section: otherosfs +Maintainer: Mike Hommey +Build-Depends: debhelper (>= 7), pkg-config, uuid-dev, libreadline5-dev | libreadline-dev, libfuse-dev, asciidoc, xsltproc, docbook-xsl +Standards-Version: 3.8.1.0 + +Package: vmfs-tools +Architecture: any +Section: otherosfs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Tools to access VMFS filesystems + VMFS is a clustered filesystem designed to store virtual machine disks for + VMware ESX or ESXi Server hosts. This set of tools allows to access these + filesystems from some other non ESX/ESXi host for e.g. maintenance tasks. + . + Only read access is available at the moment, but write access is under + works. Multiple extents are supported. + . + The VMFS can be accessed with a command line tool or mounted through a + userspace filesystem (FUSE-based). --- vmfs-tools-0.1.1.orig/debian/rules +++ vmfs-tools-0.1.1/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + OPTIM := -O0 +else + OPTIM := -O2 +endif + +override_dh_auto_build: + $(MAKE) OPTIMFLAGS=$(OPTIM) EXTRA_CFLAGS=-pipe + +override_dh_auto_install: + $(MAKE) install prefix=/usr DESTDIR=$(CURDIR)/debian/vmfs-tools NO_STRIP=1 + +%: + dh $@ --- vmfs-tools-0.1.1.orig/debian/copyright +++ vmfs-tools-0.1.1/debian/copyright @@ -0,0 +1,14 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=48 +Name: vmfs-tools +Source: http://glandium.org/projects/vmfs-tools/ + +Copyright: 2009, Christophe Fillot + 2009, Mike Hommey +License: GPL-2+ + On Debian systems the full text of the GNU General Public + License can be found in the `/usr/share/common-licenses/GPL-2' + file. + +Files: debian/* +Copyright: 2009, Mike Hommey +License: GPL-2+ --- vmfs-tools-0.1.1.orig/debian/changelog +++ vmfs-tools-0.1.1/debian/changelog @@ -0,0 +1,11 @@ +vmfs-tools (0.1.1-1) unstable; urgency=low + + * New upstream release. + + -- Mike Hommey Tue, 26 May 2009 20:24:00 +0200 + +vmfs-tools (0.1.0-1) unstable; urgency=low + + * Initial release. (Closes: #530022) + + -- Mike Hommey Sun, 24 May 2009 11:32:52 +0200