Skip to content
Commits on Source (5)
# NCBI External Developer Release:
## NGS SDK 2.10.1
**December 16, 2019**
**ngs**: changed version to match that of _ncbi-vdb_
## NGS SDK 2.10.0
**August 19, 2019**
......
ngs-sdk (2.10.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Standards-Version: 4.4.1
* Fixed more-archs patch, was missing a semicolon
-- Michael R. Crusoe <michael.crusoe@gmail.com> Fri, 10 Jan 2020 16:45:29 +0100
ngs-sdk (2.10.0-4) unstable; urgency=medium
* Team upload.
......
......@@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 12),
javahelper,
maven-repo-helper,
default-jdk
Standards-Version: 4.4.0
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/ngs-sdk
Vcs-Git: https://salsa.debian.org/med-team/ngs-sdk.git
Homepage: https://github.com/ncbi/ngs
......
......@@ -17,7 +17,7 @@ Subject: Enable building on more architectures
-} else {
- die "unrecognized Architecture '$ARCH'";
-}
+$BITS=`dpkg-architecture -qDEB_TARGET_ARCH_BITS`
+$BITS=`dpkg-architecture -qDEB_TARGET_ARCH_BITS`;
println "$MARCH ($BITS bits) is supported" unless ($AUTORUN);
# determine OS and related norms
......@@ -38,7 +38,7 @@ Subject: Enable building on more architectures
-} else {
- die "unrecognized Architecture '$ARCH'";
-}
+$BITS=`dpkg-architecture -qDEB_TARGET_ARCH_BITS`
+$BITS=`dpkg-architecture -qDEB_TARGET_ARCH_BITS`;
println "$MARCH ($BITS bits) is supported" unless ($AUTORUN);
# determine OS and related norms
......@@ -57,7 +57,7 @@ Subject: Enable building on more architectures
-} else {
- die "unrecognized Architecture '$ARCH'";
-}
+$BITS=`dpkg-architecture -qDEB_TARGET_ARCH_BITS`
+$BITS=`dpkg-architecture -qDEB_TARGET_ARCH_BITS`;
println "$MARCH ($BITS bits) is supported" unless ($AUTORUN);
# determine OS and related norms
......@@ -76,7 +76,7 @@ Subject: Enable building on more architectures
-} else {
- die "unrecognized Architecture '$ARCH'";
-}
+$BITS=`dpkg-architecture -qDEB_TARGET_ARCH_BITS`
+$BITS=`dpkg-architecture -qDEB_TARGET_ARCH_BITS`;
println "$MARCH ($BITS bits) is supported" unless ($AUTORUN);
# determine OS and related norms
......@@ -23,4 +23,4 @@
# ===========================================================================
# NGS-BAM and library version
VERSION = 2.10.0
VERSION = 2.10.1
......@@ -23,4 +23,4 @@
# ===========================================================================
# NGS-JAVA and library version
VERSION = 2.10.0
VERSION = 2.10.1
......@@ -29,6 +29,6 @@ package gov.nih.nlm.ncbi.ngs;
class LibDependencies {
final static String NGS_SDK = "ngs-sdk";
final static String NCBI_VDB = "ncbi-vdb";
final static String NGS_SDK_VERSION = "2.10.0";
final static String NCBI_VDB_VERSION = "2.10.0";
final static String NGS_SDK_VERSION = "2.10.1";
final static String NCBI_VDB_VERSION = "2.10.1";
}
......@@ -23,4 +23,4 @@
# ===========================================================================
# NGS-PYTHON and library version
VERSION = 2.10.0
VERSION = 2.10.1
......@@ -23,4 +23,4 @@
# ===========================================================================
# NGS-SDK and library version
VERSION = 2.10.0
VERSION = 2.10.1
#define NGS_SDK_VERSION "2.10.0"
#define NGS_SDK_VERSION "2.10.1"