[SCM] Debian packaging of libtrue-perl branch, master, updated. a246d6321af11dfba7eb42dc0486e33d2a730768

gregor herrmann gregoa at debian.org
Thu Jul 5 21:04:47 UTC 2012


The following commit has been merged in the master branch:
commit 6a4b13c18ac654b6c35ecc845734cf5d256b3867
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:03:21 2012 -0600

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

diff --git a/debian/control b/debian/control
index 4bba58f..bdd7cf5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,29 @@
 Source: libtrue-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan at debian.org>,
+           Jotam Jr. Trejo <jotamjr at debian.org.sv>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7),
- libb-hooks-op-annotation-perl,
- libb-hooks-op-check-perl (>= 0.18),
- libdevel-stacktrace-perl (>= 1.27),
- libextutils-depends-perl (>= 0.301),
- libtest-pod-perl,
- perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ivan Kohler <ivan at debian.org>,
- Jotam Jr. Trejo <jotamjr at debian.org.sv>
+               libb-hooks-op-annotation-perl,
+               libb-hooks-op-check-perl (>= 0.18),
+               libdevel-stacktrace-perl,
+               libextutils-depends-perl,
+               libtest-pod-perl,
+               perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/true/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtrue-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtrue-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtrue-perl.git
+Homepage: http://search.cpan.org/dist/true/
 
 Package: libtrue-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libb-hooks-op-annotation-perl,
- libb-hooks-op-check-perl (>= 0.18),
- libdevel-stacktrace-perl (>= 1.27)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libb-hooks-op-annotation-perl,
+         libb-hooks-op-check-perl (>= 0.18),
+         libdevel-stacktrace-perl
 Description: automatically return a true value when a file is required
  Perl's require builtin (and its use wrapper) requires the files it loads to
  return a true value. This is usually accomplished by placing a single
@@ -33,3 +35,4 @@ Description: automatically return a true value when a file is required
  .
  This module packages this "return true" behaviour so that it need not be
  written explicitly.
+

-- 
Debian packaging of libtrue-perl



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