Re: RFS : libgtextutils

2020-07-29 Thread Pierre Gruet
Hi Andreas, Le 29/07/2020 à 21:52, Andreas Tille a écrit : > Hi Pierre, > > On Wed, Jul 29, 2020 at 05:36:29PM +0200, Pierre Gruet wrote: >> I have prepared an upload of libgtextutils in >> >> https://salsa.debian.org/med-team/libgtextutils >> >> It solv

Re: RFS : libgtextutils

2020-07-29 Thread Andreas Tille
Hi Pierre, On Wed, Jul 29, 2020 at 05:36:29PM +0200, Pierre Gruet wrote: > I have prepared an upload of libgtextutils in > > https://salsa.debian.org/med-team/libgtextutils > > It solves RC bug #925745 and makes the package lintian-clean. I have > also added a C++-filtered sym

RFS : libgtextutils

2020-07-29 Thread Pierre Gruet
Hi, I have prepared an upload of libgtextutils in https://salsa.debian.org/med-team/libgtextutils It solves RC bug #925745 and makes the package lintian-clean. I have also added a C++-filtered symbols file. Could you please review when time permits? All the best, Pierre

Re: libgtextutils is marked for autoremoval from testing

2020-07-28 Thread Pierre Gruet
Hello, C++11 introduced references on rvalues, which basically allows to use a non-constant reference on a temporary object (ie waiting for affectation). Before, temporary objects could only be references by a const reference. Thus, from there, it becomes a problem to have two implicit conversion

Re: Bug#925745: Bug#925745: [Help] libgtextutils: ftbfs with GCC-9

2019-09-25 Thread Olivier Sallou
On 9/25/19 1:22 PM, Andreas Tille wrote: > Hi again, > > On Wed, Sep 11, 2019 at 02:16:04PM +0200, Andreas Tille wrote: >>> commenting in text_line_reader.h: >>> >>>         // operator const std::string& () const { return >>> line_string() ; } >>> >>> do the job and test pass >>> >>> >>> but

Re: Bug#925745: Bug#925745: [Help] libgtextutils: ftbfs with GCC-9

2019-09-25 Thread Andreas Tille
Hi again, On Wed, Sep 11, 2019 at 02:16:04PM +0200, Andreas Tille wrote: > > commenting in text_line_reader.h: > > > >         // operator const std::string& () const { return > > line_string() ; } > > > > do the job and test pass > > > > > > but I would prefer a c++ friend to acknowledge

Re: Bug#925745: Bug#925745: [Help] libgtextutils: ftbfs with GCC-9

2019-09-11 Thread Andreas Tille
Hi Olivier, On Tue, Aug 20, 2019 at 05:57:50PM +0200, Olivier Sallou wrote: > > On 8/20/19 3:41 PM, Andreas Tille wrote: > > Hi Olivier, > > > > I'm just forwarding this to Debian Mentors list to get a wider audience. > > I'd prefer a fix over simply removing the test ... > > > commenting in te

Re: [Debian-med-packaging] Bug#925745: [Help] libgtextutils: ftbfs with GCC-9

2019-08-20 Thread Olivier Sallou
On 8/20/19 3:41 PM, Andreas Tille wrote: > Hi Olivier, > > I'm just forwarding this to Debian Mentors list to get a wider audience. > I'd prefer a fix over simply removing the test ... commenting in text_line_reader.h:         // operator const std::string& () const { return line_string()

Re: Bug#925745: [Help] libgtextutils: ftbfs with GCC-9

2019-08-20 Thread Andreas Tille
Hi Olivier, I'm just forwarding this to Debian Mentors list to get a wider audience. I'd prefer a fix over simply removing the test ... Thanks for your analysis anyway Andreas. On Tue, Aug 20, 2019 at 03:36:48PM +0200, Olivier Sallou wrote: > > On 8/20/19 1:24 PM, Andreas Tille wrote: > >

Re: [Debian-med-packaging] Bug#925745: [Help] libgtextutils: ftbfs with GCC-9

2019-08-20 Thread Olivier Sallou
On 8/20/19 1:24 PM, Andreas Tille wrote: > Control: tags -1 help > > Hi, > > any hint how to deal with this is a test file. In test, there is explicit conversion to string: line = reader.line_string() ; //first line - with explicit method to get the string which works fine as expected In gcc

[Help] libgtextutils: ftbfs with GCC-9

2019-08-20 Thread Andreas Tille
Control: tags -1 help Hi, any hint how to deal with ... g++ -DHAVE_CONFIG_H -I. -I.. -I../src -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wextra -Wformat-nonliteral -Wformat-security -Wswitch-default -Wswi

Re: Sponsoring request: libgtextutils; - next package I'll work on: libbpp-core

