This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository blasr.
commit 595448b0e7d1006a960c8f9e9e9fc5196a46adb3 Author: Afif Elghraoui <[email protected]> Date: Sun Dec 13 14:05:52 2015 -0800 Minor clean-ups --- debian/control | 26 ++++++++++++++------------ debian/rules | 2 +- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index ca35bbd..d89a14b 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,14 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Afif Elghraoui <[email protected]> -Build-Depends: debhelper (>= 9), - python, - libhdf5-dev, - zlib1g-dev, - libblasr-dev, - libpbdata-dev, - libpbihdf-dev, +Build-Depends: + debhelper (>= 9), + python, + libhdf5-dev, + zlib1g-dev, + libblasr-dev, + libpbdata-dev, + libpbihdf-dev, Standards-Version: 3.9.6 Homepage: https://github.com/PacificBiosciences/blasr Vcs-Git: git://anonscm.debian.org/debian-med/blasr.git @@ -17,11 +18,12 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/blasr.git Package: blasr Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends}, - libblasr, - libpbdata, - libpbihdf, +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libblasr, + libpbdata, + libpbihdf, Description: mapping single-molecule sequencing reads Basic local alignment with successive refinement (BLASR) is a method for mapping single-molecule sequencing reads against a reference genome. diff --git a/debian/rules b/debian/rules index cc6e61b..e2db2f9 100755 --- a/debian/rules +++ b/debian/rules @@ -25,4 +25,4 @@ override_dh_auto_test: override_dh_auto_clean: override_dh_auto_configure $(MAKE) clean # This is created by configure.py - rm -f defines.mk + $(RM) defines.mk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/blasr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
