[libencoding-fixlatin-xs-perl] 01/04: Update package relations: Fix enhance (not depend on) libencoding-fixlatin-perl.

Jonas Smedegaard dr at jones.dk
Sun Sep 17 23:42:37 UTC 2017


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

js pushed a commit to branch master
in repository libencoding-fixlatin-xs-perl.

commit 693cc451dfbd21c1731cfe4000d343ffc71d5fd9
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Sep 18 01:38:06 2017 +0200

    Update package relations: Fix enhance (not depend on) libencoding-fixlatin-perl.
---
 debian/control.in | 1 +
 debian/rules      | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 0fec023..fea049c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -15,6 +15,7 @@ Depends: ${cdbs:Depends},
  ${misc:Depends},
  ${perl:Depends},
  ${shlibs:Depends}
+Enhances: ${cdbs:Enhances}
 Description: XS implementation layer for Encoding::FixLatin
  Most encoding conversion tools take input in one encoding and produce
  output in another encoding.  Encoding::FixLatin takes input which may
diff --git a/debian/rules b/debian/rules
index bc2d7cf..a2439f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 pkg = $(DEB_SOURCE_PACKAGE)
 
-# Needed by upstream build and (always) at runtime
-deps = libencoding-fixlatin-perl
+# Needed by upstream build and ehnances at runtime
+bdeps-enhances = libencoding-fixlatin-perl
 
-CDBS_BUILD_DEPENDS +=, $(deps)
-CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_BUILD_DEPENDS +=, $(bdeps-enhances)
+CDBS_ENHANCES_$(pkg) = $(bdeps-enhances)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libencoding-fixlatin-xs-perl.git



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