mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-17 11:32:45 +08:00
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:
Vendored
+8
@@ -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
|
||||
|
||||
Vendored
+2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user