From 506493aa0ae3d784b791e96acaf30d6325c6e35c Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Wed, 25 Mar 2015 16:39:25 -0400 Subject: [PATCH] Add debian related files to xCAT-confluent subdirectory. The debian build was not building this package --- xCAT-confluent/debian/changelog | 5 +++++ xCAT-confluent/debian/compat | 1 + xCAT-confluent/debian/control | 11 +++++++++++ xCAT-confluent/debian/dirs | 1 + xCAT-confluent/debian/rules | 30 ++++++++++++++++++++++++++++++ xCAT-confluent/xpod2man | 1 - 6 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 xCAT-confluent/debian/changelog create mode 100644 xCAT-confluent/debian/compat create mode 100644 xCAT-confluent/debian/control create mode 100644 xCAT-confluent/debian/dirs create mode 100755 xCAT-confluent/debian/rules diff --git a/xCAT-confluent/debian/changelog b/xCAT-confluent/debian/changelog new file mode 100644 index 000000000..770ec7a4a --- /dev/null +++ b/xCAT-confluent/debian/changelog @@ -0,0 +1,5 @@ +xcat-confluent (2.10-snap20150325) unstable; urgency=low + + * Initial release + + -- root Wed, 25 Mar 2015 13:41:35 -0400 diff --git a/xCAT-confluent/debian/compat b/xCAT-confluent/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/xCAT-confluent/debian/compat @@ -0,0 +1 @@ +9 diff --git a/xCAT-confluent/debian/control b/xCAT-confluent/debian/control new file mode 100644 index 000000000..1a9f06881 --- /dev/null +++ b/xCAT-confluent/debian/control @@ -0,0 +1,11 @@ +Source: xcat-confluent +Section: admin +Priority: extra +Maintainer: xCAT +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.2 + +Package: xcat-confluent +Architecture: all +Depends: xcat-client +Description: xCAT integration with confluent systems management server diff --git a/xCAT-confluent/debian/dirs b/xCAT-confluent/debian/dirs new file mode 100644 index 000000000..f67374d26 --- /dev/null +++ b/xCAT-confluent/debian/dirs @@ -0,0 +1 @@ +/opt/confluent/ diff --git a/xCAT-confluent/debian/rules b/xCAT-confluent/debian/rules new file mode 100755 index 000000000..076c8b670 --- /dev/null +++ b/xCAT-confluent/debian/rules @@ -0,0 +1,30 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) +# output every command that modifies files on the build system + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: + +clean: + dh_testdir + dh_testroot + dh_clean -d + +install: + dh_installdirs + cp -r confluent/* debian/xcat-confluent/opt/confluent + +binary-indep: build install + +binary-arch: + dh_compress + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/xCAT-confluent/xpod2man b/xCAT-confluent/xpod2man index 02c930fbc..851a1853f 100755 --- a/xCAT-confluent/xpod2man +++ b/xCAT-confluent/xpod2man @@ -126,7 +126,6 @@ sub getPodList { # Create the xcat man page that gives a summary description of each xcat cmd. -# Not used. sub writesummarypage { my $file = shift; # relative path file name of the man page # the rest of @_ contains the pod files that describe each cmd