[SCM] Debian packaging of libclass-makemethods-perl branch, master, updated. d528f17d0866b55d3387bda744719a6fc9c431ba

gregor herrmann gregoa at debian.org
Thu Jul 5 20:16:35 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index f3530ac..d4eac32 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,21 @@
 Source: libclass-makemethods-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Eric Dorland <eric at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Eric Dorland <eric at debian.org>, gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50~),
+               quilt
 Build-Depends-Indep: perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Class-MakeMethods/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-makemethods-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-makemethods-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-makemethods-perl.git
+Homepage: http://search.cpan.org/dist/Class-MakeMethods/
 
 Package: libclass-makemethods-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module for generating common types of methods
  The Class::MakeMethods framework allows Perl class developers to
  quickly define common types of methods. When a module uses
@@ -20,3 +23,4 @@ Description: Perl module for generating common types of methods
  variety of supported method types, and specify a name for each method
  desired. The methods are dynamically generated and installed in the
  calling package.
+

-- 
Debian packaging of libclass-makemethods-perl



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