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

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Aug 4 07:05:57 BST 2022



Andreas Tille pushed to branch master at Debian Med / parsinsert


Commits:
6d96a63a by Andreas Tille at 2022-08-03T14:48:38+02:00
routine-update: Packaging update

- - - - -
28e7b5a6 by Andreas Tille at 2022-08-04T08:00:24+02:00
Fix error: ‘time’ was not declared in this scope

- - - - -
be88f7ab by Andreas Tille at 2022-08-04T08:03:54+02:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/gcc-12.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+parsinsert (1.04-12) unstable; urgency=medium
+
+  * Fix error: ‘time’ was not declared in this scope
+    Closes: #1016250
+
+ -- Andreas Tille <tille at debian.org>  Thu, 04 Aug 2022 08:00:35 +0200
+
 parsinsert (1.04-11) unstable; urgency=medium
 
   * Disable link time optimization since it results in test suite failure


=====================================
debian/patches/gcc-12.patch
=====================================
@@ -0,0 +1,15 @@
+Author; Andreas Tille <tille at debian.org>
+Last-Update: Wed, 03 Aug 2022 14:48:38 +0200
+Bug-Debian: https://bugs.debian.org/1016250
+Description: Fix error: ‘time’ was not declared in this scope
+
+--- a/ParsInsert.cpp
++++ b/ParsInsert.cpp
+@@ -43,6 +43,7 @@
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <math.h>
++#include <ctime>
+ 
+ #ifdef _DEBUG
+ #define new DEBUG_NEW


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 010_fix-gcc6.patch
 020_hardening.patch
+gcc-12.patch



View it on GitLab: https://salsa.debian.org/med-team/parsinsert/-/compare/b5db4061e6c1db5b18586329fc92d1f3efbf6057...be88f7ab3ea17e9b0901dcec6d51103ca3431577

-- 
View it on GitLab: https://salsa.debian.org/med-team/parsinsert/-/compare/b5db4061e6c1db5b18586329fc92d1f3efbf6057...be88f7ab3ea17e9b0901dcec6d51103ca3431577
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/20220804/59cb36c8/attachment-0001.htm>


More information about the debian-med-commit mailing list