New Upstream Release - sambamba

Ready changes

Summary

Merged new upstream version: 1.0.0+dfsg (was: 1.0+dfsg).

Diff

diff --git a/.guix-build-static b/.guix-build-static
index 7503d8d..e476f46 100644
--- a/.guix-build-static
+++ b/.guix-build-static
@@ -1,3 +1,3 @@
 # This command creates a build container for Sambamba using GNU Guix
 
-guix environment -C guix --ad-hoc gcc-toolchain gdb bash ld-wrapper ldc which python git binutils-gold vim zlib:static
+guix shell -C -D gcc-toolchain gdb bash ld-wrapper ldc which python git binutils-gold vim zlib:static
diff --git a/INSTALL.md b/INSTALL.md
index 64160c6..cdd4c1d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -17,6 +17,13 @@ For the most optimal system use
     make release
     make check
 
+## Static release
+
+Use Guix for static release script.
+
+    . ./guix-build-static
+    make static
+
 ## Install Sambamba from source
 
 Tested on Debian:
diff --git a/debian/changelog b/debian/changelog
index f60ed4c..86a3387 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sambamba (1.0.0+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 26 Feb 2023 09:55:35 -0000
+
 sambamba (1.0+dfsg-1) unstable; urgency=medium
 
   * Fix watch file
diff --git a/debian/patches/2to3.patch b/debian/patches/2to3.patch
index 9c99844..a1d5583 100644
--- a/debian/patches/2to3.patch
+++ b/debian/patches/2to3.patch
@@ -3,9 +3,11 @@ Bug-Debian: https://bugs.debian.org/938431
 Author: Andreas Tille <tille@debian.org>
 Last-Update: Tue, 17 Dec 2019 21:03:13 +0100
 
---- a/RELEASE-NOTES.md
-+++ b/RELEASE-NOTES.md
-@@ -110,7 +110,7 @@ Generation 3    Sep 25 2018 09:39:08
+Index: sambamba.git/RELEASE-NOTES.md
+===================================================================
+--- sambamba.git.orig/RELEASE-NOTES.md
++++ sambamba.git/RELEASE-NOTES.md
+@@ -117,7 +117,7 @@ Generation 3    Sep 25 2018 09:39:08
      branch: origin/master
      commit: 932839ff124ff3b0dd3070914fb1c5beec69bf32
  
@@ -14,8 +16,10 @@ Last-Update: Tue, 17 Dec 2019 21:03:13 +0100
  make clean && make -j 16 && make check
  
  for x in `ldd bin/sambamba|cut -d ' ' -f 3` ; do realpath $x ; done
---- a/gen_ldc_version_info.py
-+++ b/gen_ldc_version_info.py
+Index: sambamba.git/gen_ldc_version_info.py
+===================================================================
+--- sambamba.git.orig/gen_ldc_version_info.py
++++ sambamba.git/gen_ldc_version_info.py
 @@ -18,7 +18,7 @@ if not match:
      sys.exit("ERROR: failed to generated LDC version information")
  
@@ -25,8 +29,10 @@ Last-Update: Tue, 17 Dec 2019 21:03:13 +0100
      if version is None:
          version = "version not available"
      print("immutable {0}_VERSION_STRING = \"{1}\";".format(component, version))
---- a/test/test_depth.py
-+++ b/test/test_depth.py
+Index: sambamba.git/test/test_depth.py
+===================================================================
+--- sambamba.git.orig/test/test_depth.py
++++ sambamba.git/test/test_depth.py
 @@ -97,14 +97,14 @@ def compareResults(report, expected, pre
                  fn_expected = prefix + "expected_report.txt"
                  saveRegionReport(report, fn_failed)
diff --git a/meson.build b/meson.build
index 252f644..5d293f4 100644
--- a/meson.build
+++ b/meson.build
@@ -8,7 +8,7 @@
 
 project('Sambamba', ['c','d'],
     license : 'GPL-2.0',
-    version : '0.8.2',
+    version : '1.0.0',
     # default_options : ['buildtype=debugoptimized']
 )
 

More details

Full run details

Historical runs