[med-svn] [Git][med-team/pirs][master] 4 commits: routine-update: Packaging update
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Aug 4 11:29:30 BST 2022
Andreas Tille pushed to branch master at Debian Med / pirs
Commits:
608f87c6 by Andreas Tille at 2022-08-04T11:55:24+02:00
routine-update: Packaging update
- - - - -
29c91617 by Andreas Tille at 2022-08-04T11:55:24+02:00
routine-update: Standards-Version: 4.6.1
- - - - -
5c021e5b by Andreas Tille at 2022-08-04T12:02:36+02:00
Fix error: ‘time’ was not declared in this scope
- - - - -
640fd4d3 by Andreas Tille at 2022-08-04T12:04:41+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/gcc-12.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pirs (2.0.2+dfsg-11) unstable; urgency=medium
+
+ * Standards-Version: 4.6.1 (routine-update)
+ * Fix error: ‘time’ was not declared in this scope
+ Closes: #1016281
+
+ -- Andreas Tille <tille at debian.org> Thu, 04 Aug 2022 12:03:34 +0200
+
pirs (2.0.2+dfsg-10) unstable; urgency=medium
* Fix watchfile to detect new versions on github (routine-update)
=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13),
libboost-dev,
zlib1g-dev,
libgzstream-dev
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/pirs
Vcs-Git: https://salsa.debian.org/med-team/pirs.git
Homepage: https://github.com/galaxy001/pirs
=====================================
debian/patches/gcc-12.patch
=====================================
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 04 Aug 2022 11:55:24 +0200
+Bug-Debian: https://bugs.debian.org/1016281
+Description: Fix error: ‘time’ was not declared in this scope
+
+--- a/src/pirs/pirs_diploid.cpp
++++ b/src/pirs/pirs_diploid.cpp
+@@ -5,6 +5,7 @@
+ #include <stdlib.h>
+ #include <string>
+ #include <vector>
++#include <ctime>
+
+ #include "Random.h"
+ #include "util.h"
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ use_debian_packaged_libgzstream.patch
Fix-spelling-of-sse2-option.patch
do_not_seek_for_arial.ttf.patch
Remove-mtune-compiler-flag.patch
+gcc-12.patch
View it on GitLab: https://salsa.debian.org/med-team/pirs/-/compare/44f20b4c5c5036f7e0d0a71b01b1e9c8ab88397f...640fd4d3af9ddd9c56362161751655fe6f6b4e31
--
View it on GitLab: https://salsa.debian.org/med-team/pirs/-/compare/44f20b4c5c5036f7e0d0a71b01b1e9c8ab88397f...640fd4d3af9ddd9c56362161751655fe6f6b4e31
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/0d6969c5/attachment-0001.htm>
More information about the debian-med-commit
mailing list