Skip to content
Commits on Source (7)
loki (2.4.7.4-8) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* hardening=+all
* Fix spelling
-- Andreas Tille <tille@debian.org> Fri, 12 Oct 2018 07:04:58 +0200
loki (2.4.7.4-7) unstable; urgency=medium
* Moved packaging from SVN to Git
......
......@@ -3,10 +3,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10)
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/loki.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/loki.git
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/loki
Vcs-Git: https://salsa.debian.org/med-team/loki.git
Package: loki
Architecture: any
......
......@@ -6,4 +6,4 @@ Abstract: This document answers frequently
Section: Science/Biology
Format: postscript
Files: /usr/share/doc/loki-doc/loki_faq.ps.gz
Files: /usr/share/doc/loki/loki_faq.ps.gz
......@@ -7,4 +7,4 @@ Abstract: This manual describes what loki is
Section: Science/Biology
Format: postscript
Files: /usr/share/doc/loki-doc/loki_doc.ps.gz
Files: /usr/share/doc/loki/loki_doc.ps.gz
10_utils.patch
10_lex.patch
hardening.patch
spelling.patch
Description: Fix spelling
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 11 Oct 2018 20:27:07 +0200
--- a/lokisrc/param_parse.c
+++ b/lokisrc/param_parse.c
@@ -2519,7 +2519,7 @@ int ReadParam(FILE *fptr,char *cname,int
scan_error_n++;
}
if(n_models>1 && output_type<2) {
- (void)fprintf(stderr,"ReadParam(): Ouput type %d not supported with multilpe trait loci\n",output_type);
+ (void)fprintf(stderr,"ReadParam(): Output type %d not supported with multiple trait loci\n",output_type);
scan_error_n++;
}
if(!syst_var[SYST_IBD_OUTPUT].flag) {
--- a/lokisrc/param_parse.y
+++ b/lokisrc/param_parse.y
@@ -852,7 +852,7 @@ int ReadParam(FILE *fptr,char *cname,int
scan_error_n++;
}
if(n_models>1 && output_type<2) {
- (void)fprintf(stderr,"ReadParam(): Ouput type %d not supported with multilpe trait loci\n",output_type);
+ (void)fprintf(stderr,"ReadParam(): Output type %d not supported with multiple trait loci\n",output_type);
scan_error_n++;
}
if(!syst_var[SYST_IBD_OUTPUT].flag) {
......@@ -4,6 +4,8 @@
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
MANPAGES=check_het.1 \
hist.1 \
loki_count.1 \
......