Add debian related files to xCAT-confluent subdirectory.
The debian build was not building this package
This commit is contained in:
parent
419af5ce88
commit
506493aa0a
5
xCAT-confluent/debian/changelog
Normal file
5
xCAT-confluent/debian/changelog
Normal 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
|
1
xCAT-confluent/debian/compat
Normal file
1
xCAT-confluent/debian/compat
Normal file
@ -0,0 +1 @@
|
||||
9
|
11
xCAT-confluent/debian/control
Normal file
11
xCAT-confluent/debian/control
Normal 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
|
1
xCAT-confluent/debian/dirs
Normal file
1
xCAT-confluent/debian/dirs
Normal file
@ -0,0 +1 @@
|
||||
/opt/confluent/
|
30
xCAT-confluent/debian/rules
Executable file
30
xCAT-confluent/debian/rules
Executable 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user