[med-svn] [Git][med-team/ngs-sdk][master] 5 commits: New upstream version 2.10.1

Michael R. Crusoe gitlab at salsa.debian.org
Fri Jan 10 16:58:40 GMT 2020



Michael R. Crusoe pushed to branch master at Debian Med / ngs-sdk


Commits:
8d9ec81b by Michael R. Crusoe at 2020-01-10T16:43:31+01:00
New upstream version 2.10.1
- - - - -
6adb3279 by Michael R. Crusoe at 2020-01-10T16:43:37+01:00
Update upstream source from tag 'upstream/2.10.1'

Update to upstream version '2.10.1'
with Debian dir 31b707e514f9bcfe1db69a4046750c502c2390e0
- - - - -
37858a9b by Michael R. Crusoe at 2020-01-10T16:44:34+01:00
start 2.10.1-1

- - - - -
41a6e9f0 by Michael R. Crusoe at 2020-01-10T16:45:27+01:00
routine-update: Standards-Version: 4.4.1

- - - - -
e1b21477 by Michael R. Crusoe at 2020-01-10T17:38:49+01:00
2.10.1-1

- - - - -


10 changed files:

- CHANGES.md
- debian/changelog
- debian/control
- debian/patches/more_archs
- ngs-bam/Makefile.vers
- ngs-java/Makefile.vers
- ngs-java/gov/nih/nlm/ncbi/ngs/LibDependencies.java
- ngs-python/Makefile.vers
- ngs-sdk/Makefile.vers
- ngs-sdk/dispatch/version.h


Changes:

=====================================
CHANGES.md
=====================================
@@ -1,6 +1,12 @@
 # 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**
 


=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+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 at gmail.com>  Fri, 10 Jan 2020 16:45:29 +0100
+
 ngs-sdk (2.10.0-4) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -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


=====================================
debian/patches/more_archs
=====================================
@@ -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


=====================================
ngs-bam/Makefile.vers
=====================================
@@ -23,4 +23,4 @@
 # ===========================================================================
 
 # NGS-BAM and library version
-VERSION = 2.10.0
+VERSION = 2.10.1


=====================================
ngs-java/Makefile.vers
=====================================
@@ -23,4 +23,4 @@
 # ===========================================================================
 
 # NGS-JAVA and library version
-VERSION = 2.10.0
+VERSION = 2.10.1


=====================================
ngs-java/gov/nih/nlm/ncbi/ngs/LibDependencies.java
=====================================
@@ -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";
 }


=====================================
ngs-python/Makefile.vers
=====================================
@@ -23,4 +23,4 @@
 # ===========================================================================
 
 # NGS-PYTHON and library version
-VERSION = 2.10.0
+VERSION = 2.10.1


=====================================
ngs-sdk/Makefile.vers
=====================================
@@ -23,4 +23,4 @@
 # ===========================================================================
 
 # NGS-SDK and library version
-VERSION = 2.10.0
+VERSION = 2.10.1


=====================================
ngs-sdk/dispatch/version.h
=====================================
@@ -1 +1 @@
-#define NGS_SDK_VERSION "2.10.0"
+#define NGS_SDK_VERSION "2.10.1"



View it on GitLab: https://salsa.debian.org/med-team/ngs-sdk/compare/fcd73474e2ed28513c87cbe4c62bb26e671b3cb6...e1b2147781b75acce9e2203a38b25ed1b8a18a55

-- 
View it on GitLab: https://salsa.debian.org/med-team/ngs-sdk/compare/fcd73474e2ed28513c87cbe4c62bb26e671b3cb6...e1b2147781b75acce9e2203a38b25ed1b8a18a55
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200110/9b487497/attachment-0001.html>


More information about the debian-med-commit mailing list