[libcgi-expand-perl] 01/02: Drop ${cdbs:Depends} we don't have any dependencies

Vasudev Kamath vasudev-guest at moszumanska.debian.org
Wed Mar 19 15:01:42 UTC 2014


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

vasudev-guest pushed a commit to branch master
in repository libcgi-expand-perl.

commit 8f36e21b44949a014403178be2d436f70f4c6f05
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Wed Mar 19 20:30:48 2014 +0530

    Drop ${cdbs:Depends} we don't have any dependencies
---
 debian/control.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 87c7a0a..766ef09 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ Homepage: https://metacpan.org/module/CGI::Expand
 
 Package: libcgi-expand-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: convert flat hash to nested data using TT2's dot convention
  Converts a CGI query into structured data using a dotted name
  convention similar to TT2.  expand_cgi works with CGI.pm,
@@ -20,4 +20,4 @@ Description: convert flat hash to nested data using TT2's dot convention
  can use expand_hash directly.
  .
  If you prefer to use a different flattening convention then CGI::Expand
- can be subclassed.
\ No newline at end of file
+ can be subclassed.

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



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