[med-svn] [Git][med-team/assembly-stats][master] 4 commits: buildflags.patch: new: propagate build flags.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Fri Dec 5 20:54:37 GMT 2025
Étienne Mollier pushed to branch master at Debian Med / assembly-stats
Commits:
f5f29860 by Étienne Mollier at 2025-12-05T21:40:27+01:00
buildflags.patch: new: propagate build flags.
Closes: #1119352
- - - - -
93844d8b by Étienne Mollier at 2025-12-05T21:42:28+01:00
d/patches/*: normalize Last-Update timestamp.
- - - - -
990d9f40 by Étienne Mollier at 2025-12-05T21:53:05+01:00
d/watch: convert to v5 watch file.
- - - - -
5f818692 by Étienne Mollier at 2025-12-05T21:53:57+01:00
d/changelog: ready for upload to unstable.
- - - - -
7 changed files:
- debian/changelog
- + debian/patches/buildflags.patch
- debian/patches/do-not-test-forcefully.patch
- debian/patches/gcc11.patch
- debian/patches/series
- debian/patches/use_debian_packages_gtest.patch
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+assembly-stats (1.0.1+ds-8) unstable; urgency=medium
+
+ * Team upload.
+ * buildflags.patch: new: propagate build flags. (Closes: #1119352)
+ * d/patches/*: normalize Last-Update timestamp.
+ * d/watch: convert to v5 watch file.
+
+ -- Étienne Mollier <emollier at debian.org> Fri, 05 Dec 2025 21:53:41 +0100
+
assembly-stats (1.0.1+ds-7) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/buildflags.patch
=====================================
@@ -0,0 +1,18 @@
+Description: propagate Debian build flags.
+Author: Étienne Mollier <emollier at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1119352
+Forwarded: not-needed
+Last-Update: 2025-12-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- assembly-stats.orig/CMakeLists.txt
++++ assembly-stats/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ cmake_minimum_required (VERSION 3.5)
+ project (assembly-stats)
+
+-set (CMAKE_CXX_FLAGS "-Wall -g -O3 -pthread")
++set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -g -O3 -pthread")
+
+ file(COPY test_files DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
+ #add_subdirectory(gtest-1.7.0)
=====================================
debian/patches/do-not-test-forcefully.patch
=====================================
@@ -1,5 +1,5 @@
Author: Nilesh Patra
-Last-Update: 2021-03-10 00:16:57 +0530
+Last-Update: 2021-03-10
Description: Make build time test conditional
--- a/CMakeLists.txt
=====================================
debian/patches/gcc11.patch
=====================================
@@ -1,5 +1,5 @@
Author: Nilesh Patra
-Last-Update: 2021-10-31 01:26:49 +0530
+Last-Update: 2021-10-31
Description: Fix build with gcc-11
--- a/fastq_unittest.cpp
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ do-not-test-forcefully.patch
add-debug-flag.patch
gcc11.patch
cmake-4.patch
+buildflags.patch
=====================================
debian/patches/use_debian_packages_gtest.patch
=====================================
@@ -1,5 +1,5 @@
Author: Andreas Tille <tille at debian.org>
-Last-Update: Tue, 09 Jun 2020 17:55:07 +0200
+Last-Update: 2020-06-09
Description: Use Debian packaged gtest
--- assembly-stats.orig/CMakeLists.txt
=====================================
debian/watch
=====================================
@@ -1,4 +1,9 @@
-version=4
+Version: 5
-opts="repacksuffix=+ds,dversionmangle=auto,repack,compression=xz,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
-https://github.com/sanger-pathogens/assembly-stats/tags .*/v?(\d[\d.]+)\.tar\.gz
+Source: https://github.com/sanger-pathogens/assembly-stats/tags
+Matching-Pattern: .*/v?(\d[\d.]+)\.tar\.gz
+Compression: xz
+Dversionmangle: auto
+Filenamemangle: s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%
+Repack: yes
+Repacksuffix: +ds
View it on GitLab: https://salsa.debian.org/med-team/assembly-stats/-/compare/da38ff9d31bbff7867f7055e64beb883ba5435c3...5f81869270e37a830bcd384c5706f981a13b757d
--
View it on GitLab: https://salsa.debian.org/med-team/assembly-stats/-/compare/da38ff9d31bbff7867f7055e64beb883ba5435c3...5f81869270e37a830bcd384c5706f981a13b757d
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/20251205/548e548e/attachment-0001.htm>
More information about the debian-med-commit
mailing list