[SCM] Debian packaging of libalgorithm-munkres-perl branch, master, updated. upstream/0.08-4-gc6f2ff8

gregor herrmann gregoa at debian.org
Thu Jul 5 20:09:25 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index d43aed5..88d8f6a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: libalgorithm-munkres-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Charles Plessy <plessy at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.10-12)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Charles Plessy <plessy at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>
+Build-Depends-Indep: perl
 Standards-Version: 3.8.2
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libalgorithm-munkres-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libalgorithm-munkres-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libalgorithm-munkres-perl.git
 Homepage: http://search.cpan.org/dist/Algorithm-Munkres/
 
 Package: libalgorithm-munkres-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
 Description: extension for Munkres' solution to Assignment problem
  The Algorithm::Munkres module extends the solution of Assignment problem
  for square matrices to rectangular matrices by padding zeros. Thus a
@@ -22,3 +23,4 @@ Description: extension for Munkres' solution to Assignment problem
  Assignment Problem: Given N jobs, N workers and the time taken by 
  each worker to complete a job then how should the assignment of a 
  Worker to a Job be done, so as to minimize the time taken.
+

-- 
Debian packaging of libalgorithm-munkres-perl



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