[SCM] Debian packaging of libtemplate-timer-perl branch, master, updated. debian/1.00-2-2-gf6a1b6e

gregor herrmann gregoa at debian.org
Thu Jul 5 20:57:30 UTC 2012


The following commit has been merged in the master branch:
commit 58fa232c684aa7c9f2ecb47881d7ddd03cb6b205
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:57:31 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index aff8bf0..e747913 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,24 @@
 Source: libtemplate-timer-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtemplate-perl, libtest-pod-perl (>= 1.14)
+Build-Depends-Indep: perl,
+                     libtemplate-perl,
+                     libtest-pod-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Template-Timer/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-timer-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-timer-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-timer-perl.git
+Homepage: http://search.cpan.org/dist/Template-Timer/
 
 Package: libtemplate-timer-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libtemplate-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libtemplate-perl
 Description: rudimentary profiling module for Template Toolkit
  Template::Timer provides inline timings of the template processing throughout
  your code. It's an overridden version of Template::Context that wraps the
  process() and include() methods.
+

-- 
Debian packaging of libtemplate-timer-perl



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