[SCM] Debian packaging of libtest-tempdir-perl branch, master, updated. b91c0bd869b6fdfc585785e46e4a8fb741a4f76f

gregor herrmann gregoa at debian.org
Thu Jul 5 21:01:59 UTC 2012


The following commit has been merged in the master branch:
commit 49104aeba7d65e20464f2bae8ed00d3bad0d4ba6
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:00:47 2012 -0600

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

diff --git a/debian/control b/debian/control
index b884e2d..cc2bb22 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,34 @@
 Source: libtest-tempdir-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: franck cuny <franck at lumberjaph.net>,
+           Iulian Udrea <iulian at ubuntu.com>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libdirectory-scratch-perl, libfile-nfslock-perl,
- libmoose-perl (>= 0.87), libmoosex-types-path-class-perl (>= 0.05),
- libnamespace-clean-perl (>= 0.08), libpath-class-perl, libsub-exporter-perl,
- libtest-use-ok-perl, perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: franck cuny <franck at lumberjaph.net>, Iulian Udrea <iulian at ubuntu.com>
+Build-Depends-Indep: libdirectory-scratch-perl,
+                     libfile-nfslock-perl,
+                     libmoose-perl,
+                     libmoosex-types-path-class-perl,
+                     libnamespace-clean-perl,
+                     libpath-class-perl,
+                     libsub-exporter-perl,
+                     libtest-use-ok-perl,
+                     perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Test-TempDir/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-tempdir-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-tempdir-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-tempdir-perl.git
+Homepage: http://search.cpan.org/dist/Test-TempDir/
 
 Package: libtest-tempdir-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libfile-nfslock-perl,
- libmoose-perl (>= 0.87), libmoosex-types-path-class-perl (>= 0.05),
- libnamespace-clean-perl (>= 0.08), libpath-class-perl, libsub-exporter-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libfile-nfslock-perl,
+         libmoose-perl,
+         libmoosex-types-path-class-perl,
+         libnamespace-clean-perl,
+         libpath-class-perl,
+         libsub-exporter-perl
 Description: Perl module that creates temporary files for testing
  Test::TempDir provides temporary directory creation with testing in mind. 
  . 
@@ -25,3 +36,4 @@ Description: Perl module that creates temporary files for testing
   * prevent race conditions when running parallel tests harness
   * empty directory before running tests
   * files are not cleaned at the end of the tests if they fail
+

-- 
Debian packaging of libtest-tempdir-perl



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