[skimage] 02/02: Fix typo in d/rules
Ole Streicher
olebole at moszumanska.debian.org
Sat Dec 24 11:14:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch master
in repository skimage.
commit e41aa6a510987aca67fd354daaa2363196e7d441
Author: Ole Streicher <olebole at debian.org>
Date: Sat Dec 24 12:07:47 2016 +0100
Fix typo in d/rules
---
debian/changelog | 8 ++++++++
debian/rules | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index eb26d0b..084c94f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,13 @@
+skimage (0.12.3-6) unstable; urgency=medium
+
+ * Team upload.
+ * Fix typo in d/rules
+
+ -- Ole Streicher <olebole at debian.org> Sat, 24 Dec 2016 12:07:22 +0100
+
skimage (0.12.3-5) unstable; urgency=medium
+ * Team upload.
* Temporarily disable build time tests completely to fix FTBFS.
Currently, the only fix is related to a bug in the tests infrastructure,
either of numpy or of skimage. Until this is fixed, the tests are
diff --git a/debian/rules b/debian/rules
index 30285b9..8d3f7fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ python-install%:
python-test%: install-stamp
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- :# pkgbuild=yes debian/tests/python$*
+ : # pkgbuild=yes debian/tests/python$*
else
: # Skip unittests due to nocheck
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skimage.git
More information about the debian-science-commits
mailing list