2016-06-30 Thread Andreas Tille
rk twice (if you did some noise but nobody > > was hearing - please make noise again and sorry if we > > did not respond). > > I think, I was hoping to make some noise as soon as my pull request got > merged [1]. But as that never happened, well … > > [1]: https://gith

Re: Sponsoring request: libgtextutils; - next package I'll work on: libbpp-core

2016-06-30 Thread Gert Wollny
Am Mittwoch, den 29.06.2016, 18:15 +0200 schrieb Gert Wollny: > Am Mittwoch, den 29.06.2016, 17:24 +0200 schrieb Andreas Tille: > > > > > > -   return input_stream ; > > +   return static_cast(input_stream) ; Actually, after reading up on this [1] it seems that this is actually correct

Re: Sponsoring request: libgtextutils; - next package I'll work on: libbpp-core

2016-06-29 Thread Andreas Tille
On Wed, Jun 29, 2016 at 06:15:46PM +0200, Gert Wollny wrote: > > > > While I could easily merge things I wonder what might be "the better > > way to fix the issue"? > > I tries to merge this, but it creates some strange patch "debian-all".  > > Well I'll figure it out, now I have to go.   Fixed

Re: Sponsoring request: libgtextutils; - next package I'll work on: libbpp-core

2016-06-29 Thread Andreas Tille
On Wed, Jun 29, 2016 at 06:15:46PM +0200, Gert Wollny wrote: > > > >    1. Use quilt for patches > >    2. Make some noise about your fix to prevent others doing > >   the same work twice (if you did some noise but nobody > >   was hearing - please make noise again and sorry if we > >

Re: Sponsoring request: libgtextutils; - next package I'll work on: libbpp-core

2016-06-29 Thread Gert Wollny
Am Mittwoch, den 29.06.2016, 17:24 +0200 schrieb Andreas Tille: > there is another UNRELEASED changelog entry from Fabian Klötzl who  > has not created a quilt patch but directly changed the source: Oh, I completely overlooked this, because the given fix is just wrong:  > -   return input_st

Re: Sponsoring request: relion; - next package I'll work on: libgtextutils

2016-06-29 Thread Andreas Tille
I'll take it (build takes some time) On Wed, Jun 29, 2016 at 04:26:07PM +0200, Gert Wollny wrote: > Hello all,  > > I've prepared a new upload for relion [1]:  > > Changelog  > >   * Team upload. >   * d/p/0005: Correct compilation with gcc-6, Closes: #811641 >   * d/p/0006: Correctly copy only

Sponsoring request: relion; - next package I'll work on: libgtextutils

2016-06-29 Thread Gert Wollny
Hello all,  I've prepared a new upload for relion [1]:  Changelog    * Team upload.   * d/p/0005: Correct compilation with gcc-6, Closes: #811641   * d/p/0006: Correctly copy only 4 byte, corresponding to the target array size   * d/control: Update standards version to 3.9.8 Many thanks,  G

libgtextutils

2016-04-06 Thread Fabian Klötzl
Hi Charles, A while ago I made some changes to the libgtextutils package, see git [1] for details. Since I am on a new machine, I can no longer reproduce the lintian warning which may (or may not) explain the problems appearing in the wild [2]. However, I cannot reproduce that problem, either

libgtextutils: sym links

2016-02-27 Thread Fabian Klötzl
Hi all, I have been fixing some issues in libgtextutils and now I am left with a single lintian warning: W: libgtextutils0v5: dev-pkg-without-shlib-symlink usr/lib/x86_64-linux-gnu/libgtextutils-0.7.so.0.0.0 usr/lib/x86_64-linux-gnu/libgtextutils-0.7.so I guess, there are a thousand and one

Re: Bug#613486: ITP: libgtextutils -- Gordon Text_utils library

2011-02-15 Thread Charles Plessy
is used only by them. But > > since it is distributed as a separate tarball, the simplest is still > > to distribte it as a separate package. Here are the control and copyright > > files. I did not have much to say in the description… > > ... > > Package: libgtextutils-d

Re: Bug#613486: ITP: libgtextutils -- Gordon Text_utils library

2011-02-15 Thread Andreas Tille
is still > to distribte it as a separate package. Here are the control and copyright > files. I did not have much to say in the description… > ... > Package: libgtextutils-dev Would you consider it reasonable to mention this in the med-bio-dev task? Kind regards Andreas. --

Bug#613486: ITP: libgtextutils -- Gordon Text_utils library

2011-02-14 Thread Charles Plessy
distribte it as a separate package. Here are the control and copyright files. I did not have much to say in the description… Source: libgtextutils Section: science Priority: optional Maintainer: Debian Med Packaging Team DM-Upload-Allowed: yes Uploaders: Charles Plessy Build-Depends: debhelper (>