debian/0000775000000000000000000000000012316540444007173 5ustar debian/upstream0000664000000000000000000000150312263000043010740 0ustar Bug-Database: https://sourceforge.net/p/mia/tickets-pymia/ Bug-Submit: https://sourceforge.net/p/mia/tickets-pymia/new/ Contact: https://sourceforge.net/p/mia/discussion/ Homepage: http://mia.sourceforge.net Other-References: https://sourceforge.net/p/mia/wiki/Home/ Reference: Author: Gert Wollny and Jean-Jaques Hublin and Maria-J Ledesma-Carbayo and Matthew M. Skinner and Peter Kellman and Thomas Hierl Title: MIA - A Free and Open Source Software for Gray Scale Medical Image Analysis Journal: Source Code for Biology and Medicine Year: 2013 Volume: 8:20 DOI: 10.1186/1751-0473-8-20 URL: http://www.scfbm.org/content/8/1/20/abstract eprint: http://www.scfbm.org/content/pdf/1751-0473-8-20.pdf Repository-Browse: https://sourceforge.net/p/mia/pymia/ci/master/tree/ Watch: http://sf.net/mia/pymia-([\d.]+)\.tar\.xz debian/source/0000775000000000000000000000000012263000043010456 5ustar debian/source/format0000664000000000000000000000001412263000043011664 0ustar 3.0 (quilt) debian/source/include-binaries0000664000000000000000000000004012263000043013610 0ustar debian/upstream-signing-key.pgp debian/copyright0000664000000000000000000000214112263000043011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pymia Upstream-Contact: Gert Wollny Source: http://mia.sourceforge.net Files: * Copyright: Gert Wollny License: GPL-3.0+ Files: debian/* Copyright: 2012 wollny License: GPL-3.0+ License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". debian/changelog0000664000000000000000000000131212316540444011042 0ustar pymia (0.1.5-2build1) trusty; urgency=medium * No change rebuild to drop python3.3 compiled extension. -- Dimitri John Ledkov Tue, 01 Apr 2014 14:37:40 +0100 pymia (0.1.5-2) unstable; urgency=low * change build dependencies to python*-all-dev to build when more than one python implementation is available. (Closes: #733870) Thanks to Dmitry Shachnev for the report and fix. * add check cryptographic signature in watch file. -- Gert Wollny Tue, 07 Jan 2014 13:54:44 +0100 pymia (0.1.5-1) unstable; urgency=medium * Initial release (Closes: #694439) -- Gert Wollny Tue, 10 Dec 2013 11:29:10 +0100 debian/control0000664000000000000000000000640412316540444010602 0ustar Source: pymia Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Med Packaging Team Uploaders: Gert Wollny Section: science Priority: optional Build-Depends: debhelper (>= 9), python-all-dev, python-all-dbg, python3-all-dev, python3-all-dbg, python-numpy-dbg, python3-numpy-dbg , python-numpy, python3-numpy, python-setuptools, python3-setuptools, libmia-2.0-dev Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/?p=debian-med/pymia.git;a=summary Vcs-Git: git://anonscm.debian.org/debian-med/pymia.git Homepage: http://mia.sourceforge.net X-Python-Version: >= 2.7 X-Python3-Version: >= 3.2 Package: python-mia Architecture: any Section: python Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numpy Description: Python-2 bindings for the MIA image processing library MIA comprises a set of tools, libraries, and plug-ins for general purpose 2D and 3D gray scale image processing and basic handling of triangular meshes. The libraries provide a basic infrastructure and generic algorithms, that can be specialized by specifying the appropriate plug-ins. This package provides the Python-2 bindings. Package: python-mia-dbg Architecture: any Section: debug Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mia (= ${binary:Version}), python-numpy Description: Debug information for Python-2 bindings for MIA MIA comprises a set of tools, libraries, and plug-ins for general purpose 2D and 3D gray scale image processing and basic handling of triangular meshes. The libraries provide a basic infrastructure and generic algorithms, that can be specialized by specifying the appropriate plug-ins. This package provides the Debug information for the Python-2 bindings. Package: python3-mia Architecture: any Section: python Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-numpy Description: Python-3 bindings for the MIA image processing library MIA comprises a set of tools, libraries, and plug-ins for general purpose 2D and 3D gray scale image processing and basic handling of triangular meshes. The libraries provide a basic infrastructure and generic algorithms, that can be specialized by specifying the appropriate plug-ins. This package provides the Python-3 bindings. Package: python3-mia-dbg Architecture: any Section: debug Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-mia (= ${binary:Version}), python3-numpy Description: Debug information for Python-3 bindings for MIA MIA comprises a set of tools, libraries, and plug-ins for general purpose 2D and 3D gray scale image processing and basic handling of triangular meshes. The libraries provide a basic infrastructure and generic algorithms, that can be specialized by specifying the appropriate plug-ins. This package provides the Debug information for the Python-3 bindings. debian/rules0000775000000000000000000000072512263000043010242 0ustar #!/usr/bin/make -f # -*- makefile -*- export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export PYBUILD_NAME=mia %: dh $@ --with python2,python3 --buildsystem=pybuild override_dh_auto_install: dh_auto_install dh_numpy dh_numpy3 override_dh_strip: ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) dh_strip -ppython-mia --dbg-package=python-mia-dbg dh_strip -ppython3-mia --dbg-package=python3-mia-dbg endif override_dh_auto_clean: rm -rf build .pybuild debian/watch0000664000000000000000000000017712263000043010214 0ustar # Compulsory line, this is a version 3 file version=3 opts="pgpsigurlmangle=s/$/.asc/" http://sf.net/mia/pymia-(.*)\.tar\.gz debian/patches/0000775000000000000000000000000012263000043010605 5ustar debian/patches/01_use_oldstyle_c++11_flag.patch0000664000000000000000000000133212263000043016423 0ustar Description: Replace the c++11 flag by c++0x On powerpc the default compiler is still g++-4.6 that doesn't support the c++11 flag. . pymia (0.1.4-1) unstable; urgency=low . * Initial release (Closes: #694439) Author: Gert Wollny --- Origin: upstream Forwarded: not-needed Last-Update: <2013-12-05> --- pymia-0.1.4.orig/setup.py +++ pymia-0.1.4/setup.py @@ -54,7 +54,7 @@ depvars['include_dirs'].append(numpy.get extension = Extension('mia', ['src/mia_python.cc'], - extra_compile_args = ['-std=c++11'], + extra_compile_args = ['-std=c++0x'], depends = ["numpy"], **depvars) debian/patches/series0000664000000000000000000000004112263000043012015 0ustar 01_use_oldstyle_c++11_flag.patch debian/upstream-signing-key.pgp0000664000000000000000000000314612263000043013754 0ustar  KXW jfS~ :y%$jT"ytԼzZ4g , Y"_Qt볝`ùˊx[2*Aj2Nג=%eϴn]ۉGNӮGfelY[;*0Ol%Buɫ'(owfOgXUJ5 9BMt܁^q ѱØRN*#ߗ. &f[ƣ5bI_9#AޖrGert Wollny 9#Q    r1"k+.IĻzll KW2ͼD>ݢ,՚wF䈃7R܌!A;RwTmU$(.d(Ӂ(!$ SEg62~(<g.1i]#k t(.zd55B4{&)5,Y4e #ZE|qa@rMp[H{9#Q    r1XH8]>@ $.+QԖϿM  Z^yS-83a1ÔKExF|5˥uek|=͞]'?;H$V4hO!_5;Y`kdo]I=ʻ:|~2+&: &Ľ2HFHGkx sĮ-pc>Fĩ}Dž¢Lajubвa$щt)U» .ݛfJ`p>gwy&Mwj&r~ꠞȎ-@=N܉6 K  r1vmvur_Bc86Aeh;A<v:IsUiL,T~ x ,Js~c2U+&dz)z?X*"LYSHHg;%琸Udebian/compat0000664000000000000000000000000212263000043010354 0ustar 9