summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/fix-tests2.patch2
-rw-r--r--debian/patches/reproducible.patch3
3 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bad7431..fd96491 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fuzzylite (6.0+dfsg-6) unstable; urgency=medium
+
+ * debian/patches/reproducible.patch: add authorship information
+ * debian/patches/fix-tests2.patch: update author email
+
+ -- Johannes Schauer Marin Rodrigues <josch@debian.org> Mon, 12 Sep 2022 13:21:12 +0200
+
fuzzylite (6.0+dfsg-5) unstable; urgency=medium
* debian/rules: set -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON to make the build
diff --git a/debian/patches/fix-tests2.patch b/debian/patches/fix-tests2.patch
index f359090..287b31d 100644
--- a/debian/patches/fix-tests2.patch
+++ b/debian/patches/fix-tests2.patch
@@ -1,4 +1,4 @@
-From: Ferdinand Thiessen <f.thiessen@gmx.de>
+From: Ferdinand Thiessen <rpm@fthiessen.de>
Date: Mon, 31 Jan 2022 16:06:19 GMT
Subject: Replace Catch with Catch2 and require C++11 for tests
Origin: vendor, https://github.com/fuzzylite/fuzzylite/issues/94
diff --git a/debian/patches/reproducible.patch b/debian/patches/reproducible.patch
index 347b2a9..5e6bb7d 100644
--- a/debian/patches/reproducible.patch
+++ b/debian/patches/reproducible.patch
@@ -1,3 +1,6 @@
+From: Johannes Schauer Marin Rodrigues <josch@debian.org>
+Subject: avoid __FILE__ to make the build reproducible
+
--- a/fuzzylite/fl/fuzzylite.h
+++ b/fuzzylite/fl/fuzzylite.h
@@ -44,7 +44,7 @@