From 0f82c89d009151d8a6ff5c77d64be4bca75446aa Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Sun, 8 Jun 2014 18:37:41 -0400 Subject: [PATCH] add packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 13 +++++++++++++ debian/copyright | 34 ++++++++++++++++++++++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + 6 files changed, 62 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f0c898a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pvgrub (2.02) unstable; urgency=low + + * Initial Release. + + -- Adam Glasgall Sun, 08 Jun 2014 16:04:22 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d6fcfa7 --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: pvgrub +Section: admin +Priority: optional +Maintainer: Adam Glasgall +Build-Depends: debhelper (>= 8.0.0), grub-xen-bin, +Standards-Version: 3.9.4 + +Package: pvgrub +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Paravirtualized GRUB image for booting Xen VMs + This package contains a standalone GRUB image suitable for use as a + bootloader for Xen domUs. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d2f2ec7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: pvgrub +Source: + +Files: * +Copyright: + +License: GPL-3.0+ + +Files: debian/* +Copyright: 2014 Adam Glasgall +License: GPL-3.0+ + +License: GPL-3.0+ + This program 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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..79fd842 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- 1.7.9.5