Bug#922584: [Help] Re: FTBFS against opencv 4.0.1 (exp)

2022-12-03 Thread Roelof Berg
I agree, it’s also unmaintained. Let’s take it out. Roelof (Author and original packager) Von meinem Mobiltelefon gesendet. > Am 02.12.2022 um 10:38 schrieb Andreas Tille : > > Am Thu, Dec 01, 2022 at 11:39:47PM +0200 schrieb Adrian Bunk: >> [1] contains a patch from

Bug#841406: Fixed, verification in progress

2016-10-25 Thread Roelof Berg
Fixed. Next steps would be: adt-run --unbuilt-tree=limereg --- null git tag -s -a debian/1.4.1-1 -m "Release 1.4.1-1" git push --all git push --tag But I have a: WARNING: 'automake-1.15' is missing on your system, so I cannot verify before creating the tag. Will move my development PC to SID,

Bug#841406: Ok

2016-10-25 Thread Roelof Berg
Ok, work in progress ... Thanks for reporting.

Bug#798601: limereg: FTBFS on mips/mipsel

2016-02-01 Thread Roelof Berg
I changed the compiler settings as suggested. This is only a hotfix to enable the package-build again. Because the underlying problem might be safety relevant (BOF) I added an entry to upstream's issue tracker and added a note to inform debian, when the compiler can be reverted to more strict

Bug#798601: limereg: FTBFS on mips/mipsel

2016-01-24 Thread Roelof Berg
Wow, thanks a lot Jurica ! I'll take care of it asap. On 17.01.2016 19:52, Jurica Stanojkovic wrote: User: debian-m...@lists.debian.org Hello, I have found that changing -fstack-protector-strong to -fstack-protector (for test or for entire source) does make this issue disappear on mipsel.

Bug#798601: Reproduction of #798601: limereg on mips

2015-10-29 Thread Roelof Berg
Damn. If I execute it in qemu (Mips), all tests pass. Cannot reproduce it (yet).

Bug#798601: Reproduction of #798601: qemu

2015-10-27 Thread Roelof Berg
debian_wheezy_mips_standard.qcow2 -append "root=/dev/sda1 console=tty0" Thanks Aurel32 On 26.10.2015 21:47, Roelof Berg wrote: I wonder what might be the best way, to test my fix for MIPS.

Bug#798601: Bug Analyzation

2015-10-26 Thread Roelof Berg
I wonder what might be the best way, to test my fix for MIPS. Esp. I wonder how the Debian build server operates. I would normally assume a cross-compile - but the tests seem to be executed on a real MIPS. Might it be emulated ? On 28.09.2015 22:53, Roelof Berg wrote: I assume, the software

Bug#798601: Bug Analyzation

2015-09-28 Thread Roelof Berg
that one of the automated tests is too strict. This is probably best fixed by upstream (which is also me, have I told about my multiple personality disorder yet ? :). Regards, Roelof

Bug#792624: Bugfix uploaded, but the package remains on the old verison ?

2015-09-22 Thread Roelof Berg
Hi Andreas, thanks for explaining. On 22.08.2015 15:12, Andreas Tille wrote: Roelof, [...] Just add a proper Closes: #792624, #792625 line in your changelog entry. Fixed [...] Moreover the package currently does not build currently due to the gcc-5 transition: I upgraded my SID

Bug#798601: GCC Update

2015-09-11 Thread Roelof Berg
Probably related to the latest GCC update, I'll take care of it.

Bug#792624: Bugfix uploaded, but the package remains on the old verison ?

2015-08-22 Thread Roelof Berg
that my beard is too small, so I'd have to use an artificial one. However, as I assume that most women would rather not like wearing artificial beards on conferences, just forget about it. Thanks, Roelof

Bug#792625: Updated limereg to V1.4.0-2, fixed #792624 and #792625

