r40342 - in /trunk/libalgorithm-munkres-perl/debian: changelog control copyright rules
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Mon Jul 20 15:58:14 UTC 2009
Author: ansgar-guest
Date: Mon Jul 20 15:58:06 2009
New Revision: 40342
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40342
Log:
* 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).
Modified:
trunk/libalgorithm-munkres-perl/debian/changelog
trunk/libalgorithm-munkres-perl/debian/control
trunk/libalgorithm-munkres-perl/debian/copyright
trunk/libalgorithm-munkres-perl/debian/rules
Modified: trunk/libalgorithm-munkres-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-munkres-perl/debian/changelog?rev=40342&op=diff
==============================================================================
--- trunk/libalgorithm-munkres-perl/debian/changelog (original)
+++ trunk/libalgorithm-munkres-perl/debian/changelog Mon Jul 20 15:58:06 2009
@@ -1,4 +1,4 @@
-libalgorithm-munkres-perl (0.08-2) UNRELEASED; urgency=low
+libalgorithm-munkres-perl (0.08-2) unstable; urgency=low
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
@@ -11,7 +11,15 @@
<plessy at debian.org>); Charles Plessy <plessy at debian.org> moved to
Uploaders.
- -- Nathan Handler <nhandler at ubuntu.com> Sat, 06 Jun 2009 01:31:48 +0000
+ [ 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 <ansgar at 43-1.org> Mon, 20 Jul 2009 17:57:31 +0200
libalgorithm-munkres-perl (0.08-1) unstable; urgency=low
Modified: trunk/libalgorithm-munkres-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-munkres-perl/debian/control?rev=40342&op=diff
==============================================================================
--- trunk/libalgorithm-munkres-perl/debian/control (original)
+++ trunk/libalgorithm-munkres-perl/debian/control Mon Jul 20 15:58:06 2009
@@ -4,8 +4,9 @@
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>
-Standards-Version: 3.8.0
+Uploaders: Charles Plessy <plessy at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+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/
@@ -13,10 +14,10 @@
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.
+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
Modified: trunk/libalgorithm-munkres-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-munkres-perl/debian/copyright?rev=40342&op=diff
==============================================================================
--- trunk/libalgorithm-munkres-perl/debian/copyright (original)
+++ trunk/libalgorithm-munkres-perl/debian/copyright Mon Jul 20 15:58:06 2009
@@ -1,10 +1,10 @@
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
+Upstream-Source: http://search.cpan.org/dist/Algorithm-Munkres/
Files: *
-Copyright: © 2007-8 Anagha Kulkarni <kulka020 at d.umn.edu>, Ted Pedersen <tpederse at d.umn.edu>.
+Copyright: © 2007-2008 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
Modified: trunk/libalgorithm-munkres-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-munkres-perl/debian/rules?rev=40342&op=diff
==============================================================================
--- trunk/libalgorithm-munkres-perl/debian/rules (original)
+++ trunk/libalgorithm-munkres-perl/debian/rules Mon Jul 20 15:58:06 2009
@@ -1,63 +1,3 @@
#!/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
+%:
+ dh $@
More information about the Pkg-perl-cvs-commits
mailing list