This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository pycorrfit.
commit d3eb979fc8ff1b50dd0ec5684d1577ccfdf4f01b Author: Alexandre Mestiashvili <[email protected]> Date: Wed Mar 19 17:57:56 2014 +0100 d/control: strip trailing slash from Homepage d/pycorrfit.install: copy sample_session to examples d/rules: add one more pass of pdflatex for the tex source --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/pycorrfit.install | 1 + debian/rules | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e189a5..a6e796a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pycorrfit (0.8.2-2) UNRELEASED; urgency=medium + + * d/control: strip trailing slash from Homepage + * d/rules: add one more pass of pdflatex for the tex source + + -- Alexandre Mestiashvili <[email protected]> Tue, 18 Feb 2014 16:14:31 +0100 + pycorrfit (0.8.2-1) unstable; urgency=medium * Imported Upstream version 0.8.2 diff --git a/debian/control b/debian/control index d9e878a..4f56a5d 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7), 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/ +Homepage: http://paulmueller.github.io/PyCorrFit Package: pycorrfit Architecture: all @@ -30,7 +30,7 @@ Depends: ${misc:Depends}, ${python:Depends}, Recommends: dvipng, ghostscript, - texlive-math-extra, + texlive-math-extra, texlive-science, Description: tool for fitting correlation curves on a logarithmic plot PyCorrFit is a general-purpose FCS evaluation software that, diff --git a/debian/pycorrfit.install b/debian/pycorrfit.install index 21af4e4..8053f6e 100644 --- a/debian/pycorrfit.install +++ b/debian/pycorrfit.install @@ -1 +1,2 @@ debian/pycorrfit.desktop usr/share/applications/ +sample_sessions/ usr/share/doc/pycorrfit/examples diff --git a/debian/rules b/debian/rules index d0f3ddd..13a3485 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,7 @@ override_dh_auto_build: cd $(DOCDIR) && pdflatex -synctex=1 -interaction=nonstopmode $(TEXDOC) cd $(DOCDIR) && bibtex $(BIBDOC) cd $(DOCDIR) && pdflatex -synctex=1 -interaction=nonstopmode $(TEXDOC) + cd $(DOCDIR) && pdflatex -synctex=1 -interaction=nonstopmode $(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 -- 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
