Bug#975672: Bug#979245: RFS: xylib/1.6-0.1 [RC] [NMU] -- Library for reading x-y data from several file formats

2021-01-13 Thread Fabian Wolff
On 1/11/21 3:45 AM, Stuart Prescott wrote: >> In any case, I've changed my upload to a QA upload now and reuploaded >> it to Salsa and Mentors. > > I see bartm beat me to uploading it. Are you sure? I didn't receive any emails about an upload, and the tracker doesn't say anything about a recent u

Bug#975672: Bug#979245: RFS: xylib/1.6-0.1 [RC] [NMU] -- Library for reading x-y data from several file formats

2021-01-10 Thread Fabian Wolff
Hi Stuart, thanks for having a look at the package! But no, I do not currently intend to adopt this package. I just thought I'd try and help with the freeze preparation by fixing the RC bug in this package. The reason I created the repository in the Science Team area is that I have write access

Bug#948763: z3: cannot be built on buildds

2020-01-13 Thread Fabian Wolff
On Mon, 13 Jan 2020 06:21:56 +0100 Helmut Grohne wrote: > Source: z3 > Version: 4.8.7-3 > Severity: serious > > z3 cannot be built on buildds, because its Build-Depends cannot be > satisfied on buildds. Failing to build on buildds is a serious problem. It builds now on all but three architecture

Bug#941857: Z3 4.8.4 contains cache bugs and should not be packaged

2019-10-06 Thread Fabian Wolff
ld be better to unpackage said package version. > Given that 4.8.6 is ready to be packaged thanks to the work of > Fabian Wolff, it may be good to proceed with that. thanks for pointing this out to me. 4.8.6 is ready and uploaded, but because it introduced the new python3-z3 package, it's sti

Bug#881205: NMU for backintime 1.1.24

2018-07-01 Thread Fabian Wolff
Hi Jonathan, On Fri, 29 Jun 2018 22:21:54 +0100, Jonathan Wiltshire wrote: > Would you like to co-maintain? If so, please add yourself to uploaders and > prepare a maintainer upload (rather than NMU). I added you to the > repository members in anticipation. Thanks. In principle, I'd be interested

Bug#881205: NMU for backintime 1.1.24

2018-06-13 Thread Fabian Wolff
Hi, since there has not been any progress on this for a while now, I have decided to prepare a non-maintainer upload myself, including the latest upstream release, 1.1.24, as well as some minor maintenance work. Jonathan, could you have a look at this? Of course I won't upload a NMU without your

Bug#872264: marked as pending

2017-09-17 Thread Fabian Wolff
ae6e663bf0da02aecd319407150e8c85993066db Author: Fabian Wolff Date: Mon Aug 21 22:39:11 2017 +0200 Add build-dependency on latexmk diff --git a/debian/changelog b/debian/changelog index 0d1fb66..94d1f86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ squirrel3 (3.1-5) UNRELEASED; urgency=medium

Bug#835743: z3: FTBFS: ../src/util/mpz.cpp:137:8: error: call of overloaded 'set(mpz&, long unsigned int)' is ambiguous

2016-09-14 Thread Fabian Wolff
Control: tags -1 + upstream patch fixed-upstream Hi, the following patch fixes this issue: --- a/src/util/mpz.cpp +++ b/src/util/mpz.cpp @@ -134,7 +134,7 @@ #endif mpz one(1); -set(m_two64, UINT64_MAX); +set(m_two64, static_cast(UINT64_MAX)); add(m_two64, one, m_two64);

Bug#835754: z3: FTBFS: util/debug.cpp:79:38: error: cannot convert 'std::basic_istream' to 'bool' in initialization

2016-09-08 Thread Fabian Wolff
Control: tags = patch fixed-upstream Hi, the issue here is that GCC 6 defaults to -std=gnu++14. Since C++11, std::basic_ios no longer provides an implicit void* operator but only an explicit bool operator. Therefore, the problem can be fixed with this patch: --- a/src/util/debug.cpp +++ b/src/ut

Bug#831210: marked as pending

2016-07-22 Thread Fabian Wolff
d7119816ccf21340a6f2b659409b36996ae0afcc Author: Fabian Wolff Date: Fri Jul 22 13:33:16 2016 +0200 Delete symbols file to fix a FTBFS with GCC 6 diff --git a/debian/changelog b/debian/changelog index 0799887..dab0e6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +squirrel3 (3.1-4) UNRELEASED

Bug#828963: marked as pending

2016-06-29 Thread Fabian Wolff
ed1ef7a724a3fe1ae98bf95b46a9383ee1a044aa Author: Fabian Wolff Date: Wed Jun 29 15:57:05 2016 +0200 Add texlive-generic-extra as build dependency to fix FTBFS with new sphinx version diff --git a/debian/changelog b/debian/changelog index 48a8b64..d704145 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10