clouds. The rOCCI-server extends cloud managers, which are not OCCI-compliant
natively, with its own OCCI interface. It is based on the rOCCI (Ruby OCCI)
Framework.
+
+Package: rocci-server-dbg
+Architecture: any
+Depends:
+ rocci-server (= ${binary:Version}),
+ ${misc:Depends}
+Description: debugging symbols for rocci-server
+ OCCI (the Open Cloud Computing Interface) is a standard by the Open Grid Forum,
+ specifying a protocol and API to perform various remote management tasks in
+ clouds. The rOCCI-server extends cloud managers, which are not OCCI-compliant
+ natively, with its own OCCI interface. It is based on the rOCCI (Ruby OCCI)
+ Framework.
+ .
+ This package contains the debugging symbols for rocci-server-dbg.
bundle install --deployment --standalone --without 'test development'
dh $@
+override_dh_strip:
+ dh_strip --dbg-package=$(p_name)-dbg
+
+override_dh_installdocs:
+ dh_installdocs --link-doc=$(p_name)
+
%:
dh $@
+
+.PHONY: override_dh_strip override_dh_installdocs