1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
# We install an alternative background for desktop-base, so having the folder
# is required for covering the case when people don't have desktop-base
# installed on the TCE system.
x2gothinclient-minidesktop: package-contains-empty-directory [usr/share/images/desktop-base/]
# The minidesktop package needs to move the usual X2Go Client executable out
# of the way and then replaces it by a wrapper script. This is required for
# "injecting" some thin client specific and configurable command line
# parameters for X2Go Client (and hide the parameterless X2Go Client startup
# from the user).
x2gothinclient-minidesktop: diversion-for-unknown-file usr/share/applications/x2goclient.desktop [preinst:23]
# This package does not ship the x2goclient man page, it is shipped in the
# x2goclient bin:pkg (coming from src:pkg x2goclient).
# In fact, we dpkg-divert the original x2goclient binary and replace it
# with a wrapper script. This leads to lintian popping up this warning.
# (And yes, this replacement is unconventional...).
x2gothinclient-minidesktop: no-manual-page [usr/bin/x2goclient]
# Yes, we know that x-www-browser executable (alternative) comes from another
# package; this is intended...
x2gothinclient-minidesktop: desktop-command-not-in-package usr/bin/x-www-browser [usr/share/applications/x2gothinclient-x-www-browser.desktop]
|