Skip to content
Commits on Source (6)
rtax (0.984-6) unstable; urgency=medium
* Team upload.
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Wed, 18 Jul 2018 21:36:09 +0200
rtax (0.984-5) unstable; urgency=medium
* Team upload.
......
......@@ -3,10 +3,10 @@ Maintainer: Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Simon Kainz <skainz@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/rtax.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/rtax.git
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/rtax
Vcs-Git: https://salsa.debian.org/med-team/rtax.git
Homepage: https://github.com/davidsoergel/rtax/
Package: rtax
......
......@@ -10,7 +10,7 @@ License: BSD-3-clause
Files: scripts/rtaxSearch.pl
Copyright: © 2011-2013 David A. W. Soergel, Rob Knight, and Steven E. Brenner
© 2011 Regents of the University of California
License: BSD
License: BSD-3-clause
License: BSD-3-clause
Redistribution and use in source and binary forms, with or without
......
Author: Simon Kainz <simon@familiekainz.at>
Last-Update: 2013-09-12
Description: Change script interpreter to /bin/bash
Fixes syntax errors due to differnet if syntax between sh and bash.
Fixes syntax errors due to different if syntax between sh and bash.
--- rtax-0.984.orig/greengenes/prepare-greengenes
+++ rtax-0.984/greengenes/prepare-greengenes
......