Skip to content
Snippets Groups Projects
Commit 055d49ab authored by Dominique Dumont's avatar Dominique Dumont
Browse files

control: add depends on libdpkg-perl (Closes: #884036)

patch tweak-lcdd-conf adds instructions that use Dpkg::Arch module from libdpkg-perl
parent e9ef4b3c
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libconfig-model-perl (>= 2.111),
libdpkg-perl,
libexception-class-perl,
liblog-log4perl-perl,
libmouse-perl,
......
Description: Tweak defaults values for Debian
Debian needs some default value and a way
to compute DriverPath different
from upstream.
Debian needs some default value and a way to compute DriverPath
different from upstream.
.
Debian specific model snippets
are added in comments between {% and %}. This
......@@ -18,7 +17,9 @@ Description: Tweak defaults values for Debian
.
DriverPath is more complex. The model snippets adds a way to test and
fix this system dependent value. The fix deletes the DriverPath value
and the compute instructions provide the actual path.
and the compute instructions provide the actual path using Dpkg::Arch
to compute the lib triplet. This requires a runtime dependency on
libdpkg-perl.
.
Device is qute tricky. On Debian, lcdproc package is delivered with a
udev rules that creates a symlink from a rather unpredictable device
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment