--- libalgorithm-munkres-perl-0.08.orig/debian/rules +++ libalgorithm-munkres-perl-0.08/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- libalgorithm-munkres-perl-0.08.orig/debian/changelog +++ libalgorithm-munkres-perl-0.08/debian/changelog @@ -0,0 +1,28 @@ +libalgorithm-munkres-perl (0.08-2) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza). + * debian/control: Changed: Maintainer set to Debian Perl Group (was: Charles Plessy + ); Charles Plessy moved to + Uploaders. + + [ Ansgar Burchardt ] + * Refresh rules for debhelper 7. + * Bump Standards-Version to 3.8.2. + * Add myself to Uploaders. + * Minor changes to debian/copyright. + * Mention module name in description. + * Do no longer install README (copy of POD documentation). + + -- Ansgar Burchardt Mon, 20 Jul 2009 17:57:31 +0200 + +libalgorithm-munkres-perl (0.08-1) unstable; urgency=low + + * Initial Release (Closes: #505990). + + -- Charles Plessy Mon, 17 Nov 2008 23:13:34 +0900 --- libalgorithm-munkres-perl-0.08.orig/debian/watch +++ libalgorithm-munkres-perl-0.08/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Algorithm-Munkres/ .*/Algorithm-Munkres-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libalgorithm-munkres-perl-0.08.orig/debian/control +++ libalgorithm-munkres-perl-0.08/debian/control @@ -0,0 +1,24 @@ +Source: libalgorithm-munkres-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.10-12) +Maintainer: Debian Perl Group +Uploaders: Charles Plessy , + Ansgar Burchardt +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libalgorithm-munkres-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libalgorithm-munkres-perl/ +Homepage: http://search.cpan.org/dist/Algorithm-Munkres/ + +Package: libalgorithm-munkres-perl +Architecture: all +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 + rectangular matrix is converted to square matrix by padding necessary zeros. + . + 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. --- libalgorithm-munkres-perl-0.08.orig/debian/copyright +++ libalgorithm-munkres-perl-0.08/debian/copyright @@ -0,0 +1,26 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=322 +Upstream-Name: Algorithm-Munkres +Upstream-Maintainer: Ted Pedersen, University of Minnesota Duluth, tpederse d.umn.edu +Upstream-Source: http://search.cpan.org/dist/Algorithm-Munkres/ + +Files: * +Copyright: © 2007-2008 Anagha Kulkarni , Ted Pedersen . +License: GPL-2+ + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 2 of the License, or (at your + option) any later version. This program is distributed in the hope that + it will be useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +X-Debian-Comment: On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + +Files: debian/* +Copyright: © 2008 Charles Plessy +License: same as Algorithm-Munkres. + (see above) --- libalgorithm-munkres-perl-0.08.orig/debian/compat +++ libalgorithm-munkres-perl-0.08/debian/compat @@ -0,0 +1 @@ +7