[Python-modules-commits] r13241 - in packages/uncertainties/tags (7 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Fri Jun 4 16:46:08 UTC 2010
Date: Friday, June 4, 2010 @ 16:45:57
Author: jwilk
Revision: 13241
[svn-buildpackage] Tagging uncertainties 1.5.4-1
Added:
packages/uncertainties/tags/1.5.4-1/
packages/uncertainties/tags/1.5.4-1/debian/changelog
(from rev 13240, packages/uncertainties/trunk/debian/changelog)
packages/uncertainties/tags/1.5.4-1/debian/control
(from rev 13204, packages/uncertainties/trunk/debian/control)
packages/uncertainties/tags/1.5.4-1/debian/rules
(from rev 12699, packages/uncertainties/trunk/debian/rules)
Deleted:
packages/uncertainties/tags/1.5.4-1/debian/changelog
packages/uncertainties/tags/1.5.4-1/debian/control
packages/uncertainties/tags/1.5.4-1/debian/rules
Deleted: packages/uncertainties/tags/1.5.4-1/debian/changelog
===================================================================
--- packages/uncertainties/trunk/debian/changelog 2010-04-21 04:19:52 UTC (rev 12698)
+++ packages/uncertainties/tags/1.5.4-1/debian/changelog 2010-06-04 16:45:57 UTC (rev 13241)
@@ -1,21 +0,0 @@
-uncertainties (1.4.5-2) UNRELEASED; urgency=low
-
- * Add Debian Python Modules Team to uploaders.
- * Add Vcs-* fields.
- * Respect the ânocheckâ build option.
-
- -- Jakub Wilk <jwilk at debian.org> Sun, 28 Feb 2010 19:03:35 +0100
-
-uncertainties (1.4.5-1) unstable; urgency=low
-
- * New upstream release.
- * Run tests at build time.
- + Build-depend on python-all and python-nose.
-
- -- Jakub Wilk <jwilk at debian.org> Sun, 28 Feb 2010 12:30:24 +0100
-
-uncertainties (1.4.1-1) unstable; urgency=low
-
- * Initial release (closes: #566485).
-
- -- Jakub Wilk <jwilk at debian.org> Sun, 07 Feb 2010 02:01:03 +0100
Copied: packages/uncertainties/tags/1.5.4-1/debian/changelog (from rev 13240, packages/uncertainties/trunk/debian/changelog)
===================================================================
--- packages/uncertainties/tags/1.5.4-1/debian/changelog (rev 0)
+++ packages/uncertainties/tags/1.5.4-1/debian/changelog 2010-06-04 16:45:57 UTC (rev 13241)
@@ -0,0 +1,25 @@
+uncertainties (1.5.4-1) unstable; urgency=low
+
+ * New upstream release.
+ + Build-depend on python-numpy, it's needed to run tests.
+ + Test failures happens reasonably seldom (closes: #584263).
+ * Add Debian Python Modules Team to uploaders.
+ * Add Vcs-* fields.
+ * Respect the ânocheckâ build option.
+ * Drop work-around for bug #575377.
+
+ -- Jakub Wilk <jwilk at debian.org> Fri, 04 Jun 2010 16:14:10 +0200
+
+uncertainties (1.4.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * Run tests at build time.
+ + Build-depend on python-all and python-nose.
+
+ -- Jakub Wilk <jwilk at debian.org> Sun, 28 Feb 2010 12:30:24 +0100
+
+uncertainties (1.4.1-1) unstable; urgency=low
+
+ * Initial release (closes: #566485).
+
+ -- Jakub Wilk <jwilk at debian.org> Sun, 07 Feb 2010 02:01:03 +0100
Deleted: packages/uncertainties/tags/1.5.4-1/debian/control
===================================================================
--- packages/uncertainties/trunk/debian/control 2010-04-21 04:19:52 UTC (rev 12698)
+++ packages/uncertainties/tags/1.5.4-1/debian/control 2010-06-04 16:45:57 UTC (rev 13241)
@@ -1,27 +0,0 @@
-Source: uncertainties
-Maintainer: Jakub Wilk <jwilk at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Section: python
-Priority: optional
-Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90), python-all (>= 2.5), python-nose
-Standards-Version: 3.8.4
-XS-Python-Version: >= 2.5
-Homepage: http://pypi.python.org/pypi/uncertainties/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/uncertainties/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/uncertainties/trunk/
-
-Package: python-uncertainties
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Recommends: python-numpy
-Description: Python module for calculations with uncertainties
- uncertainties is a Python module, which allows calculations such as
- .
- (0.2 +/- 0.01) * 2 = 0.4 +/- 0.02
- .
- to be performed transparently; much more complex mathematical expressions
- involving numbers with uncertainties can also be evaluated transparently.
- .
- Correlations between expressions are correctly taken into account; x-x is
- thus exactly zero, for instance. The uncertainties produced by this module
- are what is predicted by error propagation theory.
Copied: packages/uncertainties/tags/1.5.4-1/debian/control (from rev 13204, packages/uncertainties/trunk/debian/control)
===================================================================
--- packages/uncertainties/tags/1.5.4-1/debian/control (rev 0)
+++ packages/uncertainties/tags/1.5.4-1/debian/control 2010-06-04 16:45:57 UTC (rev 13241)
@@ -0,0 +1,28 @@
+Source: uncertainties
+Maintainer: Jakub Wilk <jwilk at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90), python-all (>= 2.5),
+ python-numpy, python-nose
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.5
+Homepage: http://pypi.python.org/pypi/uncertainties/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/uncertainties/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/uncertainties/trunk/
+
+Package: python-uncertainties
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-numpy
+Description: Python module for calculations with uncertainties
+ uncertainties is a Python module, which allows calculations such as
+ .
+ (0.2 +/- 0.01) * 2 = 0.4 +/- 0.02
+ .
+ to be performed transparently; much more complex mathematical expressions
+ involving numbers with uncertainties can also be evaluated transparently.
+ .
+ Correlations between expressions are correctly taken into account; x-x is
+ thus exactly zero, for instance. The uncertainties produced by this module
+ are what is predicted by error propagation theory.
Deleted: packages/uncertainties/tags/1.5.4-1/debian/rules
===================================================================
--- packages/uncertainties/trunk/debian/rules 2010-04-21 04:19:52 UTC (rev 12698)
+++ packages/uncertainties/tags/1.5.4-1/debian/rules 2010-06-04 16:45:57 UTC (rev 13241)
@@ -1,33 +0,0 @@
-#!/usr/bin/make -f
-
-.PHONY: override_dh_pysupport
-override_dh_pysupport:
- # Work-around for bug #575377:
- find -name '*.egg-info' | tail -n +2 | xargs -r -n1 cp -f $(shell find -name '*.egg-info' | head -n 1)
- dh_pysupport
-
-.PHONY: override_dh_installchangelogs
-override_dh_installchangelogs:
- grep -A 1000 'Version history' PKG-INFO \
- | tail -n +3 \
- | sed -e 's/^ *//; s/ */ /g; /^ *$$/ q; s/$$/\n/' \
- | fmt > changelog
- dh_installchangelogs
-
-.PHONY: override_dh_auto_test
-override_dh_auto_test:
-ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
- set -e; \
- cd uncertainties; \
- for python in $(shell pyversions -r); do \
- $$python /usr/bin/nosetests; \
- done
-endif
-
-.PHONY: build build-arch build-indep binary binary-indep clean
-build build-indep binary binary-indep clean:
- dh $(@)
-# In order not to confuse lintian, *-arch are separate targets:
-build-arch binary-arch:
-
-# vim:ts=4 sw=4 noet
Copied: packages/uncertainties/tags/1.5.4-1/debian/rules (from rev 12699, packages/uncertainties/trunk/debian/rules)
===================================================================
--- packages/uncertainties/tags/1.5.4-1/debian/rules (rev 0)
+++ packages/uncertainties/tags/1.5.4-1/debian/rules 2010-06-04 16:45:57 UTC (rev 13241)
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+
+.PHONY: override_dh_installchangelogs
+override_dh_installchangelogs:
+ grep -A 1000 'Version history' PKG-INFO \
+ | tail -n +3 \
+ | sed -e 's/^ *//; s/ */ /g; /^ *$$/ q; s/$$/\n/' \
+ | fmt > changelog
+ dh_installchangelogs
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+ set -e; \
+ cd uncertainties; \
+ for python in $(shell pyversions -r); do \
+ $$python /usr/bin/nosetests; \
+ done
+endif
+
+.PHONY: build build-arch build-indep binary binary-indep clean
+build build-indep binary binary-indep clean:
+ dh $(@)
+# In order not to confuse lintian, *-arch are separate targets:
+build-arch binary-arch:
+
+# vim:ts=4 sw=4 noet
More information about the Python-modules-commits
mailing list