2015-08-11 Thread Roelof Berg
/man3/liblimereg.3 sed -i 's/^.TH .*/.TH limereg.h 3 August 2015 liblimereg-1.4.0 \\ -*- nroff -*-/' debian/tmp/usr/share/man/man3/limereg.h.3 dh_install In future upstream versions I will probably drop doxygen and use hand crafted documentation. Debian rocks ! Roelof http

Bug#792624: multiarch = same and different date-entries in generated man page of i32/i64

2015-08-11 Thread Roelof Berg
Understood, I put this on my release backlog. Esp. getting rid of doxygen which is clumsy in automake would be great (and isn't justified for a small plain C API). For the current version I will, however, just add some small bugfix inside the .../debian folder. Thanks ! On 11.08.2015 10:21,

Bug#792624: multiarch = same and different date-entries in generated man page of i32/i64

2015-08-10 Thread Roelof Berg
possible with SED. I can't be the first one facing this issues, right ? Thanks for the excellent feedback so far. Roelof -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#792624: Fwd: Fwd: Re: multiarch = same and different date-entries in generated man page of i32/i64

2015-08-09 Thread Roelof Berg
help2man 1.47.1 IS used. Next I will try as a workaround setting export SOURCE_DATE_EPOCH = $(shell date -d $$(dpkg-parsechangelog --count 1 -SDate) +%s) manually in debian/rules.

Bug#792624: Fwd: Fwd: Re: multiarch = same and different date-entries in generated man page of i32/i64

2015-08-09 Thread Roelof Berg
Hmm, good point, David. Because I'm also upstream this would easily be possible. It had to stay in sync then to the application/api behavior, which is, however, only a matter of discipline. Maybe I can use some familiar tool like LaTeX for writing. Thanks for the impulse, I hadn't considered

Bug#792624: Fwd: Fwd: Re: multiarch = same and different date-entries in generated man page of i32/i64

2015-08-08 Thread Roelof Berg
infrastructure, and I will have to ask some newsgroups how to examine the build toolchain. Roelof

Bug#792624: Fwd: Re: multiarch = same and different date-entries in generated man page of i32/i64

2015-08-04 Thread Roelof Berg
Back from vacation: This is a consequence of #787675. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787675 Thanks to Anton Gladky for pointing me to that. The fix is on its way ... Roelof -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe

Bug#792624: and Bug#792625: limereg: arch-dependent file in \Multi-Arch: same\ package

2015-07-26 Thread Roelof Berg
Thanks for notifying, I will take care of it asap. The cause might be that I use enhanced speed optimization (which has to be considered in this particular case, as it is a computing intense algorithm that takes significant benefit from optimization/SSE/Vector-Units etc.). Roelof

Bug#777000: Uploaded Limereg V1.4.0

2015-06-09 Thread Roelof Berg
and the possibility to search for subimages inside a bigger image (with the same API interface). Thanks for sponsoring :) Regards, Roelof -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#777000: Uploaded Limereg_1.3.2 (optional)

2015-05-01 Thread Roelof Berg
://y...@git.debian.org/git/debian-science/packages/limereg.git cd limereg ./configure CFLAGS=-Ofast CXXFLAGS=-Ofast make cd exe ./limereg --tfile ../tests/testimg/T_512.bmp --rfile ../tests/testimg/R_512.bmp Regards, Roelof On 27.04.2015 15:02, Roelof Berg wrote: Ok, I'm fine with an early

Bug#777000: Limereg_1.4 release schedule

2015-04-27 Thread Roelof Berg
feedback. Von meinem Mobiltelefon gesendet. Am 27.04.2015 um 13:42 schrieb Andreas Tille andr...@an3as.eu: Hi Roelof, On Mon, Apr 27, 2015 at 01:32:20PM +0200, Roelof Berg wrote: limereg 1.3.1 is in ITP state. This version is limited to square image dimensions, grayscale colors and a dark

Bug#777000: Limereg_1.4 release schedule

2015-04-27 Thread Roelof Berg
make sence to wait for this V1.4 release before further processing my ITP. Regards, Roelof -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#777000: Howto add my package to the (imageanalysis) tasks list ?

