[Python-modules-commits] r33217 - in packages/munkres/trunk/debian (4 files)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Sat Jul 4 00:22:21 UTC 2015
Date: Saturday, July 4, 2015 @ 00:22:20
Author: stefanor
Revision: 33217
* New upstream release.
* Update watch file to point at pypi.debian.net
* Drop now-unnecessary XS-Testsuite control field.
* Bump copyright years.
* Give license a short name.
Modified:
packages/munkres/trunk/debian/changelog
packages/munkres/trunk/debian/control
packages/munkres/trunk/debian/copyright
packages/munkres/trunk/debian/watch
Modified: packages/munkres/trunk/debian/changelog
===================================================================
--- packages/munkres/trunk/debian/changelog 2015-07-04 00:14:42 UTC (rev 33216)
+++ packages/munkres/trunk/debian/changelog 2015-07-04 00:22:20 UTC (rev 33217)
@@ -1,3 +1,13 @@
+munkres (1.0.7-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Update watch file to point at pypi.debian.net
+ * Drop now-unnecessary XS-Testsuite control field.
+ * Bump copyright years.
+ * Give license a short name.
+
+ -- Stefano Rivera <stefanor at debian.org> Tue, 21 Jan 2014 18:19:49 +0200
+
munkres (1.0.6-1) unstable; urgency=low
[ Stefano Rivera ]
Modified: packages/munkres/trunk/debian/control
===================================================================
--- packages/munkres/trunk/debian/control 2015-07-04 00:14:42 UTC (rev 33216)
+++ packages/munkres/trunk/debian/control 2015-07-04 00:22:20 UTC (rev 33217)
@@ -15,7 +15,6 @@
Homepage: http://software.clapper.org/munkres/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/munkres/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/munkres/trunk/
-XS-Testsuite: autopkgtest
Package: python-munkres
Architecture: all
Modified: packages/munkres/trunk/debian/copyright
===================================================================
--- packages/munkres/trunk/debian/copyright 2015-07-04 00:14:42 UTC (rev 33216)
+++ packages/munkres/trunk/debian/copyright 2015-07-04 00:22:20 UTC (rev 33217)
@@ -4,8 +4,8 @@
Source: http://software.clapper.org/munkres/
Files: *
-Copyright: 2008-2013, Brian M. Clapper <bmc at clapper.org>
-License:
+Copyright: 2008-2015, Brian M. Clapper <bmc at clapper.org>
+License: BSD-Clapper
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,
@@ -28,7 +28,7 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Files: debian/*
-Copyright: 2010-2013, Stefano Rivera <stefanor at debian.org>
+Copyright: 2010-2015, Stefano Rivera <stefanor at debian.org>
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
Modified: packages/munkres/trunk/debian/watch
===================================================================
--- packages/munkres/trunk/debian/watch 2015-07-04 00:14:42 UTC (rev 33216)
+++ packages/munkres/trunk/debian/watch 2015-07-04 00:22:20 UTC (rev 33217)
@@ -1,3 +1,3 @@
version=3
-
-https://pypi.python.org/packages/source/m/munkres/munkres-(.*)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/munkres/munkres-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list