[med-svn] [Git][med-team/tifffile][master] 5 commits: Build-Depends: python3-setuptools
Andreas Tille
gitlab at salsa.debian.org
Sat Dec 1 06:56:05 GMT 2018
Andreas Tille pushed to branch master at Debian Med / tifffile
Commits:
f4d88a40 by Andreas Tille at 2018-12-01T06:28:21Z
Build-Depends: python3-setuptools
- - - - -
7fa1163c by Andreas Tille at 2018-12-01T06:44:20Z
s/dh_numpy/dh_numpy3/
- - - - -
4b34154f by Andreas Tille at 2018-12-01T06:52:18Z
Drop explicit python3 dependency
- - - - -
03b44b80 by Andreas Tille at 2018-12-01T06:52:43Z
Drop ancient X-Python-Version field
- - - - -
128a5470 by Andreas Tille at 2018-12-01T06:55:09Z
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-tifffile (20181128-1) UNRELEASED; urgency=medium
+tifffile (20181128-1) unstable; urgency=medium
* New upstream version
* autopkgtest: Restrictions: allow-stderr
@@ -14,8 +14,11 @@ tifffile (20181128-1) UNRELEASED; urgency=medium
Closes: #912661
* Standards-Version: 4.2.1
* Use --buildsystem=pybuild
+ * Build-Depends: python3-setuptools
+ * debian/rules: s/dh_numpy/dh_numpy3/
+ * Drop ancient X-Python-Version field
- -- Andreas Tille <tille at debian.org> Sat, 01 Dec 2018 07:11:47 +0100
+ -- Andreas Tille <tille at debian.org> Sat, 01 Dec 2018 07:52:43 +0100
tifffile (20170929-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -6,19 +6,18 @@ Priority: optional
Build-Depends: debhelper (>= 11~),
dh-python,
python3-all-dev,
+ python3-setuptools,
python3-numpy (>= 1:1.7.1)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/tifffile
Vcs-Git: https://salsa.debian.org/med-team/tifffile.git
Homepage: http://www.lfd.uci.edu/~gohlke/
-X-Python-Version: >= 2.6
Package: tifffile
Architecture: any
Depends: ${python3:Depends},
${misc:Depends},
- ${shlibs:Depends},
- python3
+ ${shlibs:Depends}
Recommends: python3-matplotlib
Conflicts: python-tifffile
Provides: ${python3:Provides}
=====================================
debian/rules
=====================================
@@ -7,11 +7,13 @@ export CFLAGS=-DMSB=0
endif
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export LC_ALL=C.UTF-8
+
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_install:
- dh_numpy
+ dh_numpy3
install -D -m0755 $(CURDIR)/debian/tifffile.sh $(CURDIR)/debian/tifffile/usr/bin/tifffile
override_dh_installman:
View it on GitLab: https://salsa.debian.org/med-team/tifffile/compare/0b5f82914be700db875decbf44c815cabca2427b...128a547033d894ceb346e3c2f9000c85a845c02b
--
View it on GitLab: https://salsa.debian.org/med-team/tifffile/compare/0b5f82914be700db875decbf44c815cabca2427b...128a547033d894ceb346e3c2f9000c85a845c02b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181201/47ee5b41/attachment-0001.html>
More information about the debian-med-commit
mailing list