This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository pycorrfit.
commit 22dc6aa9618eae336b002dde8aa8ed0c00810989 Author: Alexandre Mestiashvili <[email protected]> Date: Mon Dec 9 15:01:01 2013 +0100 d/rules: as we install documentation in pyshared/pycorrfit_doc, we should install the patched version. d/README.Debian: instead of providing the duplicated PDF I mention it's location in README.Debian d/pycorrfit.docs: removed --- debian/README.Debian | 8 ++++++++ debian/pycorrfit.docs | 1 - debian/rules | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..5947657 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,8 @@ +PyCorrFit for Debian +-------------------- + +The documentation and changelog for PyCorrFit is located here: + + /usr/share/pyshared/pycorrfit_doc/ + + -- Alex Mestiashvili <[email protected]> diff --git a/debian/pycorrfit.docs b/debian/pycorrfit.docs deleted file mode 100644 index 8dee480..0000000 --- a/debian/pycorrfit.docs +++ /dev/null @@ -1 +0,0 @@ -doc-src/PyCorrFit_doc.pdf diff --git a/debian/rules b/debian/rules index c6e0cf0..6233203 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p') 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 -- Alioth's /git/debian-med/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
