[Python-modules-commits] r13996 - in packages/munkres/trunk (11 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sun Jul 18 16:43:29 UTC 2010


    Date: Sunday, July 18, 2010 @ 16:43:22
  Author: stefanor-guest
Revision: 13996

Initial release (Closes: #589394)

Added:
  packages/munkres/trunk/debian/
  packages/munkres/trunk/debian/changelog
  packages/munkres/trunk/debian/compat
  packages/munkres/trunk/debian/control
  packages/munkres/trunk/debian/copyright
  packages/munkres/trunk/debian/doc-base
  packages/munkres/trunk/debian/docs
  packages/munkres/trunk/debian/rules
  packages/munkres/trunk/debian/source/
  packages/munkres/trunk/debian/source/format
  packages/munkres/trunk/debian/watch


Property changes on: packages/munkres/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/munkres/trunk/debian/changelog
===================================================================
--- packages/munkres/trunk/debian/changelog	                        (rev 0)
+++ packages/munkres/trunk/debian/changelog	2010-07-18 16:43:22 UTC (rev 13996)
@@ -0,0 +1,5 @@
+munkres (1.0.5.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #589394)
+
+ -- Stefano Rivera <stefano at rivera.za.net>  Sun, 18 Jul 2010 18:34:12 +0200

Added: packages/munkres/trunk/debian/compat
===================================================================
--- packages/munkres/trunk/debian/compat	                        (rev 0)
+++ packages/munkres/trunk/debian/compat	2010-07-18 16:43:22 UTC (rev 13996)
@@ -0,0 +1 @@
+7

Added: packages/munkres/trunk/debian/control
===================================================================
--- packages/munkres/trunk/debian/control	                        (rev 0)
+++ packages/munkres/trunk/debian/control	2010-07-18 16:43:22 UTC (rev 13996)
@@ -0,0 +1,24 @@
+Source: munkres
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stefano Rivera <stefano at rivera.za.net>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python-all (>= 2.6.5),
+ python-docutils,
+ python-epydoc,
+XS-Python-Version: >= 2.4
+Standards-Version: 3.9.0
+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/
+
+Package: python-munkres
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Breaks: ${python:Breaks}
+Description: munkres algorithm for the Assignment Problem
+ 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.

Added: packages/munkres/trunk/debian/copyright
===================================================================
--- packages/munkres/trunk/debian/copyright	                        (rev 0)
+++ packages/munkres/trunk/debian/copyright	2010-07-18 16:43:22 UTC (rev 13996)
@@ -0,0 +1,44 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
+Name: munkres
+Maintainer: Brian Clapper <bmc at clapper.org>
+Source: http://bmc.github.com/munkres/
+
+Files: *
+Copyright: 2008 Brian M. Clapper <bmc at clapper.org>
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright notice,
+   this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ * Neither the name "clapper.org" nor the names of its contributors may be
+   used to endorse or promote products derived from this software without
+   specific prior written permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2010, Stefano Rivera <stefano at rivera.za.net>
+Licence: 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.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in the /usr/share/common-licenses/GPL-2 file.

Added: packages/munkres/trunk/debian/doc-base
===================================================================
--- packages/munkres/trunk/debian/doc-base	                        (rev 0)
+++ packages/munkres/trunk/debian/doc-base	2010-07-18 16:43:22 UTC (rev 13996)
@@ -0,0 +1,9 @@
+Document: munkres
+Title: Munkres Module Documentation
+Author: Brian M. Clapper
+Abstract: munkres algorithm for the Assignment Problem
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-munkres/html/index.html
+Files: /usr/share/doc/python-munkres/html/*.html

Added: packages/munkres/trunk/debian/docs
===================================================================
--- packages/munkres/trunk/debian/docs	                        (rev 0)
+++ packages/munkres/trunk/debian/docs	2010-07-18 16:43:22 UTC (rev 13996)
@@ -0,0 +1,2 @@
+CHANGELOG
+debian/html

Added: packages/munkres/trunk/debian/rules
===================================================================
--- packages/munkres/trunk/debian/rules	                        (rev 0)
+++ packages/munkres/trunk/debian/rules	2010-07-18 16:43:22 UTC (rev 13996)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_build:
+	dh_auto_build
+	epydoc --html -o debian/html --name=Munkres \
+	       --url=http://bmc.github.com/munkres/ munkres.py
+
+override_dh_compress:
+	dh_compress -X.js
+
+override_dh_clean:
+	dh_clean
+	rm -rf debian/html


Property changes on: packages/munkres/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/munkres/trunk/debian/source/format
===================================================================
--- packages/munkres/trunk/debian/source/format	                        (rev 0)
+++ packages/munkres/trunk/debian/source/format	2010-07-18 16:43:22 UTC (rev 13996)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/munkres/trunk/debian/watch
===================================================================
--- packages/munkres/trunk/debian/watch	                        (rev 0)
+++ packages/munkres/trunk/debian/watch	2010-07-18 16:43:22 UTC (rev 13996)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/m/munkres/munkres-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list