r31895 - in /trunk/libtemplate-declare-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 10 19:08:21 UTC 2009


Author: gregoa
Date: Tue Mar 10 19:08:18 2009
New Revision: 31895

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31895
Log:
* debian/control:
  - add (build) dependency on libstring-bufferstack-perl
  - make build dependency on libtest-warn-perl versioned
  - add /me to Uploaders

Modified:
    trunk/libtemplate-declare-perl/debian/changelog
    trunk/libtemplate-declare-perl/debian/control

Modified: trunk/libtemplate-declare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-declare-perl/debian/changelog?rev=31895&op=diff
==============================================================================
--- trunk/libtemplate-declare-perl/debian/changelog (original)
+++ trunk/libtemplate-declare-perl/debian/changelog Tue Mar 10 19:08:18 2009
@@ -1,13 +1,14 @@
 libtemplate-declare-perl (0.39-1) UNRELEASED; urgency=low
 
   [ Rene Mayorga ]
-  TODO: Need String::BufferStack, ITPs welcome (rmayorga)
-  see ITP #517467 (antonio) :-)
-
   * New upstream release
 
   [ gregor herrmann ]
   * New upstream release.
+  * debian/control:
+    - add (build) dependency on libstring-bufferstack-perl
+    - make build dependency on libtest-warn-perl versioned
+    - add /me to Uploaders
 
  -- Rene Mayorga <rmayorga at debian.org>  Sat, 07 Feb 2009 01:45:58 -0600
 

Modified: trunk/libtemplate-declare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtemplate-declare-perl/debian/control?rev=31895&op=diff
==============================================================================
--- trunk/libtemplate-declare-perl/debian/control (original)
+++ trunk/libtemplate-declare-perl/debian/control Tue Mar 10 19:08:18 2009
@@ -2,9 +2,13 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0), libclass-data-inheritable-perl, libclass-accessor-perl, libhtml-lint-perl, libtest-warn-perl, libtest-pod-perl
+Build-Depends-Indep: perl (>= 5.6.0), libclass-data-inheritable-perl,
+ libclass-accessor-perl, libhtml-lint-perl, libtest-warn-perl (>= 0.11),
+ libtest-pod-perl, libstring-bufferstack-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>, Ansgar Burchardt <ansgar at 43-1.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
+ Ansgar Burchardt <ansgar at 43-1.org>,
+ gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Template-Declare/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-declare-perl/
@@ -12,7 +16,8 @@
 
 Package: libtemplate-declare-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libclass-data-inheritable-perl, libclass-accessor-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libclass-data-inheritable-perl,
+ libclass-accessor-perl, libstring-bufferstack-perl
 Description: Perlish declarative templates
  Template::Declare is a pure-perl declarative HTML/XUL/RDF/XML templating 
  system.




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