2015-04-12 Thread Roelof Berg
Hi Andreas, done (and verified by 'diff'ing the ...orig.tar.gz output to the upstream tarball). Regards, Roelof On 11.04.2015 12:34, Andreas Tille wrote: Hi Roelof, I checked the packaging of limereg with my sponsors hat on. Could you please provide a pristine-tar branch to enable me

Bug#777000: Sponsor for limereg: Lightweight Image Registration

2015-04-06 Thread Roelof Berg
cc'ing sponsorship request to bugs.debian.org (see below). Package: git.debian.org/git/debian-science/packages/limereg.git Forwarded Message Subject:Sponsor for limereg: Lightweight Image Registration Date: Tue, 07 Apr 2015 00:36:02 +0200 From: Roelof Berg rb

Bug#777000: ITP: limereg -- Lightweight Image Registration. Commandline application for image registration (automatically aligning two images with similar content).

2015-02-11 Thread Roelof Berg
Thanks, I will proceed as you suggested. Because limereg is versatile and not limited to medical applications I'd prefer d-science, if I may choose. Regards, Roelof Am 10.02.2015 um 22:30 schrieb Andreas Tille andr...@an3as.eu: On Tue, Feb 10, 2015 at 06:24:04PM +, Ghislain Vaillant

Bug#777000: ITP: limereg -- Lightweight Image Registration. Commandline application for image registration (automatically aligning two images with similar content).

2015-02-11 Thread Roelof Berg
Ok, thanks a lot ! I think, that's all assistance I needed for now, and I have enough information available for preparing the delivery. Debian rocks :) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#777000: ITP: limereg -- Lightweight Image Registration. Commandline application for image registration (automatically aligning two images with similar content).

2015-02-10 Thread Roelof Berg
medical device vendor in my daylight-life and just love this working field :) Anyway, I need a sponsor, if this shall become part of Debian. Regards, Roelof Von meinem Mobiltelefon gesendet. Am 10.02.2015 um 13:59 schrieb Andreas Tille andr...@an3as.eu: Hi Roelof, this sounds pretty

Bug#777000: ITP: limereg -- Lightweight Image Registration. Commandline application for image registration (automatically aligning two images with similar content).

2015-02-10 Thread Roelof Berg
, Roelof On 10.02.2015 19:24, Ghislain Vaillant wrote: Added cc to debian-med. I personally disagree with your statement on medical image registration. I believe both fast and sophisticated registration tools can live together. Your package would fit perfectly in d-science or d-med, if not both

Bug#777000: ITP: limereg -- Lightweight Image Registration. Commandline application for image registration (automatically aligning two images with similar content).

2015-02-05 Thread Roelof Berg
contacted the Imagemagick package maintainers at first, before I submit a sponsorship-request. Wish me luck :) Von meinem Mobiltelefon gesendet. Am 05.02.2015 um 05:49 schrieb Asheesh Laroia ashe...@asheesh.org: Hi Roelof! I'm excited you want to work on this. On Tuesday, February 3, 2015

Bug#777000: ITP: limereg -- Lightweight Image Registration. Commandline application for image registration (automatically aligning two images with similar content).

2015-02-03 Thread Roelof Berg
Package: wnpp Severity: wishlist Owner: Roelof Berg rb...@berg-solutions.de * Package name: limereg Version : 1.1.0 Upstream Author : Roelof Berg rb...@berg-solutions.de * URL : https://github.com/RoelofBerg/limereg * License : BSD Programming Lang: C

Bug#737565: (no subject)

2014-02-15 Thread Roelof Wobben
Im not succeeding in packaging so if someone else wants to try it it's fine by me. Roelof --- Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#737773: (no subject)

2014-02-15 Thread Roelof Wobben
This one can be closed because Im going leave Debian. --- Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#737773: RFS: audiosum/0.3-1

