[med-svn] [Git][med-team/snakemake][master] 3 commits: delete get-orig-source target
Andreas Tille
gitlab at salsa.debian.org
Mon Apr 30 13:23:46 BST 2018
Andreas Tille pushed to branch master at Debian Med / snakemake
Commits:
5c7723bf by Andreas Tille at 2018-04-30T14:13:44+02:00
delete get-orig-source target
- - - - -
c98f30d1 by Andreas Tille at 2018-04-30T14:14:25+02:00
Build-Depends: python-datrie
- - - - -
b554f1f0 by Andreas Tille at 2018-04-30T14:23:17+02:00
Add "PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3)" bit this does not solve the build problem
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,11 @@ snakemake (4.8.0-1) UNRELEASED; urgency=medium
* New upstream version
* Standards-Version: 4.1.3
* debhelper 11
+ * d/rules: delete get-orig-source target
* Build-Depends: r-cran-rmarkdown and disable patch that skips test using
RMarkdown
* Recommends: r-cran-rmarkdown
- TODO: Needs python-datrie (#828741)
+ * Build-Depends: python-datrie
-- Andreas Tille <tille at debian.org> Tue, 27 Mar 2018 16:07:45 +0200
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -13,13 +13,10 @@ export PATH:=$(CURDIR)/.pybuild/pythonX.Y_3.6/build/bin:$(PATH)
# Force the use of python3's sphinx-build.
export SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build
-# main packaging script based on dh7 syntax
%:
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
- python3 setup.py build_sphinx
-
-get-orig-source:
- uscan --verbose --force-download --repack --compression xz
+ PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
+ python3 setup.py build_sphinx
View it on GitLab: https://salsa.debian.org/med-team/snakemake/compare/26b3177fdc73f96fd8c4c2b5424b52ea966a7e7a...b554f1f0ea0377a782233cecc7f427a573f7e640
---
View it on GitLab: https://salsa.debian.org/med-team/snakemake/compare/26b3177fdc73f96fd8c4c2b5424b52ea966a7e7a...b554f1f0ea0377a782233cecc7f427a573f7e640
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180430/1c9e347e/attachment.html>
More information about the debian-med-commit
mailing list