This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository pycorrfit.
commit 78e806665024133b7597d49dd4424f72e282d5f9 Author: Alexandre Mestiashvili <[email protected]> Date: Fri Oct 23 14:42:00 2015 +0200 d/control: remove python-pytest build dependency d/*: apply wrap-and-sort --- debian/changelog | 2 +- debian/control | 45 +++++++++++++++++++++------------------------ debian/copyright | 4 ++-- debian/pycorrfit.dirs | 2 +- debian/pycorrfit.install | 2 +- 5 files changed, 26 insertions(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index cca44f6..6394cd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ pycorrfit (0.9.1+dfsg-1) UNRELEASED; urgency=medium - * Non-maintainer upload. + * Imported Upstream version 0.9.1+dfsg -- Alexandre Mestiashvili <[email protected]> Thu, 22 Oct 2015 16:33:02 +0200 diff --git a/debian/control b/debian/control index 8ad154e..9642765 100644 --- a/debian/control +++ b/debian/control @@ -4,22 +4,21 @@ Uploaders: Alexandre Mestiashvili <[email protected]>, Andreas Tille <[email protected]> Section: python Priority: optional -Build-Depends: python-all, +Build-Depends: cython, debhelper (>= 9), dh-python, - python-setuptools, - texlive-latex-extra, - texlive-extra-utils, - texlive-bibtex-extra, - texlive-fonts-recommended, - texlive-science, - latex-xcolor, imagemagick, + latex-xcolor, + libpython2.7-dev, librsvg2-bin, - cython, + python-all, python-numpy, - libpython2.7-dev, - python-pytest + python-setuptools, + texlive-bibtex-extra, + texlive-extra-utils, + texlive-fonts-recommended, + texlive-latex-extra, + texlive-science Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pycorrfit.git Vcs-Git: git://anonscm.debian.org/debian-med/pycorrfit.git @@ -27,21 +26,19 @@ Homepage: http://paulmueller.github.io/PyCorrFit Package: pycorrfit Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, - ${python:Depends}, - python-matplotlib, +Depends: python-matplotlib, + python-numpy, python-scipy, python-wxgtk3.0, - python-numpy, - python-yaml -Recommends: python-sympy, - dvipng, - texlive-latex-base, - texlive-math-extra + python-yaml, + ${misc:Depends}, + ${python:Depends}, + ${shlibs:Depends} +Recommends: dvipng, python-sympy, texlive-latex-base, texlive-math-extra Description: tool for fitting correlation curves on a logarithmic plot PyCorrFit is a general-purpose FCS evaluation software that, - amongst other formats, supports the established Zeiss ConfoCor3 ~.fcs - file format. PyCorrFit comes with several built-in model functions, - covering a wide range of applications in standard confocal FCS. - In addition, it contains equations dealing with different excitation + amongst other formats, supports the established Zeiss ConfoCor3 ~.fcs + file format. PyCorrFit comes with several built-in model functions, + covering a wide range of applications in standard confocal FCS. + In addition, it contains equations dealing with different excitation geometries like total internal reflection (TIR). diff --git a/debian/copyright b/debian/copyright index c7e7774..a6b1281 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PyCorrFit Source: https://github.com/paulmueller/PyCorrFit/ -Files-Excluded: +Files-Excluded: freeze_pyinstaller freeze_appveyor freeze_travis @@ -14,7 +14,7 @@ Files: * Copyright: 2015 Paul Mueller <[email protected]> License: GPL-2+ -Files: +Files: pycorrfit/readfiles/read_pt3_scripts/correlation_objects.py pycorrfit/readfiles/read_pt3_scripts/import_methods.py pycorrfit/readfiles/read_pt3_scripts/correlation_methods.py diff --git a/debian/pycorrfit.dirs b/debian/pycorrfit.dirs index 7b349f5..3b7f166 100644 --- a/debian/pycorrfit.dirs +++ b/debian/pycorrfit.dirs @@ -1,2 +1,2 @@ -usr/share/pixmaps usr/share/applications/ +usr/share/pixmaps diff --git a/debian/pycorrfit.install b/debian/pycorrfit.install index 5a34e26..a806caa 100644 --- a/debian/pycorrfit.install +++ b/debian/pycorrfit.install @@ -1,3 +1,3 @@ debian/pycorrfit.desktop usr/share/applications/ +examples/external_model_functions/ usr/share/doc/pycorrfit/examples examples/sample_sessions/ usr/share/doc/pycorrfit/examples -examples/external_model_functions/ usr/share/doc/pycorrfit/examples -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pycorrfit.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
