[Pkg-xen-changes] r232 - trunk/xen-common/debian

Bastian Blank waldi at costa.debian.org
Sun Aug 20 20:58:16 UTC 2006


Author: waldi
Date: Sun Aug 20 20:58:15 2006
New Revision: 232

Added:
   trunk/xen-common/debian/changelog
   trunk/xen-common/debian/compat
   trunk/xen-common/debian/control
   trunk/xen-common/debian/rules   (contents, props changed)

Log:
Add.


Added: trunk/xen-common/debian/changelog
==============================================================================
--- (empty file)
+++ trunk/xen-common/debian/changelog	Sun Aug 20 20:58:15 2006
@@ -0,0 +1,5 @@
+xen-common (0.1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Bastian Blank <waldi at debian.org>  Sun, 20 Aug 2006 20:55:29 +0000

Added: trunk/xen-common/debian/compat
==============================================================================
--- (empty file)
+++ trunk/xen-common/debian/compat	Sun Aug 20 20:58:15 2006
@@ -0,0 +1 @@
+5

Added: trunk/xen-common/debian/control
==============================================================================
--- (empty file)
+++ trunk/xen-common/debian/control	Sun Aug 20 20:58:15 2006
@@ -0,0 +1,15 @@
+Source: xen-common
+Section: admin
+Priority: optional
+Maintainer: Debian Xen Team <pkg-xen-devel at lists.alioth.debian.org>
+Uploaders: Julien Danjou <acid at debian.org>, Jeremy T. Bouse <jbouse at debian.org>, Guido Trotter <ultrotter at debian.org>, Bastian Blank <waldi at debian.org>
+Standards-Version: 3.7.2.0
+Build-Depends: debhelper (>= 5.0.37.2)
+
+Package: xen-utils-common
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: XEN administrative tools - common files
+ The userspace tools to manage a system virtualized through the XEN virtual
+ machine monitor.
+

Added: trunk/xen-common/debian/rules
==============================================================================
--- (empty file)
+++ trunk/xen-common/debian/rules	Sun Aug 20 20:58:15 2006
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+
+binary-indep:
+	dh_testdir
+	dh_testroot
+	dh_install
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_installinit -p xen-utils-common --name xend -- defaults 20 21
+	dh_installinit -p xen-utils-common --name xendomains --no-restart-on-upgrade -- defaults 21 20
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install #PHONY_CONFIGURE#



More information about the Pkg-xen-changes mailing list