[libconfig-model-lcdproc-perl] 02/03: control: add depends on libdpkg-perl (Closes: #884036)

dod at debian.org dod at debian.org
Fri Dec 22 18:32:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to annotated tag debian/2.052-2
in repository libconfig-model-lcdproc-perl.

commit 055d49abfcfb8e8ebcd14c519356043fdd98badd
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Dec 13 19:25:07 2017 +0100

    control: add depends on libdpkg-perl (Closes: #884036)
    
    patch tweak-lcdd-conf adds instructions that use Dpkg::Arch module from libdpkg-perl
---
 debian/control                 | 1 +
 debian/patches/tweak-lcdd-conf | 9 +++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e7088c1..bcf26a5 100644
--- a/debian/control
+++ b/debian/control
@@ -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,
diff --git a/debian/patches/tweak-lcdd-conf b/debian/patches/tweak-lcdd-conf
index 1c4a318..40c9cdf 100644
--- a/debian/patches/tweak-lcdd-conf
+++ b/debian/patches/tweak-lcdd-conf
@@ -1,7 +1,6 @@
 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-lcdproc-perl.git



More information about the Pkg-perl-cvs-commits mailing list