Merge pull request #2 from juliantaylor/no-png-mangle

don't optimize pngs in post build processors some derivatives use
This commit is contained in:
Yaroslav Halchenko
2014-01-23 12:07:58 -08:00
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
skimage (0.9.3-4) unstable; urgency=low
* debian/rules
don't optimize pngs in post build processors some derivatives use
palette changes break tests and documented examples
-- Julian Taylor <jtaylor.debian@googlemail.com> Thu, 23 Jan 2014 20:48:51 +0100
skimage (0.9.3-3) unstable; urgency=low
* debian/control
+2
View File
@@ -4,6 +4,8 @@
PACKAGE2_NAME = python-skimage
PACKAGE3_NAME = python3-skimage
PKG_TMP = $(CURDIR)/debian/tmp
# don't optimize pngs, palette changes break tests and documented examples
export NO_PNG_PKG_MANGLE=1
PYVERS = $(shell pyversions -vr)
PYVER = $(shell pyversions -vd)