[libcode-tidyall-perl] 17/23: Update package relations: Enhance git and subversion, and mention that in long description.

Jonas Smedegaard dr at jones.dk
Sat Nov 21 16:43:59 UTC 2015


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

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit 3757d3bf7680b664653f2ba656fb0fbaf7490392
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Nov 21 17:13:55 2015 +0100

    Update package relations: Enhance git and subversion, and mention that in long description.
---
 debian/control.in | 4 ++++
 debian/rules      | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/debian/control.in b/debian/control.in
index 8890774..bc56ae7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,6 +16,7 @@ Depends: ${cdbs:Depends},
  ${perl:Depends}
 Recommends: ${cdbs:Recommends}
 Suggests: ${cdbs:Suggests}
+Enhances: ${cdbs:Enhances}
 Description: your all-in-one code tidier and validator
  There are a lot of great code tidiers and validators out there. tidyall
  makes them available from a single unified interface.
@@ -27,3 +28,6 @@ Description: your all-in-one code tidier and validator
  .
  This package provides commandline tool tidyall and Perl module
  Code::TidyAll.
+ .
+ Plugins implementing hooks for git and svn require packages for those
+ respective tools installed.
diff --git a/debian/rules b/debian/rules
index 6cdf186..2d9975b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,9 +49,15 @@ deps-test +=, libtest-warnings-perl
 recommends = libperl-critic-perl, perltidy, libpod-spell-perl
 Suggests = php-codesniffer
 
+# Enhancements
+#  * Code::TidyAll::Git::* are intended for direct use with git
+#  * Code::TidyAll::SVN::* are intended for direct use with subversion
+enhances = git, subversion
+
 CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
 CDBS_RECOMMENDS_$(pkg) = $(recommends)
 CDBS_SUGGESTS_$(pkg) = $(suggests)
+CDBS_ENHANCES_$(pkg) = $(enhances)
 
 DEB_INSTALL_EXAMPLES_$(pkg) = etc/*

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



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