[med-svn] [Git][med-team/clonalorigin][master] 3 commits: routine-update: Packaging update

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Oct 21 19:47:03 BST 2021



Andreas Tille pushed to branch master at Debian Med / clonalorigin


Commits:
05109e43 by Andreas Tille at 2021-10-21T18:21:32+02:00
routine-update: Packaging update

- - - - -
db95586d by Andreas Tille at 2021-10-21T20:45:44+02:00
Fix build issue with gcc-11

- - - - -
8aef8af3 by Andreas Tille at 2021-10-21T20:46:43+02:00
Enable uscan fetching a sensible filename

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/gcc-11.patch
- debian/patches/series
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+clonalorigin (1.0-6) UNRELEASED; urgency=medium
+
+  * Fix build issue with gcc-11
+    Closes: #984018
+  * Enable uscan fetching a sensible filename
+
+ -- Andreas Tille <tille at debian.org>  Thu, 21 Oct 2021 18:21:44 +0200
+
 clonalorigin (1.0-5) unstable; urgency=medium
 
   * Fix watchfile to detect new versions on github (routine-update)


=====================================
debian/patches/gcc-11.patch
=====================================
@@ -0,0 +1,28 @@
+Description: Fix build issue with gcc-11
+Bug-Debian: https://bugs.debian.org/984018
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 21 Oct 2021 18:21:44 +0200
+
+--- a/warg/src/rng.cpp
++++ b/warg/src/rng.cpp
+@@ -4,6 +4,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
++#include <limits>
+ 
+ using namespace std;
+ namespace weakarg {
+--- a/warg/src/rng.h
++++ b/warg/src/rng.h
+@@ -9,8 +9,8 @@
+ 
+ 
+ #define ABS(x) ((x) >= 0 ? (x) : -(x))
+-#define min(a,b) ((a) <= (b) ? (a) : (b))
+-#define max(a,b) ((a) >= (b) ? (a) : (b))
++// #define min(a,b) ((a) <= (b) ? (a) : (b))
++// #define max(a,b) ((a) >= (b) ? (a) : (b))
+ #define OVERFLO 1e100
+ #define UNDERFLO 1e-100
+ 


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 # qt5.patch # do not remove this patch completely
 portability.patch
+gcc-11.patch


=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
 version=4
 
-https://github.com/xavierdidelot/clonalorigin/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+  https://github.com/xavierdidelot/clonalorigin/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/med-team/clonalorigin/-/compare/24afcb763b368747aa6cac4eda3a47ed7684cd2d...8aef8af3d7c2190120861eecee15e0b6471975ea

-- 
View it on GitLab: https://salsa.debian.org/med-team/clonalorigin/-/compare/24afcb763b368747aa6cac4eda3a47ed7684cd2d...8aef8af3d7c2190120861eecee15e0b6471975ea
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/20211021/fa182a54/attachment-0001.htm>


More information about the debian-med-commit mailing list