[Python-modules-commits] r16588 - in packages/munkres/trunk/debian (changelog control copyright)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sun Apr 17 20:00:37 UTC 2011


    Date: Sunday, April 17, 2011 @ 20:00:24
  Author: stefanor
Revision: 16588

* Update copyright format and bump years.
* Bump Standards-Version to 3.9.2, no changes needed.
* Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
* Define the Assignment Problem in Description.

Modified:
  packages/munkres/trunk/debian/changelog
  packages/munkres/trunk/debian/control
  packages/munkres/trunk/debian/copyright

Modified: packages/munkres/trunk/debian/changelog
===================================================================
--- packages/munkres/trunk/debian/changelog	2011-04-17 19:44:57 UTC (rev 16587)
+++ packages/munkres/trunk/debian/changelog	2011-04-17 20:00:24 UTC (rev 16588)
@@ -1,10 +1,13 @@
-munkres (1.0.5.4-2) UNRELEASED; urgency=low
+munkres (1.0.5.4-2) unstable; urgency=low
 
   * Update my e-mail address.
   * Use X-Python-Version. BD on python-all 2.6.5-13.
-  * Update copyright format.
+  * Update copyright format and bump years.
+  * Bump Standards-Version to 3.9.2, no changes needed.
+  * Drop Breaks: ${python:Breaks}, no longer used by dh_python2.
+  * Define the Assignment Problem in Description.
 
- -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 12:01:31 +0200
+ -- Stefano Rivera <stefanor at debian.org>  Sun, 17 Apr 2011 21:58:50 +0200
 
 munkres (1.0.5.4-1) unstable; urgency=low
 

Modified: packages/munkres/trunk/debian/control
===================================================================
--- packages/munkres/trunk/debian/control	2011-04-17 19:44:57 UTC (rev 16587)
+++ packages/munkres/trunk/debian/control	2011-04-17 20:00:24 UTC (rev 16588)
@@ -9,7 +9,7 @@
  python-docutils,
  python-epydoc
 X-Python-Version: >= 2.4
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://bmc.github.com/munkres/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/munkres/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/munkres/trunk/
@@ -17,8 +17,12 @@
 Package: python-munkres
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Breaks: ${python:Breaks}
-Description: munkres algorithm for the Assignment Problem
+Description: munkres algorithm for the Assignment Problem - Python library
  The Munkres module provides an implementation of the Munkres algorithm (also
  called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for
  solving the Assignment Problem.
+ .
+ The Assignment Problem:
+ Let C be an nxn matrix representing the costs of each of n workers to perform
+ any of n jobs. The Assignment Problem is to assign jobs to workers in a way
+ that minimizes the total cost.

Modified: packages/munkres/trunk/debian/copyright
===================================================================
--- packages/munkres/trunk/debian/copyright	2011-04-17 19:44:57 UTC (rev 16587)
+++ packages/munkres/trunk/debian/copyright	2011-04-17 20:00:24 UTC (rev 16588)
@@ -1,10 +1,10 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
 Upstream-Name: munkres
 Upstream-Contact: Brian Clapper <bmc at clapper.org>
 Source: http://bmc.github.com/munkres/
 
 Files: *
-Copyright: 2008 Brian M. Clapper <bmc at clapper.org>
+Copyright: 2008, Brian M. Clapper <bmc at clapper.org>
 License:
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:




More information about the Python-modules-commits mailing list