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
|
||||
@SBINDIR@
|
||||
@CORE_CONF_DIR@
|
||||
# configure prints a warning if CORE_DATA_DIR is used here
|
||||
# ATdatarootdirAT is expanding to ${datarootdir}/man/man1/
|
||||
/usr/share/core/examples/corens3
|
||||
/usr/share/core/examples/*.py
|
||||
/usr/share/core/examples/hooks
|
||||
/usr/share/core/examples/myservices
|
||||
/usr/share/core/examples/netns
|
||||
/usr/share/core/examples/services
|
||||
# ATmandirAT is expanding to ${datarootdir}/man/man1/core-daemon.1
|
||||
/usr/share/man/man1/vnoded.1
|
||||
/usr/share/man/man1/vcmd.1
|
||||
/usr/share/man/man1/netns.1
|
||||
/usr/share/man/man1/core-daemon.1
|
||||
/usr/share/man/man1/coresendmsg.1
|
||||
/usr/share/man/man1/core-cleanup.1
|
||||
/usr/share/man/man1/core-xen-cleanup.1
|
||||
# ATpythondirAT is expanding to ${prefix}/lib/python2.7/dist-packages
|
||||
/usr/lib/python2.7/dist-packages
|
||||
@CORE_DATA_DIR@/examples/corens3
|
||||
@CORE_DATA_DIR@/examples/*.py
|
||||
@CORE_DATA_DIR@/examples/hooks
|
||||
@CORE_DATA_DIR@/examples/myservices
|
||||
@CORE_DATA_DIR@/examples/netns
|
||||
@CORE_DATA_DIR@/examples/services
|
||||
# ATmandirAT is expanding to ${datarootdir}/man
|
||||
@datarootdir@/man/man1/vnoded.1
|
||||
@datarootdir@/man/man1/vcmd.1
|
||||
@datarootdir@/man/man1/netns.1
|
||||
@datarootdir@/man/man1/core-daemon.1
|
||||
@datarootdir@/man/man1/coresendmsg.1
|
||||
@datarootdir@/man/man1/core-cleanup.1
|
||||
@datarootdir@/man/man1/core-xen-cleanup.1
|
||||
@pyprefix@/lib/python2.7/dist-packages
|
||||
/etc/init.d
|
||||
/etc/logrotate.d
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
#! /usr/bin/dh-exec
|
||||
@BINDIR@/core-gui
|
||||
@CORE_LIB_DIR@
|
||||
# configure prints a warning if CORE_DATA_DIR is used here
|
||||
# ATdatarootdirAT is expanding to ${datarootdir}/man/man1/
|
||||
/usr/share/core/icons
|
||||
/usr/share/core/examples/configs
|
||||
/usr/share/pixmaps
|
||||
/usr/share/applications
|
||||
# ATmandirAT is expanding to ${datarootdir}/man/man1/core-gui.1
|
||||
/usr/share/man/man1/core-gui.1
|
||||
@CORE_DATA_DIR@/icons
|
||||
@CORE_DATA_DIR@/examples/configs
|
||||
@datarootdir@/pixmaps
|
||||
@datarootdir@/applications
|
||||
# ATmandirAT is expanding to ${datarootdir}/man
|
||||
@datarootdir@/man/man1/core-gui.1
|
||||
|
|
Loading…
Reference in a new issue