[SCM] Debian packaging of libmocked-perl branch, master, updated. 068ab8ed91bd7664f1ec0b88a71023566a917850

gregor herrmann gregoa at debian.org
Thu Jul 5 20:39:24 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 9fb3d12..509db70 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,25 @@
 Source: libmocked-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryan at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libtest-exception-perl, liburi-perl, perl (>= 5.8.8-12)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>,
- gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: libtest-exception-perl,
+                     liburi-perl,
+                     perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/mocked/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmocked-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmocked-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmocked-perl.git
+Homepage: http://search.cpan.org/dist/mocked/
 
 Package: libmocked-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module to use real libraries from within mocked libraries
  When mocking modules using 'mocked', you are certain that no extra "real"
  libraries are being loaded.  But sometimes you don't want to use real
  libraries from within your mocked library.  This module allows you to load
  real libraries using your previous include paths.
+

-- 
Debian packaging of libmocked-perl



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