packaging: Update Debian packaging.
This commit is contained in:
parent
cdc3071bed
commit
4cf8c62149
2 changed files with 21 additions and 26 deletions
|
@ -1,23 +1,20 @@
|
||||||
#! /usr/bin/dh-exec
|
#! /usr/bin/dh-exec
|
||||||
@SBINDIR@
|
@SBINDIR@
|
||||||
@CORE_CONF_DIR@
|
@CORE_CONF_DIR@
|
||||||
# configure prints a warning if CORE_DATA_DIR is used here
|
@CORE_DATA_DIR@/examples/corens3
|
||||||
# ATdatarootdirAT is expanding to ${datarootdir}/man/man1/
|
@CORE_DATA_DIR@/examples/*.py
|
||||||
/usr/share/core/examples/corens3
|
@CORE_DATA_DIR@/examples/hooks
|
||||||
/usr/share/core/examples/*.py
|
@CORE_DATA_DIR@/examples/myservices
|
||||||
/usr/share/core/examples/hooks
|
@CORE_DATA_DIR@/examples/netns
|
||||||
/usr/share/core/examples/myservices
|
@CORE_DATA_DIR@/examples/services
|
||||||
/usr/share/core/examples/netns
|
# ATmandirAT is expanding to ${datarootdir}/man
|
||||||
/usr/share/core/examples/services
|
@datarootdir@/man/man1/vnoded.1
|
||||||
# ATmandirAT is expanding to ${datarootdir}/man/man1/core-daemon.1
|
@datarootdir@/man/man1/vcmd.1
|
||||||
/usr/share/man/man1/vnoded.1
|
@datarootdir@/man/man1/netns.1
|
||||||
/usr/share/man/man1/vcmd.1
|
@datarootdir@/man/man1/core-daemon.1
|
||||||
/usr/share/man/man1/netns.1
|
@datarootdir@/man/man1/coresendmsg.1
|
||||||
/usr/share/man/man1/core-daemon.1
|
@datarootdir@/man/man1/core-cleanup.1
|
||||||
/usr/share/man/man1/coresendmsg.1
|
@datarootdir@/man/man1/core-xen-cleanup.1
|
||||||
/usr/share/man/man1/core-cleanup.1
|
@pyprefix@/lib/python2.7/dist-packages
|
||||||
/usr/share/man/man1/core-xen-cleanup.1
|
|
||||||
# ATpythondirAT is expanding to ${prefix}/lib/python2.7/dist-packages
|
|
||||||
/usr/lib/python2.7/dist-packages
|
|
||||||
/etc/init.d
|
/etc/init.d
|
||||||
/etc/logrotate.d
|
/etc/logrotate.d
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
#! /usr/bin/dh-exec
|
#! /usr/bin/dh-exec
|
||||||
@BINDIR@/core-gui
|
@BINDIR@/core-gui
|
||||||
@CORE_LIB_DIR@
|
@CORE_LIB_DIR@
|
||||||
# configure prints a warning if CORE_DATA_DIR is used here
|
@CORE_DATA_DIR@/icons
|
||||||
# ATdatarootdirAT is expanding to ${datarootdir}/man/man1/
|
@CORE_DATA_DIR@/examples/configs
|
||||||
/usr/share/core/icons
|
@datarootdir@/pixmaps
|
||||||
/usr/share/core/examples/configs
|
@datarootdir@/applications
|
||||||
/usr/share/pixmaps
|
# ATmandirAT is expanding to ${datarootdir}/man
|
||||||
/usr/share/applications
|
@datarootdir@/man/man1/core-gui.1
|
||||||
# ATmandirAT is expanding to ${datarootdir}/man/man1/core-gui.1
|
|
||||||
/usr/share/man/man1/core-gui.1
|
|
||||||
|
|
Loading…
Reference in a new issue