Description: VSC CLI library
This package is part of the Virtualized Supercomputer project common library.
.
- It contains the CLI library.
+ It contains the library for interactive commandline interfaces.
Package: libvsccli-dev
Section: libs
Description: VSC CLI library
This package is part of the Virtualized Supercomputer project common library.
.
- It contains the header files of the CLI library.
+ It contains the header files of the library for interactive commandline interfaces.
Package: libvscmisc
Section: libs
This package is part of the Virtualized Supercomputer project common library.
.
It contains the header files of the library with miscellaneous helper functions.
+
+Package: libvscremote
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: VSC remote library
+ This package is part of the Virtualized Supercomputer project common library.
+ .
+ It contains the XML-RPC based remote extension for libvsccli.
+
+Package: libvscremote-dev
+Section: libs
+Architecture: any
+Depends: libvscremote-dev, ${misc:Depends}, ${shlibs:Depends}
+Description: VSC remote library
+ This package is part of the Virtualized Supercomputer project common library.
+ .
+ It contains the header files of the XML-RPC based remote extension for libvsccli.
mkdir -p $(CURDIR)/debian/libvsccli-dev/usr/include
cp -a $(CURDIR)/debian/tmp/include/libvsccli $(CURDIR)/debian/libvsccli-dev/usr/include
+ mkdir -p $(CURDIR)/debian/libvscremote/usr/lib
+ cp $(CURDIR)/debian/tmp/lib/libvscremote.so $(CURDIR)/debian/libvscremote/usr/lib
+
+ mkdir -p $(CURDIR)/debian/libvscremote-dev/usr/include
+ cp -a $(CURDIR)/debian/tmp/include/libvscremote $(CURDIR)/debian/libvscremote-dev/usr/include
+
touch $@
binary: build install