[med-svn] [pbalign] 03/08: Readability improvements and clean-ups in d/control and d/rules
Afif Elghraoui
afif at moszumanska.debian.org
Sat Dec 24 02:17:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository pbalign.
commit 914bcf1ae2b5f3bcd89d3131165fc8b1f4bc3533
Author: Afif Elghraoui <afif at debian.org>
Date: Fri Dec 23 17:25:25 2016 -0800
Readability improvements and clean-ups in d/control and d/rules
---
debian/control | 64 +++++++++++++++++++++++++++++++++-------------------------
debian/rules | 5 ++---
2 files changed, 38 insertions(+), 31 deletions(-)
diff --git a/debian/control b/debian/control
index b702883..0729a9a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,14 @@ Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif at ghraoui.name>
-Build-Depends: debhelper (>= 9),
- dh-python,
- python-all,
- python-setuptools,
- python-pbcore (>= 0.8.5),
- python-sphinx,
- help2man
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-pbcore (>= 0.8.5),
+ python-sphinx,
+ help2man,
Standards-Version: 3.9.6
Homepage: https://github.com/PacificBiosciences/pbalign
Vcs-Git: git://anonscm.debian.org/debian-med/pbalign.git
@@ -17,16 +18,19 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/pbalign.git
Package: pbalign
Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- python-pbalign,
- python-pkg-resources,
- blasr
-Recommends: python-pbh5tools,
- hdf5-tools
-Suggests: bowtie2,
- gmap,
- pbalign-doc
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-pbalign,
+ python-pkg-resources,
+ blasr,
+Recommends:
+ python-pbh5tools,
+ hdf5-tools,
+Suggests:
+ bowtie2,
+ gmap,
+ pbalign-doc,
Description: map Pacific Biosciences reads to reference DNA sequences
pbalign aligns PacBio reads to reference sequences, filters aligned
reads according to user-specific filtering criteria, and converts the
@@ -37,14 +41,17 @@ Description: map Pacific Biosciences reads to reference DNA sequences
Package: python-pbalign
Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends},
- blasr
-Recommends: python-pbh5tools,
- hdf5-tools
-Suggests: bowtie2,
- gmap,
- pbalign-doc
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ blasr,
+Recommends:
+ python-pbh5tools,
+ hdf5-tools,
+Suggests:
+ bowtie2,
+ gmap,
+ pbalign-doc,
Description: map Pacific Biosciences reads to reference DNA sequences (Python2)
pbalign aligns PacBio reads to reference sequences, filters aligned
reads according to user-specific filtering criteria, and converts the
@@ -57,9 +64,10 @@ Description: map Pacific Biosciences reads to reference DNA sequences (Python2)
Package: pbalign-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends},
- libjs-jquery,
- libjs-underscore
+Depends:
+ ${misc:Depends},
+ libjs-jquery,
+ libjs-underscore,
Description: documentation for pbalign
pbalign aligns PacBio reads to reference sequences, filters aligned
reads according to user-specific filtering criteria, and converts the
diff --git a/debian/rules b/debian/rules
index 6230d3a..c19b46c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
#DH_VERBOSE = 1
-
-DPKG_EXPORT_BUILDFLAGS = 1
+export LC_ALL=C.UTF-8
include /usr/share/dpkg/default.mk
export PYBUILD_NAME = pbalign
@@ -13,7 +12,7 @@ HELP2MAN = help2man --no-info --version-string $(DEB_VERSION_UPSTREAM)
MANDIR = $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1
%:
- LC_ALL=C.UTF-8 dh $@ --with=python2 --buildsystem=pybuild
+ dh $@ --with=python2 --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbalign.git
More information about the debian-med-commit
mailing list