0001-Add-debug-package.patch
| debian/control | ||
|---|---|---|
| 58 | 58 |
This package contains OpenNebula Controller which manage all nodes in the |
| 59 | 59 |
cloud. |
| 60 | 60 | |
| 61 |
Package: opennebula-dbg |
|
| 62 |
Section: debug |
|
| 63 |
Architecture: all |
|
| 64 |
Depends: opennebula (= ${source:Version}),
|
|
| 65 |
${misc:Depends}
|
|
| 66 |
Description: OpenNebula cluster controller (debug) |
|
| 67 |
OpenNebula is an open source virtual infrastructure engine that enables the |
|
| 68 |
dynamic deployment and re-placement of virtual machines on a pool of physical |
|
| 69 |
resources. |
|
| 70 |
. |
|
| 71 |
ONE (OpenNebula) extends the benefits of virtualization platforms from a |
|
| 72 |
single physical resource to a pool of resources, decoupling the server not |
|
| 73 |
only from the physical infrastructure but also from the physical location. |
|
| 74 |
. |
|
| 75 |
This package contains the debugging symbols. |
|
| 76 | ||
| 61 | 77 |
Package: opennebula-sunstone |
| 62 | 78 |
Architecture: all |
| 63 | 79 |
Depends: opennebula-common (= ${source:Version}),
|
| debian/rules | ||
|---|---|---|
| 87 | 87 |
endif |
| 88 | 88 |
dh_installdeb |
| 89 | 89 | |
| 90 |
override_dh_strip: |
|
| 91 |
dh_strip --dbg-package=opennebula-dbg |
|
| 92 | ||
| 90 | 93 |
override_dh_fixperms: |
| 91 | 94 |
dh_fixperms |
| 92 | 95 | |
| 93 |
- |
|