[SCM] Packaging Genome in Debian branch, master, updated. c8e72d595a53b4968be53ee283611ae2db369e38

gregor herrmann gregoa at debian.org
Sun Apr 14 17:39:13 UTC 2013


The following commit has been merged in the master branch:
commit 616aebe286dd337bfa2f4fcf7168b33509ac5c91
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 14 19:33:31 2013 +0200

    (let cme) fix (build)depends
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 89a86fb..fb147ee 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,26 @@
 Source: libgenome-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Olivier Sallou <osallou at debian.org>,
+           Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Section: perl
 Priority: optional
-Uploaders: Olivier Sallou <osallou at debian.org>,
-  Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9),
- perl
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libgetopt-complete-perl,
- libio-string-perl,
- libur-perl (>= 0.29)
+                     libio-string-perl,
+                     libur-perl,
+                     perl
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Genome/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgenome-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libgenome-perl.git
-
+Homepage: https://metacpan.org/release/Genome/
 
 Package: libgenome-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libgetopt-complete-perl,
- libio-string-perl,
- libur-perl (>= 0.29),
- perl (>= 5.6.1)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libgetopt-complete-perl,
+         libio-string-perl,
+         libur-perl
 Description: pipelines, tools, and data managment for genomics
  This is the base namespace module for the Genome software tree.
  .
@@ -37,3 +36,4 @@ Description: pipelines, tools, and data managment for genomics
  .
  See genome for a complete inventory of all tool packages, and for
  command-line access to those tools.
+

-- 
Packaging Genome in Debian



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