[med-svn] [pycorrfit] 04/06: d/changelog: new upstream version d/control: add new Build-Dependencies d/rules: new doc dir, avoid pdf download d/pycorrfit.install: update example directory
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Wed Mar 18 17:33:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository pycorrfit.
commit 6abdb778ad279266efeabd81731117a71fdc379d
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Wed Mar 18 18:12:48 2015 +0100
d/changelog: new upstream version
d/control: add new Build-Dependencies
d/rules: new doc dir, avoid pdf download
d/pycorrfit.install: update example directory
---
debian/changelog | 9 +++++++++
debian/control | 9 ++++++---
debian/pycorrfit.install | 4 ++--
debian/rules | 6 +++++-
4 files changed, 22 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5bb3754..08f3360 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pycorrfit (0.8.6-1) UNRELEASED; urgency=medium
+
+ * debian/get-orig-source: remove freeze_pyinstaller dir
+ * Imported Upstream version 0.8.6
+ * d/control: add new Build-Dependencies
+ * d/rules: new doc dir, avoid pdf download during clean
+
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de> Wed, 18 Mar 2015 18:13:59 +0100
+
pycorrfit (0.8.3-2) unstable; urgency=medium
[ Andreas Tille ]
diff --git a/debian/control b/debian/control
index 252a1ca..5d3aa3d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,15 +15,18 @@ Build-Depends: python-all,
texlive-science,
latex-xcolor,
imagemagick,
- librsvg2-bin
-Standards-Version: 3.9.5
+ librsvg2-bin,
+ cython,
+ python-numpy,
+ libpython2.7-dev
+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
Homepage: http://paulmueller.github.io/PyCorrFit
Package: pycorrfit
Architecture: all
-Depends: ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends},
${python:Depends},
python-matplotlib,
python-scipy,
diff --git a/debian/pycorrfit.install b/debian/pycorrfit.install
index c894754..5a34e26 100644
--- a/debian/pycorrfit.install
+++ b/debian/pycorrfit.install
@@ -1,3 +1,3 @@
debian/pycorrfit.desktop usr/share/applications/
-sample_sessions/ usr/share/doc/pycorrfit/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
diff --git a/debian/rules b/debian/rules
index 4c13113..b82839b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,13 +4,17 @@
TEXDOC=PyCorrFit_doc.tex
BIBDOC=PyCorrFit_doc.aux
-DOCDIR=doc-src
+DOCDIR=doc
PDF=PyCorrFit_doc.pdf
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
%:
dh $@ --with python2 --buildsystem=pybuild
+override_dh_auto_clean:
+ touch doc/PyCorrFit_doc.pdf
+ dh_auto_clean
+
override_dh_auto_build:
cd $(DOCDIR) && pdflatex -synctex=1 -interaction=nonstopmode $(TEXDOC)
cd $(DOCDIR) && bibtex $(BIBDOC)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pycorrfit.git
More information about the debian-med-commit
mailing list