[med-svn] [pbgenomicconsensus] 03/05: Stylistic updates for clarity
Afif Elghraoui
afif at moszumanska.debian.org
Fri Apr 22 06:40:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository pbgenomicconsensus.
commit 2ad8f4de1c8142f00f72c3d32f45369bc8f099de
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Thu Apr 21 23:12:25 2016 -0700
Stylistic updates for clarity
---
debian/control | 38 +++++++++++++++++++++-----------------
debian/rules | 4 +++-
debian/tests/control | 11 +++++++++--
3 files changed, 33 insertions(+), 20 deletions(-)
diff --git a/debian/control b/debian/control
index 53404de..8c6add4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,19 @@ Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif at debian.org>
-Build-Depends: debhelper (>= 9),
- dh-python,
- python-docutils,
- python-pkg-resources,
- python-nose,
- python-cram,
- python-all,
- python-setuptools,
- python-pbconsensuscore,
- python-pbcore,
- python-pbcommand (>= 0.2.0),
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-docutils,
+ python-pkg-resources,
+ python-all,
+ python-setuptools,
+ python-pbconsensuscore,
+ python-pbcore,
+ python-pbcommand (>= 0.2.0),
+# Test-Depends:
+ python-nose,
+ python-cram,
Standards-Version: 3.9.7
Homepage: https://github.com/PacificBiosciences/GenomicConsensus
Vcs-Git: https://anonscm.debian.org/git/debian-med/pbgenomicconsensus.git
@@ -21,10 +23,11 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pbgenomicconsensus.git
Package: pbgenomicconsensus
Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-pkg-resources,
- python-pbgenomicconsensus (= ${source:Version})
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-pkg-resources,
+ python-pbgenomicconsensus (= ${source:Version}),
Description: Pacific Biosciences variant and consensus caller
The GenomicConsensus package provides Quiver, Pacific Biosciences'
flagship consensus and variant caller. Quiver is an algorithm that finds
@@ -39,8 +42,9 @@ Description: Pacific Biosciences variant and consensus caller
Package: python-pbgenomicconsensus
Section: python
Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
Description: Pacific Biosciences variant and consensus caller (Python 2)
The GenomicConsensus package provides Quiver, Pacific Biosciences'
flagship consensus and variant caller. Quiver is an algorithm that finds
diff --git a/debian/rules b/debian/rules
index a4347e8..bcf2515 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,13 +2,15 @@
#DH_VERBOSE = 1
+export LC_ALL=C.UTF-8
+
include /usr/share/dpkg/default.mk
export PYBUILD_NAME := $(DEB_SOURCE)
MANDIR=$(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/
%:
- LC_ALL=C.UTF-8 dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_test:
PYTHONPATH=$(CURDIR) PATH=$(CURDIR)/bin:$$PATH $(MAKE) tests
diff --git a/debian/tests/control b/debian/tests/control
index 90da5f6..813cd3c 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,13 @@
Test-Command: make tests
-Depends: @, python-nose, python-cram, make
+Depends:
+ @,
+ python-nose,
+ python-cram,
+ make,
Restrictions: allow-stderr
Test-Command: make extra-tests
-Depends: @, python-cram, make
+Depends:
+ @,
+ python-cram,
+ make,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbgenomicconsensus.git
More information about the debian-med-commit
mailing list