--- /dev/null
+pygalmesh (0.2.6-1) unstable; urgency=medium
+
+ * New upstream release.
+ - fixes meshio API used in pygalmesh tests
+ * add debian/tests (autopkgtest) to run pytest-3
+
+ -- Drew Parsons <dparsons@debian.org> Wed, 14 Nov 2018 23:10:51 +0800
+
+pygalmesh (0.2.5-1) unstable; urgency=medium
+
+ * Initial release (Closes: #910278)
+ - package Python 3 module only (Python 2 is deprecated)
+
+ -- Drew Parsons <dparsons@debian.org> Mon, 08 Oct 2018 00:49:13 +0800
--- /dev/null
+Source: pygalmesh
+Section: python
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
+Uploaders: Drew Parsons <dparsons@debian.org>
+Build-Depends: debhelper (>= 11),
+ dh-python, python3-all-dev, python3-setuptools,
+ libcgal-dev,
+ libeigen3-dev,
+ python3-pybind11 (>= 2.2)
+Standards-Version: 4.2.1
+Homepage: https://github.com/nschloe/pygalmesh
+Vcs-Browser: https://salsa.debian.org/science-team/pygalmesh
+Vcs-Git: https://salsa.debian.org/science-team/pygalmesh.git
+
+Package: python3-pygalmesh
+Architecture: any
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: python-pygalmesh-doc
+Description: a Python 3 frontend to CGAL's 3D mesh generators
+ pygalmesh makes it easy to create high-quality 3D volume and surface
+ meshes.
+ .
+ CGAL offers two different approaches for mesh generation:
+ - Meshes defined implicitly by level sets of functions.
+ - Meshes defined by a set of bounding planes.
+ .
+ pygalmesh provides a front-end to the first approach, which has the
+ following advantages and disadvantages:
+ - All boundary points are guaranteed to be in the level set within
+ any specified residual. This results in smooth curved surfaces.
+ - Sharp intersections of subdomains (e.g., in unions or
+ differences of sets) need to be specified manually (via feature edges,
+ see below), which can be tedious.
+ .
+ On the other hand, the bounding-plane approach (realized by mshr),
+ has the following properties:
+ - Smooth, curved domains are approximated by a set of bounding
+ planes, resulting in more of less visible edges.
+ - Intersections of domains can be computed automatically, so
+ domain unions etc. have sharp edges where they belong.
+ .
+ pygalmesh and mshr are therefore complementary.
+ .
+ This package installs the pygalmesh module for Python 3.
--- /dev/null
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pygalmesh
+Source: https://github.com/nschloe/pygalmesh
+
+Files: *
+Copyright: 2016-2018 Nico Schlömer <nico.schloemer@gmail.com>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
--- /dev/null
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME=pygalmesh
+
+%:
+ dh $@ --with python3 --buildsystem=pybuild
+
--- /dev/null
+3.0 (quilt)
--- /dev/null
+extend-diff-ignore = "^[^/]*[.]egg-info/"
--- /dev/null
+Test-Command: pytest-3
+Depends: @, @builddeps@,
+ python3-meshio,
+ python3-pytest
--- /dev/null
+version=4
+
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%pygalmesh-$1.tar.gz%" \
+ https://github.com/nschloe/pygalmesh/tags \
+ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate