[SCM] Debian packaging of libmakefile-parser-perl branch, master, updated. debian/0.215-1-9-g2654dff

gregor herrmann gregoa at debian.org
Sat Jun 8 00:29:19 UTC 2013


The following commit has been merged in the master branch:
commit 3049fbdfcb20d688ed1a5d2145eff3631d505505
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 8 02:27:31 2013 +0200

    cme + sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 048fb08..6a8891c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,36 @@
 Source: libmakefile-parser-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Mikhail Gusarov <dottedmag at dottedmag.net>,
+           Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libclass-accessor-perl, libclass-trigger-perl,
- libfile-slurp-perl, libipc-run3-perl, liblist-moreutils-perl,
- libmakefile-dom-perl, libtest-pod-perl, perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Mikhail Gusarov <dottedmag at dottedmag.net>,
- Salvatore Bonaccorso <carnil at debian.org>
+Build-Depends-Indep: libclass-accessor-perl,
+                     libclass-trigger-perl,
+                     libfile-slurp-perl,
+                     libipc-run3-perl,
+                     liblist-moreutils-perl,
+                     libmakefile-dom-perl,
+                     libtest-pod-perl,
+                     perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Makefile-Parser/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmakefile-parser-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmakefile-parser-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmakefile-parser-perl.git
+Homepage: https://metacpan.org/release/Makefile-Parser/
 
 Package: libmakefile-parser-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl,
- libclass-trigger-perl, libfile-slurp-perl, liblist-moreutils-perl,
- libmakefile-dom-perl, libipc-run3-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libclass-accessor-perl,
+         libclass-trigger-perl,
+         libfile-slurp-perl,
+         libipc-run3-perl,
+         liblist-moreutils-perl,
+         libmakefile-dom-perl
 Description: simple Perl Makefile parser
  Makefile::Parser a simple Perl Makefile parser, able to parse most of syntax
  constructs supported both by Microsoft Nmake and GNU Make: variable
  definitions, explicit and implicit rules, substitution references and a subset
  of GNU make functions.
+

-- 
Debian packaging of libmakefile-parser-perl



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