debian/0000755000000000000000000000000012262544325007173 5ustar debian/watch0000644000000000000000000000033512262544325010225 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/pycorrfit-$1\.tar\.gz/ \ https://github.com/paulmueller/PyCorrFit/tags .*/v?(\d\S*)\.tar\.gz debian/changelog0000644000000000000000000000110312262544325011040 0ustar pycorrfit (0.8.1-1) unstable; urgency=medium * Imported Upstream version 0.8.1 -- Alexandre Mestiashvili Mon, 06 Jan 2014 15:23:51 +0100 pycorrfit (0.8.0-2~beta-2) unstable; urgency=medium * d/control: add missing dependencies for LaTex plots -- Alexandre Mestiashvili Mon, 06 Jan 2014 15:05:32 +0100 pycorrfit (0.8.0-2~beta-1) unstable; urgency=low [ Alexandre Mestiashvili ] * Initial release. (Closes: #730640) -- Alexandre Mestiashvili Thu, 28 Nov 2013 17:11:15 +0100 debian/get-orig-source0000755000000000000000000000143412262544325012136 0ustar #!/bin/sh # script to download and repack source package of pycorrfit PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'` mkdir -p ../tarballs VERSION=`uscan --verbose --force-download --repack --destdir='../tarballs/' | \ grep "Newest version on remote site is .* local version is .*" | \ head -n 1 | \ sed "s/Newest version on remote site is \([-0-9.].*\),.*/\1/"` PKGVERSION=`echo $VERSION | sed "s/~//"` cd ../tarballs UPSTREAMNAME=pycorrfit UPSTREAMDIR="${UPSTREAMNAME}-${VERSION}" mkdir $UPSTREAMDIR cd $UPSTREAMDIR tar --strip-components=1 -xzf ../"${UPSTREAMNAME}-${PKGVERSION}".tar.gz cd .. rm -rf ${UPSTREAMDIR}/pyinstaller-howto #rm -f ${UPSTREAMDIR}/*.pdf GZIP="--best --no-name" tar -czf "$PKG"_"$VERSION".orig.tar.gz "${UPSTREAMDIR}" rm -rf "${UPSTREAMDIR}" debian/pycorrfit.pyremove0000644000000000000000000000002512262544325013001 0ustar pycorrfit*.egg-info/ debian/rules0000755000000000000000000000103712262544325010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 TEXDOC=PyCorrFit_doc.tex DOCDIR=doc-src PDF=PyCorrFit_doc.pdf pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') %: dh $@ --with python2 --buildsystem=pybuild override_dh_auto_build: cd $(DOCDIR) && pdflatex $(TEXDOC) rm -f $(PDF); ln -s $(DOCDIR)/$(PDF) convert -background "rgba(255,255,255,0)" -geometry 32x32 \ $(DOCDIR)/Images/PyCorrFit_icon.svg debian/pycorrfit.xpm dh_auto_build override_dh_install: dh_install mv debian/pycorrfit.xpm \ debian/$(pkg)/usr/share/pixmaps debian/pycorrfit.manpages0000644000000000000000000000002312262544325012724 0ustar debian/pycorrfit.1 debian/pycorrfit.desktop0000644000000000000000000000032512262544325012607 0ustar [Desktop Entry] Version=1.0 Type=Application Name=PyCorrFit GenericName=FCS Data Analysis TryExec=pycorrfit Exec=pycorrfit Terminal=false Icon=pycorrfit Keywords=FCS; Categories=Science;DataVisualization;Physics; debian/pycorrfit.10000644000000000000000000000065612262544325011305 0ustar .TH PYCORRFIT "1" "December 2013" "PyCorrFit" "info for PyCorrFit" .SH NAME .B pycorrfit \- a scientific tool for fitting correlation curves on a logarithmic plot .SH DESCRIPTION this is a stub man page, for real documentation see /usr/share/pyshared/pycorrfit_doc/PyCorrFit_doc.pdf or http://paulmueller.github.io/PyCorrFit/ .SH "REPORTING BUGS" Please report bugs here: .UR https://github.com/paulmueller/PyCorrFit/issues .UE debian/compat0000644000000000000000000000000212262544325010371 0ustar 7 debian/pycorrfit.menu0000644000000000000000000000041112262544325012076 0ustar ?package(pycorrfit):\ needs="x11" \ section="Applications/Science/Data Analysis" \ command="/usr/bin/pycorrfit" \ icon="/usr/share/pixmaps/pycorrfit.xpm" \ title="PyCorrFit" \ longtitle="PyCorrFit FCS data analysis" debian/control0000644000000000000000000000252112262544325010576 0ustar Source: pycorrfit Maintainer: Debian Med Packaging Team Uploaders: Alexandre Mestiashvili , Section: python Priority: optional Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7), dh-python, python-setuptools, texlive-latex-base, texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra, texlive-science, latex-xcolor, imagemagick, librsvg2-bin, Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/pycorrfit.git Vcs-Git: git://anonscm.debian.org/debian-med/pycorrfit.git Homepage: http://paulmueller.github.io/PyCorrFit/ Package: pycorrfit Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-scipy, python-wxtools, python-numpy, python-sympy, python-yaml, dvipng, ghostscript, texlive-latex-base, texlive-math-extra, texlive-science, 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 geometries like total internal reflection (TIR). debian/pycorrfit.dirs0000644000000000000000000000005212262544325012074 0ustar usr/share/pixmaps usr/share/applications/ debian/source/0000755000000000000000000000000012262544325010473 5ustar debian/source/format0000644000000000000000000000001412262544325011701 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012262544325010622 5ustar debian/patches/series0000644000000000000000000000000012262544325012025 0ustar debian/README.Debian0000644000000000000000000000030212262544325011227 0ustar PyCorrFit for Debian -------------------- The documentation and changelog for PyCorrFit is located here: /usr/share/pyshared/pycorrfit_doc/ -- Alex Mestiashvili debian/copyright0000644000000000000000000000213712262544325011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PyCorrFit Source: https://github.com/paulmueller/PyCorrFit/ Files: * Copyright: 2013 Paul Mueller License: GPL-2+ Files: debian/* Copyright: 2013 Alexandre Mestiashvili License: GPL-2+ License: GPL-2+ This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2". debian/pycorrfit.install0000644000000000000000000000006112262544325012601 0ustar debian/pycorrfit.desktop usr/share/applications/