From: Jon Ludlam Date: Thu, 7 Jul 2011 15:32:50 +0000 (+0100) Subject: Initial commit X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=266894ea1424c5f1055d809b158519b3a5bf70dc;p=people%2Fdstodden%2Fblktap-debian.git Initial commit --- 266894ea1424c5f1055d809b158519b3a5bf70dc diff --git a/README.Debian b/README.Debian new file mode 100644 index 0000000..ef5f7c0 --- /dev/null +++ b/README.Debian @@ -0,0 +1,6 @@ +blktap for Debian +----------------- + + + + -- Jon Ludlam Thu, 07 Jul 2011 00:41:03 +0100 diff --git a/README.source b/README.source new file mode 100644 index 0000000..e477c50 --- /dev/null +++ b/README.source @@ -0,0 +1,9 @@ +blktap for Debian +----------------- + + + + + + diff --git a/blktap-doc.docs b/blktap-doc.docs new file mode 100644 index 0000000..d4f4542 --- /dev/null +++ b/blktap-doc.docs @@ -0,0 +1 @@ +#DOCS# diff --git a/blktap-doc.install b/blktap-doc.install new file mode 100644 index 0000000..d4f4542 --- /dev/null +++ b/blktap-doc.install @@ -0,0 +1 @@ +#DOCS# diff --git a/blktap.install b/blktap.install new file mode 100644 index 0000000..03369f0 --- /dev/null +++ b/blktap.install @@ -0,0 +1,3 @@ +/etc +/usr +/lib diff --git a/changelog b/changelog new file mode 100644 index 0000000..171d5aa --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +blktap (0.1-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Jon Ludlam Thu, 07 Jul 2011 00:41:03 +0100 diff --git a/compat b/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +8 diff --git a/control b/control new file mode 100644 index 0000000..53017e6 --- /dev/null +++ b/control @@ -0,0 +1,20 @@ +Source: blktap +Section: unknown +Priority: extra +Maintainer: Jon Ludlam +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.2 +Homepage: +#Vcs-Git: git://git.debian.org/collab-maint/blktap.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/blktap.git;a=summary + +Package: blktap +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: + + +Package: blktap-doc +Architecture: all +Description: documentation for blktap + diff --git a/copyright b/copyright new file mode 100644 index 0000000..74aa343 --- /dev/null +++ b/copyright @@ -0,0 +1,36 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: blktap +Source: + +Files: * +Copyright: + +License: + + + . + + +# If you want to use GPL v2 or later for the /debian/* files use +# the following clauses, or change it to suit. Delete these two lines +Files: debian/* +Copyright: 2011 Jon Ludlam +License: GPL-2+ + This package 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 package 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, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. diff --git a/docs b/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/docs @@ -0,0 +1 @@ +README diff --git a/rules b/rules new file mode 100755 index 0000000..c259a57 --- /dev/null +++ b/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. +# +# Modified to make a template file for a multi-binary package with separated +# build-arch and build-indep targets by Bill Allombert 2001 + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + + +%: + dh $@ diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt)