[med-svn] [Git][med-team/ataqv][master] 6 commits: New upstream version 1.3.1+ds
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jul 3 13:44:28 BST 2023
Andreas Tille pushed to branch master at Debian Med / ataqv
Commits:
a034972f by Andreas Tille at 2023-07-03T13:38:31+02:00
New upstream version 1.3.1+ds
- - - - -
bde3f69a by Andreas Tille at 2023-07-03T13:38:31+02:00
routine-update: New upstream version
- - - - -
25778139 by Andreas Tille at 2023-07-03T13:38:33+02:00
Update upstream source from tag 'upstream/1.3.1+ds'
Update to upstream version '1.3.1+ds'
with Debian dir e51a7808e7ca04c06248a9aad8f421e7addca1ab
- - - - -
b41902e4 by Andreas Tille at 2023-07-03T13:38:34+02:00
routine-update: Standards-Version: 4.6.2
- - - - -
7dfb3082 by Andreas Tille at 2023-07-03T14:19:18+02:00
Build-Depends: s/libncurses5-dev/libncurses-dev/
- - - - -
10bf63b9 by Andreas Tille at 2023-07-03T14:21:39+02:00
Upload to unstable
- - - - -
5 changed files:
- Makefile
- debian/changelog
- debian/control
- src/cpp/Metrics.cpp
- src/cpp/Version.hpp
Changes:
=====================================
Makefile
=====================================
@@ -2,7 +2,7 @@
# VARIABLES
#
-VERSION = 1.3.0
+VERSION = 1.3.1
#
# PATHS
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+ataqv (1.3.1+ds-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Standards-Version: 4.6.2 (routine-update)
+ * Build-Depends: s/libncurses5-dev/libncurses-dev/
+
+ -- Andreas Tille <tille at debian.org> Mon, 03 Jul 2023 14:19:28 +0200
+
ataqv (1.3.0+ds-2) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -9,8 +9,7 @@ Build-Depends: debhelper-compat (= 13),
libboost-system-dev,
libboost-chrono-dev,
libhts-dev,
- libncurses5-dev,
- libtinfo-dev,
+ libncurses-dev,
zlib1g-dev,
libjs-jquery,
libjs-jquery-datatables,
@@ -21,7 +20,7 @@ Build-Depends: debhelper-compat (= 13),
python3,
node-d3,
debhelper
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/ataqv
Vcs-Git: https://salsa.debian.org/med-team/ataqv.git
Homepage: https://github.com/ParkerLab/ataqv/
=====================================
src/cpp/Metrics.cpp
=====================================
@@ -1025,6 +1025,8 @@ std::map<std::string,std::map<int, unsigned long long int>> MetricsCollector::ge
metrics_id = read_group_id + "-" + barcode;
} else if (ignore_read_groups && is_single_nucleus) {
metrics_id = barcode;
+ } else if (ignore_read_groups && !is_single_nucleus) {
+ metrics_id = default_metrics_id;
} else {
metrics_id = read_group_id;
}
=====================================
src/cpp/Version.hpp
=====================================
@@ -4,4 +4,4 @@
// Licensed under Version 3 of the GPL or any later version
//
-#define VERSION "1.3.0"
+#define VERSION "1.3.1"
View it on GitLab: https://salsa.debian.org/med-team/ataqv/-/compare/0de68e31b7a81176b7c76a26f24e4c38ef0fe275...10bf63b9d473589e97e1613b855e1264a39bff44
--
View it on GitLab: https://salsa.debian.org/med-team/ataqv/-/compare/0de68e31b7a81176b7c76a26f24e4c38ef0fe275...10bf63b9d473589e97e1613b855e1264a39bff44
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/20230703/d7ef4109/attachment-0001.htm>
More information about the debian-med-commit
mailing list