]> xenbits.xensource.com Git - people/dstodden/blktap-debian.git/commitdiff
Initial commit
authorJon Ludlam <jon@xcp-dev>
Thu, 7 Jul 2011 15:32:50 +0000 (16:32 +0100)
committerJon Ludlam <jon@xcp-dev>
Thu, 7 Jul 2011 15:32:50 +0000 (16:32 +0100)
12 files changed:
README.Debian [new file with mode: 0644]
README.source [new file with mode: 0644]
blktap-doc.docs [new file with mode: 0644]
blktap-doc.install [new file with mode: 0644]
blktap.install [new file with mode: 0644]
changelog [new file with mode: 0644]
compat [new file with mode: 0644]
control [new file with mode: 0644]
copyright [new file with mode: 0644]
docs [new file with mode: 0644]
rules [new file with mode: 0755]
source/format [new file with mode: 0644]

diff --git a/README.Debian b/README.Debian
new file mode 100644 (file)
index 0000000..ef5f7c0
--- /dev/null
@@ -0,0 +1,6 @@
+blktap for Debian
+-----------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Jon Ludlam <jonathan.ludlam@eu.citrix.com>  Thu, 07 Jul 2011 00:41:03 +0100
diff --git a/README.source b/README.source
new file mode 100644 (file)
index 0000000..e477c50
--- /dev/null
@@ -0,0 +1,9 @@
+blktap for Debian
+-----------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+
diff --git a/blktap-doc.docs b/blktap-doc.docs
new file mode 100644 (file)
index 0000000..d4f4542
--- /dev/null
@@ -0,0 +1 @@
+#DOCS#
diff --git a/blktap-doc.install b/blktap-doc.install
new file mode 100644 (file)
index 0000000..d4f4542
--- /dev/null
@@ -0,0 +1 @@
+#DOCS#
diff --git a/blktap.install b/blktap.install
new file mode 100644 (file)
index 0000000..03369f0
--- /dev/null
@@ -0,0 +1,3 @@
+/etc
+/usr
+/lib
diff --git a/changelog b/changelog
new file mode 100644 (file)
index 0000000..171d5aa
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+blktap (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Jon Ludlam <jonathan.ludlam@eu.citrix.com>  Thu, 07 Jul 2011 00:41:03 +0100
diff --git a/compat b/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+8
diff --git a/control b/control
new file mode 100644 (file)
index 0000000..53017e6
--- /dev/null
+++ b/control
@@ -0,0 +1,20 @@
+Source: blktap
+Section: unknown
+Priority: extra
+Maintainer: Jon Ludlam <jonathan.ludlam@eu.citrix.com>
+Build-Depends: debhelper (>= 8.0.0)
+Standards-Version: 3.9.2
+Homepage: <insert the upstream URL, if relevant>
+#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: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: blktap-doc
+Architecture: all
+Description: documentation for blktap
+ <insert long description, indented with spaces>
diff --git a/copyright b/copyright
new file mode 100644 (file)
index 0000000..74aa343
--- /dev/null
+++ b/copyright
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: blktap
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# 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 <jonathan.ludlam@eu.citrix.com>
+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 <http://www.gnu.org/licenses/>
+ .
+ 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 (file)
index 0000000..e845566
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+README
diff --git a/rules b/rules
new file mode 100755 (executable)
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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)