[libtype-tiny-perl] 26/27: Enhance libtype-tie-perl and libreply-perl.

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 21:13:16 UTC 2013


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

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit eeefd0086624244113a6379cd92437d8f2cc6549
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 9 22:39:26 2013 +0200

    Enhance libtype-tie-perl and libreply-perl.
---
 debian/control.in |    1 +
 debian/rules      |    5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/control.in b/debian/control.in
index 8a6fe90..ff3b5fd 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -19,6 +19,7 @@ Suggests: ${cdbs:Suggests}
 Provides: ${cdbs:Provides}
 Conflicts: ${cdbs:Conflicts}
 Replaces: ${cdbs:Replaces}
+Enhances: ${cdbs:Enhances}
 Description: tiny, yet Moo(se)-compatible type constraint
  Type::Tiny is a tiny class for creating Moose-like type constraint
  objects which are compatible with Moo, Moose and Mouse.
diff --git a/debian/rules b/debian/rules
index 132b9d6..fbb53a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,9 +42,14 @@ suggests-test = libdevel-stacktrace-perl
 # Needed (often) at runtime
 recommends = libdevel-lexalias-perl
 
+# Improves other packages
+# TODO: get libtype-tie-perl in Debian
+enhances = libtype-tie-perl, libreply-perl
+
 CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test), $(suggests-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
 CDBS_RECOMMENDS_$(pkg) = $(recommends)
 CDBS_SUGGESTS_$(pkg) = $(suggests-test)
+CDBS_ENHANCES_$(pkg) = $(enhances)
 
 DEB_INSTALL_EXAMPLES_$(pkg) = examples/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtype-tiny-perl.git



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