[med-svn] r23566 - in trunk/packages/openslide-python/tags: . 1.1.1-1/debian
Sascha Steinbiss
satta at moszumanska.debian.org
Fri Jan 13 14:44:49 UTC 2017
Author: satta
Date: 2017-01-13 14:44:48 +0000 (Fri, 13 Jan 2017)
New Revision: 23566
Added:
trunk/packages/openslide-python/tags/1.1.1-1/
trunk/packages/openslide-python/tags/1.1.1-1/debian/changelog
trunk/packages/openslide-python/tags/1.1.1-1/debian/control
trunk/packages/openslide-python/tags/1.1.1-1/debian/rules
Removed:
trunk/packages/openslide-python/tags/1.1.1-1/debian/changelog
trunk/packages/openslide-python/tags/1.1.1-1/debian/control
trunk/packages/openslide-python/tags/1.1.1-1/debian/rules
Log:
[svn-buildpackage] Tagging openslide-python 1.1.1-1
Deleted: trunk/packages/openslide-python/tags/1.1.1-1/debian/changelog
===================================================================
--- trunk/packages/openslide-python/trunk/debian/changelog 2017-01-13 07:42:25 UTC (rev 23564)
+++ trunk/packages/openslide-python/tags/1.1.1-1/debian/changelog 2017-01-13 14:44:48 UTC (rev 23566)
@@ -1,85 +0,0 @@
-openslide-python (1.1.0-3) unstable; urgency=medium
-
- [ Scott Kitterman ]
- * Add missing build-depends on libopenslide-dev to fix FTBFS due to test
- failures
- * Change python3-dev build-dep to python3-all-dev to build for all python3
- versions
- Closes: #809484
-
- -- Andreas Tille <tille at debian.org> Thu, 31 Dec 2015 09:03:44 +0100
-
-openslide-python (1.1.0-2) unstable; urgency=medium
-
- * Add missinng Build-Depends (Thanks for the patch to Matthias Klose)
- Closes: #803004
-
- -- Andreas Tille <tille at debian.org> Mon, 26 Oct 2015 11:24:14 +0100
-
-openslide-python (1.1.0-1) unstable; urgency=medium
-
- * New upstream version which is now Arch: any
- Closes: #800810
- * cme fix dpkg-control
- * debian/copyright: Fix DEP5
-
- -- Andreas Tille <tille at debian.org> Thu, 15 Oct 2015 12:49:40 +0200
-
-openslide-python (1.0.1-5) unstable; urgency=low
-
- * Remove ${python3:Provides}, as documented at:
- - https://wiki.debian.org/Python/Python3.3
- * Remove debian/pydist-overrides (not needed)
-
- -- Mathieu Malaterre <malat at debian.org> Wed, 11 Jun 2014 12:46:42 +0200
-
-openslide-python (1.0.1-4) unstable; urgency=low
-
- * Fix broken js symlink. Closes: #751119
- * Add debian/pydist-overrides. Closes: #744748
-
- -- Mathieu Malaterre <malat at debian.org> Wed, 11 Jun 2014 09:26:11 +0200
-
-openslide-python (1.0.1-3) unstable; urgency=low
-
- * Make sure to use proper openslide version. Closes: #751118
-
- -- Mathieu Malaterre <malat at debian.org> Tue, 10 Jun 2014 15:46:33 +0200
-
-openslide-python (1.0.1-2) unstable; urgency=medium
-
- * debian/control
- - cme fix dpkg-control
- - Add Build-Depends: python-setuptools
- Closes: #746143
-
- -- Andreas Tille <tille at debian.org> Sun, 27 Apr 2014 18:55:47 +0200
-
-openslide-python (1.0.1-1) unstable; urgency=low
-
- * New upstream. Closes: #740905, #740906, #740907
-
- -- Mathieu Malaterre <malat at debian.org> Wed, 19 Mar 2014 09:37:26 +0100
-
-openslide-python (0.5.1-3) unstable; urgency=low
-
- * As per upstream, need python 3.3. Closes: #737707
- * Add a package to handle the duplicate examples situation. Closes: #737687
-
- -- Mathieu Malaterre <malat at debian.org> Tue, 04 Mar 2014 21:10:53 +0000
-
-openslide-python (0.5.1-2) unstable; urgency=low
-
- * Switch to arch:all instead of arch:any. Closes: #737195
- * Prefer python-pil. Closes: #737191
- * Recommends jquery. Closes: #737192
- * Update copyright dates. Closes: #737193
- * Add python3 module. Closes: #737194
-
- -- Mathieu Malaterre <malat at debian.org> Fri, 31 Jan 2014 17:36:59 +0100
-
-openslide-python (0.5.1-1) unstable; urgency=low
-
- * Initial release (Closes: #683077)
-
- -- Mathieu Malaterre <malat at debian.org> Tue, 28 Jan 2014 21:04:08 +0100
Copied: trunk/packages/openslide-python/tags/1.1.1-1/debian/changelog (from rev 23565, trunk/packages/openslide-python/trunk/debian/changelog)
===================================================================
--- trunk/packages/openslide-python/tags/1.1.1-1/debian/changelog (rev 0)
+++ trunk/packages/openslide-python/tags/1.1.1-1/debian/changelog 2017-01-13 14:44:48 UTC (rev 23566)
@@ -0,0 +1,95 @@
+openslide-python (1.1.1-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ Closes: #827143
+ * Bump Standards-Version.
+ * Use secure Vcs-Browser.
+
+ -- Sascha Steinbiss <satta at debian.org> Fri, 13 Jan 2017 14:22:39 +0000
+
+openslide-python (1.1.0-3) unstable; urgency=medium
+
+ [ Scott Kitterman ]
+ * Add missing build-depends on libopenslide-dev to fix FTBFS due to test
+ failures
+ * Change python3-dev build-dep to python3-all-dev to build for all python3
+ versions
+ Closes: #809484
+
+ -- Andreas Tille <tille at debian.org> Thu, 31 Dec 2015 09:03:44 +0100
+
+openslide-python (1.1.0-2) unstable; urgency=medium
+
+ * Add missinng Build-Depends (Thanks for the patch to Matthias Klose)
+ Closes: #803004
+
+ -- Andreas Tille <tille at debian.org> Mon, 26 Oct 2015 11:24:14 +0100
+
+openslide-python (1.1.0-1) unstable; urgency=medium
+
+ * New upstream version which is now Arch: any
+ Closes: #800810
+ * cme fix dpkg-control
+ * debian/copyright: Fix DEP5
+
+ -- Andreas Tille <tille at debian.org> Thu, 15 Oct 2015 12:49:40 +0200
+
+openslide-python (1.0.1-5) unstable; urgency=low
+
+ * Remove ${python3:Provides}, as documented at:
+ - https://wiki.debian.org/Python/Python3.3
+ * Remove debian/pydist-overrides (not needed)
+
+ -- Mathieu Malaterre <malat at debian.org> Wed, 11 Jun 2014 12:46:42 +0200
+
+openslide-python (1.0.1-4) unstable; urgency=low
+
+ * Fix broken js symlink. Closes: #751119
+ * Add debian/pydist-overrides. Closes: #744748
+
+ -- Mathieu Malaterre <malat at debian.org> Wed, 11 Jun 2014 09:26:11 +0200
+
+openslide-python (1.0.1-3) unstable; urgency=low
+
+ * Make sure to use proper openslide version. Closes: #751118
+
+ -- Mathieu Malaterre <malat at debian.org> Tue, 10 Jun 2014 15:46:33 +0200
+
+openslide-python (1.0.1-2) unstable; urgency=medium
+
+ * debian/control
+ - cme fix dpkg-control
+ - Add Build-Depends: python-setuptools
+ Closes: #746143
+
+ -- Andreas Tille <tille at debian.org> Sun, 27 Apr 2014 18:55:47 +0200
+
+openslide-python (1.0.1-1) unstable; urgency=low
+
+ * New upstream. Closes: #740905, #740906, #740907
+
+ -- Mathieu Malaterre <malat at debian.org> Wed, 19 Mar 2014 09:37:26 +0100
+
+openslide-python (0.5.1-3) unstable; urgency=low
+
+ * As per upstream, need python 3.3. Closes: #737707
+ * Add a package to handle the duplicate examples situation. Closes: #737687
+
+ -- Mathieu Malaterre <malat at debian.org> Tue, 04 Mar 2014 21:10:53 +0000
+
+openslide-python (0.5.1-2) unstable; urgency=low
+
+ * Switch to arch:all instead of arch:any. Closes: #737195
+ * Prefer python-pil. Closes: #737191
+ * Recommends jquery. Closes: #737192
+ * Update copyright dates. Closes: #737193
+ * Add python3 module. Closes: #737194
+
+ -- Mathieu Malaterre <malat at debian.org> Fri, 31 Jan 2014 17:36:59 +0100
+
+openslide-python (0.5.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #683077)
+
+ -- Mathieu Malaterre <malat at debian.org> Tue, 28 Jan 2014 21:04:08 +0100
Deleted: trunk/packages/openslide-python/tags/1.1.1-1/debian/control
===================================================================
--- trunk/packages/openslide-python/trunk/debian/control 2017-01-13 07:42:25 UTC (rev 23564)
+++ trunk/packages/openslide-python/tags/1.1.1-1/debian/control 2017-01-13 14:44:48 UTC (rev 23566)
@@ -1,116 +0,0 @@
-Source: openslide-python
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Mathieu Malaterre <malat at debian.org>,
- Andreas Tille <tille at debian.org>
-Section: python
-Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-python,
- python-dev,
- python-pil,
- python-setuptools,
- python3-all-dev,
- python3-pil,
- python3-setuptools,
- libopenslide-dev
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/openslide-python/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/openslide-python/trunk/
-Homepage: http://openslide.org
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.3
-
-Package: python-openslide
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
- libopenslide0 (>= 3.4.0),
- python-pil | python-imaging
-Recommends: python-openslide-examples
-Provides: ${python:Provides}
-Description: Python 2 wrapper for reading whole slide image files
- OpenSlide is a C library that provides a simple interface to read whole-slide
- images also known as virtual slides.
- .
- Whole-slide images, also known as virtual slides, are large, high resolution
- images used in digital pathology. Reading these images using standard image
- tools or libraries is a challenge because these tools are typically designed
- for images that can comfortably be uncompressed into RAM or a swap file.
- Whole-slide images routinely exceed RAM sizes, often occupying tens of
- gigabytes when uncompressed. Additionally, whole-slide images are typically
- multi-resolution, and only a small amount of image data might be needed at a
- particular resolution.
- .
- This library currently supports:
- - Aperio (.svs, .tif)
- - Hamamatsu (.vms, .vmu, .ndpi)
- - Leica (.scn)
- - MIRAX (.mrxs)
- - Sakura (.svslide)
- - Trestle (.tif)
- - Generic tiled TIFF (.tif)
- .
- This package contains the Python 2 module needed to run OpenSlide applications.
-
-Package: python3-openslide
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python3:Depends},
- libopenslide0 (>= 3.4.0),
- python3-pil
-Recommends: python-openslide-examples
-Description: Python 3 wrapper for reading whole slide image files
- OpenSlide is a C library that provides a simple interface to read whole-slide
- images also known as virtual slides.
- .
- Whole-slide images, also known as virtual slides, are large, high resolution
- images used in digital pathology. Reading these images using standard image
- tools or libraries is a challenge because these tools are typically designed
- for images that can comfortably be uncompressed into RAM or a swap file.
- Whole-slide images routinely exceed RAM sizes, often occupying tens of
- gigabytes when uncompressed. Additionally, whole-slide images are typically
- multi-resolution, and only a small amount of image data might be needed at a
- particular resolution.
- .
- This library currently supports:
- - Aperio (.svs, .tif)
- - Hamamatsu (.vms, .vmu, .ndpi)
- - Leica (.scn)
- - MIRAX (.mrxs)
- - Sakura (.svslide)
- - Trestle (.tif)
- - Generic tiled TIFF (.tif)
- .
- This package contains the Python 3 module needed to run OpenSlide applications.
-
-Package: python-openslide-examples
-Architecture: all
-Depends: ${misc:Depends},
- python-flask | python3-flask,
- libjs-jquery,
- python-openslide | python3-openslide
-Description: Python examples for python-openslide and python3-openslide
- OpenSlide is a C library that provides a simple interface to read whole-slide
- images also known as virtual slides.
- .
- Whole-slide images, also known as virtual slides, are large, high resolution
- images used in digital pathology. Reading these images using standard image
- tools or libraries is a challenge because these tools are typically designed
- for images that can comfortably be uncompressed into RAM or a swap file.
- Whole-slide images routinely exceed RAM sizes, often occupying tens of
- gigabytes when uncompressed. Additionally, whole-slide images are typically
- multi-resolution, and only a small amount of image data might be needed at a
- particular resolution.
- .
- This library currently supports:
- - Aperio (.svs, .tif)
- - Hamamatsu (.vms, .vmu, .ndpi)
- - Leica (.scn)
- - MIRAX (.mrxs)
- - Sakura (.svslide)
- - Trestle (.tif)
- - Generic tiled TIFF (.tif)
- .
- This package contains the Python examples for OpenSlide Python bindings.
Copied: trunk/packages/openslide-python/tags/1.1.1-1/debian/control (from rev 23565, trunk/packages/openslide-python/trunk/debian/control)
===================================================================
--- trunk/packages/openslide-python/tags/1.1.1-1/debian/control (rev 0)
+++ trunk/packages/openslide-python/tags/1.1.1-1/debian/control 2017-01-13 14:44:48 UTC (rev 23566)
@@ -0,0 +1,116 @@
+Source: openslide-python
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>,
+ Andreas Tille <tille at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-dev,
+ python-pil,
+ python-setuptools,
+ python3-all-dev,
+ python3-pil,
+ python3-setuptools,
+ libopenslide-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/openslide-python/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/openslide-python/trunk/
+Homepage: http://openslide.org
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+
+Package: python-openslide
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ libopenslide0 (>= 3.4.0),
+ python-pil | python-imaging
+Recommends: python-openslide-examples
+Provides: ${python:Provides}
+Description: Python 2 wrapper for reading whole slide image files
+ OpenSlide is a C library that provides a simple interface to read whole-slide
+ images also known as virtual slides.
+ .
+ Whole-slide images, also known as virtual slides, are large, high resolution
+ images used in digital pathology. Reading these images using standard image
+ tools or libraries is a challenge because these tools are typically designed
+ for images that can comfortably be uncompressed into RAM or a swap file.
+ Whole-slide images routinely exceed RAM sizes, often occupying tens of
+ gigabytes when uncompressed. Additionally, whole-slide images are typically
+ multi-resolution, and only a small amount of image data might be needed at a
+ particular resolution.
+ .
+ This library currently supports:
+ - Aperio (.svs, .tif)
+ - Hamamatsu (.vms, .vmu, .ndpi)
+ - Leica (.scn)
+ - MIRAX (.mrxs)
+ - Sakura (.svslide)
+ - Trestle (.tif)
+ - Generic tiled TIFF (.tif)
+ .
+ This package contains the Python 2 module needed to run OpenSlide applications.
+
+Package: python3-openslide
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends},
+ libopenslide0 (>= 3.4.0),
+ python3-pil
+Recommends: python-openslide-examples
+Description: Python 3 wrapper for reading whole slide image files
+ OpenSlide is a C library that provides a simple interface to read whole-slide
+ images also known as virtual slides.
+ .
+ Whole-slide images, also known as virtual slides, are large, high resolution
+ images used in digital pathology. Reading these images using standard image
+ tools or libraries is a challenge because these tools are typically designed
+ for images that can comfortably be uncompressed into RAM or a swap file.
+ Whole-slide images routinely exceed RAM sizes, often occupying tens of
+ gigabytes when uncompressed. Additionally, whole-slide images are typically
+ multi-resolution, and only a small amount of image data might be needed at a
+ particular resolution.
+ .
+ This library currently supports:
+ - Aperio (.svs, .tif)
+ - Hamamatsu (.vms, .vmu, .ndpi)
+ - Leica (.scn)
+ - MIRAX (.mrxs)
+ - Sakura (.svslide)
+ - Trestle (.tif)
+ - Generic tiled TIFF (.tif)
+ .
+ This package contains the Python 3 module needed to run OpenSlide applications.
+
+Package: python-openslide-examples
+Architecture: all
+Depends: ${misc:Depends},
+ python-flask | python3-flask,
+ libjs-jquery,
+ python-openslide | python3-openslide
+Description: Python examples for python-openslide and python3-openslide
+ OpenSlide is a C library that provides a simple interface to read whole-slide
+ images also known as virtual slides.
+ .
+ Whole-slide images, also known as virtual slides, are large, high resolution
+ images used in digital pathology. Reading these images using standard image
+ tools or libraries is a challenge because these tools are typically designed
+ for images that can comfortably be uncompressed into RAM or a swap file.
+ Whole-slide images routinely exceed RAM sizes, often occupying tens of
+ gigabytes when uncompressed. Additionally, whole-slide images are typically
+ multi-resolution, and only a small amount of image data might be needed at a
+ particular resolution.
+ .
+ This library currently supports:
+ - Aperio (.svs, .tif)
+ - Hamamatsu (.vms, .vmu, .ndpi)
+ - Leica (.scn)
+ - MIRAX (.mrxs)
+ - Sakura (.svslide)
+ - Trestle (.tif)
+ - Generic tiled TIFF (.tif)
+ .
+ This package contains the Python examples for OpenSlide Python bindings.
Deleted: trunk/packages/openslide-python/tags/1.1.1-1/debian/rules
===================================================================
--- trunk/packages/openslide-python/trunk/debian/rules 2017-01-13 07:42:25 UTC (rev 23564)
+++ trunk/packages/openslide-python/tags/1.1.1-1/debian/rules 2017-01-13 14:44:48 UTC (rev 23566)
@@ -1,16 +0,0 @@
-#!/usr/bin/make -f
-#export DH_VERBOSE=1
-
-export PYBUILD_NAME=openslide
-%:
- dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_installexamples:
- dh_installexamples -ppython-openslide-examples -Xjquery.js examples/*
- dh_link -ppython-openslide-examples usr/share/javascript/jquery/jquery.js usr/share/doc/python-openslide-examples/examples/deepzoom/static/jquery.js
-
-override_dh_compress:
- dh_compress -X.py
-
-get-orig-source:
- uscan --verbose --force-download --rename
Copied: trunk/packages/openslide-python/tags/1.1.1-1/debian/rules (from rev 23565, trunk/packages/openslide-python/trunk/debian/rules)
===================================================================
--- trunk/packages/openslide-python/tags/1.1.1-1/debian/rules (rev 0)
+++ trunk/packages/openslide-python/tags/1.1.1-1/debian/rules 2017-01-13 14:44:48 UTC (rev 23566)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=openslide
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installexamples:
+ dh_installexamples -ppython-openslide-examples -Xjquery.js examples/*
+ dh_link -ppython-openslide-examples usr/share/javascript/jquery/jquery.js usr/share/doc/python-openslide-examples/examples/deepzoom/static/jquery.js
+
+override_dh_compress:
+ dh_compress -X.py
+
+get-orig-source:
+ uscan --verbose --force-download --rename
More information about the debian-med-commit
mailing list