[SCM] Debian packaging of libstring-tt-perl branch, master, updated. upstream/0.3-29-gf8e1248
Onur Aslan
onuraslan at gmail.com
Fri Jul 26 09:32:00 UTC 2013
The following commit has been merged in the master branch:
commit d80bdc02ded4beaf756fd14fdeaa0919b59333a7
Author: Onur Aslan <onuraslan at gmail.com>
Date: Fri Jul 26 12:30:58 2013 +0300
add Depends
diff --git a/debian/control b/debian/control
index a0c239d..0ac8734 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,11 @@ Homepage: https://metacpan.org/release/String-TT/
Package: libstring-tt-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libtemplate-perl,
+ libpadwalker-perl,
+ libsub-exporter-perl
Description: Perl module to use TT to interpolate lexical variables
String::TT exports a "tt" function, which takes a TT (Template Toolkit)
template as its argument. It uses the current lexical scope to resolve
--
Debian packaging of libstring-tt-perl
More information about the Pkg-perl-cvs-commits
mailing list