Add debian related files to xCAT-confluent subdirectory.

The debian build was not building this package
This commit is contained in:
Victor Hu 2015-03-25 16:39:25 -04:00
parent 419af5ce88
commit 506493aa0a
6 changed files with 48 additions and 1 deletions

View File

@ -0,0 +1,5 @@
xcat-confluent (2.10-snap20150325) unstable; urgency=low
* Initial release
-- root <root@hostname> Wed, 25 Mar 2015 13:41:35 -0400

View File

@ -0,0 +1 @@
9

View File

@ -0,0 +1,11 @@
Source: xcat-confluent
Section: admin
Priority: extra
Maintainer: xCAT <xcat-user@lists.sourceforge.net>
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

View File

@ -0,0 +1 @@
/opt/confluent/

30
xCAT-confluent/debian/rules Executable file
View File

@ -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

View File

@ -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