r29703 - in /trunk/trunk/libalgorithm-munkres-perl/debian: ./ changelog compat control copyright rules watch

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Fri Jan 16 01:14:26 UTC 2009


Author: plessy
Date: Fri Jan 16 01:14:23 2009
New Revision: 29703

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29703
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/trunk/libalgorithm-munkres-perl/debian/
    trunk/trunk/libalgorithm-munkres-perl/debian/changelog
    trunk/trunk/libalgorithm-munkres-perl/debian/compat
    trunk/trunk/libalgorithm-munkres-perl/debian/control
    trunk/trunk/libalgorithm-munkres-perl/debian/copyright
    trunk/trunk/libalgorithm-munkres-perl/debian/rules   (with props)
    trunk/trunk/libalgorithm-munkres-perl/debian/watch

Added: trunk/trunk/libalgorithm-munkres-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/trunk/libalgorithm-munkres-perl/debian/changelog?rev=29703&op=file
==============================================================================
--- trunk/trunk/libalgorithm-munkres-perl/debian/changelog (added)
+++ trunk/trunk/libalgorithm-munkres-perl/debian/changelog Fri Jan 16 01:14:23 2009
@@ -1,0 +1,5 @@
+libalgorithm-munkres-perl (0.08-1) unstable; urgency=low
+
+  * Initial Release (Closes: #505990).
+
+ -- Charles Plessy <plessy at debian.org>  Mon, 17 Nov 2008 23:13:34 +0900

Added: trunk/trunk/libalgorithm-munkres-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/trunk/libalgorithm-munkres-perl/debian/compat?rev=29703&op=file
==============================================================================
--- trunk/trunk/libalgorithm-munkres-perl/debian/compat (added)
+++ trunk/trunk/libalgorithm-munkres-perl/debian/compat Fri Jan 16 01:14:23 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/trunk/libalgorithm-munkres-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/trunk/libalgorithm-munkres-perl/debian/control?rev=29703&op=file
==============================================================================
--- trunk/trunk/libalgorithm-munkres-perl/debian/control (added)
+++ trunk/trunk/libalgorithm-munkres-perl/debian/control Fri Jan 16 01:14:23 2009
@@ -1,0 +1,20 @@
+Source: libalgorithm-munkres-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Charles Plessy <plessy at debian.org>
+Standards-Version: 3.8.0
+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
+ This 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.

Added: trunk/trunk/libalgorithm-munkres-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/trunk/libalgorithm-munkres-perl/debian/copyright?rev=29703&op=file
==============================================================================
--- trunk/trunk/libalgorithm-munkres-perl/debian/copyright (added)
+++ trunk/trunk/libalgorithm-munkres-perl/debian/copyright Fri Jan 16 01:14:23 2009
@@ -1,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 <at> d.umn.edu
+Upstream-Source: http://search.cpan.org/CPAN/authors/id/T/TP/TPEDERSE/Algorithm-Munkres-0.08.tar.gz
+
+Files: *
+Copyright: © 2007-8 Anagha Kulkarni <kulka020 at d.umn.edu>, Ted Pedersen <tpederse at d.umn.edu>.
+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 <plessy at debian.org>
+License: same as Algorithm-Munkres.
+ (see above)

Added: trunk/trunk/libalgorithm-munkres-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/trunk/libalgorithm-munkres-perl/debian/rules?rev=29703&op=file
==============================================================================
--- trunk/trunk/libalgorithm-munkres-perl/debian/rules (added)
+++ trunk/trunk/libalgorithm-munkres-perl/debian/rules Fri Jan 16 01:14:23 2009
@@ -1,0 +1,63 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP) here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/trunk/libalgorithm-munkres-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/trunk/libalgorithm-munkres-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/trunk/libalgorithm-munkres-perl/debian/watch?rev=29703&op=file
==============================================================================
--- trunk/trunk/libalgorithm-munkres-perl/debian/watch (added)
+++ trunk/trunk/libalgorithm-munkres-perl/debian/watch Fri Jan 16 01:14:23 2009
@@ -1,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)$




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