2014-02-05 Thread ROELOF WOBBEN
://mentors.debian.net/debian/pool/main/a/audiosum/audiosum_0.3-1.dsc More information about audiosum can be obtained from http://blog.alvarezp.org/ Changes since the last upload: Regards, Roelof Wobben

Bug#737603: audiosum: Intend to package

2014-02-04 Thread ROELOF WOBBEN
Package: audiosum Version: 0.2 Severity: wishlist Hello, I intend to package audiosum. A tool to find duplicate mp3 files ignoring tag information. The tool actually $ The upstream url of this package is: https://github.com/alvarezp/audiosum

Bug#737565: Cinnamon: update to 2.0,14

2014-02-03 Thread ROELOF WOBBEN
Package: cinnamon Severity: normal Dear maintainer, I saw upstream that Cinnamon is already at 2.0.14. Could you update it to this version. If you do not have time, Im volunteer to try to update it. The new files I will put on my personal page on mentors.debian.net. -- System Information:

Bug#736977: bug report on grep

2014-01-28 Thread ROELOF WOBBEN
/debian/source/options: --compression=bzip2 --compression-level=9  fakeroot debian/rules clean dh_testdir dh_autoreconf_clean dh_testroot rm -f build-stamp [ ! -f Makefile ] || /usr/bin/make distclean make[1]: Map '/home/roelof/grep-2.15' wordt binnengegaan  cd . /bin/bash /home/roelof/grep-2.15

Bug#628808: out-of-order: when starting up it gives a black screen

2011-06-02 Thread Roelof Wobben
Hello, The game plays with -A0 but very slow. Roelof Date: Thu, 2 Jun 2011 01:44:20 +0200 From: tobias@gmx.de To: rwob...@hotmail.com; 628...@bugs.debian.org Subject: Re: Bug#628808: out-of-order: when starting up it gives a black screen Am 01.06.2011 19:42, schrieb Roelof

Bug#628808: out-of-order: when starting up it gives a black screen

2011-06-01 Thread roelof
Package: out-of-order Version: 1.0-1 Severity: important When you choose ot of order to start the screen becomes black and the system don't react on crtl-c, crtl-q or crtl-alt-del -- System Information: Debian Release: wheezy/sid APT prefers testing-proposed-updates APT policy: (500,

Bug#628808: out-of-order: when starting up it gives a black screen

2011-06-01 Thread Roelof Wobben
Hello, It could be the same. Can someone explain to me how to change the anti aliasing so I can check ? With alt-enter I see that the window of out-of -order still is black, The rest of the computer is still running fine. Roelof Date: Wed, 1 Jun 2011 18:38:22 +0200 From: tobias

Bug#628808: out-of-order: when starting up it gives a black screen

2011-06-01 Thread Roelof Wobben
HEllo, Out-of_order _a0 work. out-of_order -d1 gives almost the same messages. I don't get the DDY message. Roelof Date: Wed, 1 Jun 2011 18:59:22 +0200 From: tobias@gmx.de To: rwob...@hotmail.com; 628...@bugs.debian.org Subject: Re: Bug#628808: out-of-order: when starting up it gives

Bug#628808: out-of-order: when starting up it gives a black screen

2011-06-01 Thread Roelof Wobben
Hello, When using out-of-order -d1 the intro plays and I see a text the end. Then the intro plays again. Roelof Date: Wed, 1 Jun 2011 18:59:22 +0200 From: tobias@gmx.de To: rwob...@hotmail.com; 628...@bugs.debian.org Subject: Re: Bug#628808: out-of-order: when starting up it gives

Bug#628193: gnome-keyring: Gnome-keyring gives error message in .xsession error file

2011-05-28 Thread Roelof
Package: gnome-keyring Version: 3.0.0-3 Severity: normal When I open .xsession error file I see these text appear. /etc/gdm3/Xsession: Beginning session setup... GNOME_KEYRING_CONTROL=/tmp/keyring-22eMx4 GNOME_KEYRING_CONTROL=/tmp/keyring-22eMx4 GNOME_KEYRING_CONTROL=/tmp/keyring-22eMx4