Bug#1062249: tagging 1046274, fixed 1062998 in 4.19.0-1.1~exp1, tagging 1062998, tagging 1062072 ...

2024-05-10 Thread Micha Lenk
Control: tags -1 = patch Control: fixed -1 libchipcard/5.99.1beta-2 Control: close -1 The versions in the archive are already fixed. Nothing left to do. Closing... Regards, Micha

Bug#1041027: rapidjson: diff for NMU version 1.1.0+dfsg2-7.2

2024-04-21 Thread Micha Lenk
Dear maintainer, On Sun, 21 Apr 2024 15:23:27 +0200 Micha Lenk wrote: I've prepared an NMU for rapidjson (versioned as 1.1.0+dfsg2-7.2). The diff is attached to this message. I forgot to mention, I've pushed my changes to salsa on branch 'NMU_fix_for_debbug_1041027': https

Bug#1041027: rapidjson: diff for NMU version 1.1.0+dfsg2-7.2

2024-04-21 Thread Micha Lenk
:14.0 +0200 +++ rapidjson-1.1.0+dfsg2/debian/changelog 2024-04-21 15:12:21.0 +0200 @@ -1,3 +1,11 @@ +rapidjson (1.1.0+dfsg2-7.2) unstable; urgency=medium + + * Non-maintainer upload. + * d/rules: Switch to C++ 14 to fix FTBFS with googletest >= 1.13.0 +(Closes: #1041027) + + -- Micha L

Bug#1066694: netdiag: FTBFS: getservent.c:121:38: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration]

2024-03-23 Thread Micha Lenk
e hope it is useful to any more skilled or more patient developer. Kind regards, MichaAuthor: Micha Lenk diff --git a/statnet-3.8/getservent.c b/statnet-3.8/getservent.c index 1ee6e5e..d99874b 100644 --- a/statnet-3.8/getservent.c +++ b/statnet-3.8/getservent.c @@ -42,6 +42,8 @@

Bug#1065125: libchipcard8 has an undeclared file conflict

2024-03-01 Thread Micha Lenk
Hi all, Am 01.03.24 um 22:38 schrieb Micha Lenk: I think I've found a fix for it: https://salsa.debian.org/aqbanking-team/pkg-libchipcard/-/commit/045b1f498f1a2620e4b7c9538497ae54e18b I currently have no capacity for testing it right away, so feel free to prepare another 0-day-NMU to fix

Bug#1065125: libchipcard8 has an undeclared file conflict

2024-03-01 Thread Micha Lenk
Hi Helmut, thank you for reporting this issue. Am 29.02.24 um 23:45 schrieb Helmut Grohne: This actually is fallout from the time64 transition. Both libchipcard6 and libchipcard8 declared "Provides: libgwenhywfar79-plugins-ct" and "Conflicts: libgwenhywfar79-plugins-ct". However,

Bug#1051173: libgwenhywfar FTCBFS: fails to run mklistdoc

2023-09-09 Thread Micha Lenk
Hi Helmut, I've also commited the suggested changes to the Debian package. This allows us to see how the cross build is doing in the Salsa CI builds. Unfortunately the package seems to still fail to cross build from source:

Bug#1051173: libgwenhywfar FTCBFS: fails to run mklistdoc

2023-09-09 Thread Micha Lenk
Hi Helmut, Just for the records, I've just pushed the changes to the upstream Git repository. https://www.aquamaniac.de/rdm/projects/gwenhywfar/repository/revisions/8ca14d320807bb7d39acb8d5a3b411a54dd25cb2 Kind regards, Micha

Bug#1051173: libgwenhywfar FTCBFS: fails to run mklistdoc

2023-09-04 Thread Micha Lenk
Hi Helmut, > libgwenhywfar fails to cross build from source, because it fails running > mklistdoc with an "Exec format error". This happens when attempting to > run a tool that is built for the host architecture. mklistdoc really > needs to be built for the host architecture, because it is

Bug#1038261: please drop transitional package libchipcard-libgwenhywfar60-plugins from src:libchipcard

2023-06-25 Thread Micha Lenk
Control: tags -1 pending I've just committed the drop of the transitional package in Git, so it should be gone with the next package upload. https://salsa.debian.org/aqbanking-team/pkg-libchipcard/-/commit/e8abcb30396e302b469f07c62ebc7ef32473de39 Regards, Micha

Bug#1034577: Bug exists also for banks using Fiducia

2023-06-25 Thread Micha Lenk
Hi S. Seide, Am 27.05.23 um 22:04 schrieb S. Seide: As this problem affects a lot of german users - is there a change to promote this package to stable to fix this false security warning? Meanwhile Debian Bookworm got released as latest stable release, so I'd recommend users still on the now

Bug#1034577: SSL certificate hostname check too restrictive

2023-04-18 Thread Micha Lenk
Patch verification To be sure, I just made a cross-check with the same AqBanking configuration as above and with the patch applied. To prove the fix is working as intended, I've retried the reproduction given in the initial Debian bug report. The hostname was no longer flagged as issue, so the

Bug#1034577: SSL certificate hostname check too restrictive

2023-04-18 Thread Micha Lenk
I18N("Certificate was not issued for this host")); 981 errFlags|=GWEN_SSL_CERT_FLAGS_BAD_HOSTNAME; 982 } ``` Trusting the GnuTLS API to do a thorough hostname check already, I consider the additional manual comparison of only the certificate's CN

Bug#994348: python-apt: diff for NMU version 2.3.0+nmu1

2022-10-16 Thread Micha Lenk
Hi all, I just realized an alternative implementation was already contributed by Michael Vogt on salsa.d.o https://salsa.debian.org/apt-team/python-apt/-/merge_requests/67 Good to see he ended up with almost the same implementation as I did. Regards, Micha

Bug#979021: lirc: diff for NMU version 0.10.1-7.1

2022-10-16 Thread Micha Lenk
: Pass MODINFO and SH_PATH to configure. The paths to "modinfo" +and "sh" may vary as either located in /bin and /sbin or in /usr/bin and +/usr/sbin if the system is configured as a usrmerge system. Use the +non-usrmerge paths for the most compatible location (closes: #9

Bug#1009731: libglu: diff for NMU version 9.0.2-1.1

2022-10-15 Thread Micha Lenk
-dev so that opengl.pc +referenced by our glu.pc is available too (closes: #1009731). + + -- Micha Lenk Sat, 15 Oct 2022 23:23:58 +0200 + libglu (9.0.2-1) unstable; urgency=medium * New upstream release. diff -u libglu-9.0.2/debian/control libglu-9.0.2/debian/control --- libglu-9.0.2

Bug#932820: vanguards: Use Python 3 instead of PyPy, because we are going to remove unsupported PyPy

2022-10-15 Thread Micha Lenk
Control: retitle -1 vanguards: Migrate to PyPy3 (Python 3) Hi, On Fri, 26 Jul 2019 14:19:21 -0300 Ondrej Novy wrote: [...] current plan is: * remove almost all pypy modules, keep only pypy interpreter (and maybe setuptools, etc.) * migrate to pypy3 (not possible now, waiting for tooling)

Bug#938249: python-virtualenv: Python2 removal in sid/bullseye - reopen 938249

2022-10-15 Thread Micha Lenk
python-team/packages/python-virtualenv/-/merge_requests/4 Best regards, Micha From 731efe4455b5157df4543873c23486a56c03be17 Mon Sep 17 00:00:00 2001 From: Micha Lenk Date: Sat, 15 Oct 2022 21:03:31 +0200 Subject: [PATCH] Drop pypy and python2 autopkgtests (closes: #938249) ... as the binary pa

Bug#938249: python-virtualenv: Python2 removal in sid/bullseye - reopen 938249

2022-10-15 Thread Micha Lenk
Hi, On Sat, 15 Oct 2022 19:16:05 +0200 I wrote: Is there any reason not to close this bug now? Yes, there are Python 2 dependencies in autopkgtests (debian/tests/control) to clean up. Regards, Micha

Bug#938249: python-virtualenv: Python2 removal in sid/bullseye - reopen 938249

2022-10-15 Thread Micha Lenk
user debian-rele...@lists.debian.org usertags 938249 + bsp-2022-10-de-karlsruhe thanks Hi Sandro, On Fri, 19 Jun 2020 22:40:58 -0400 Sandro Tosi wrote: Control: reopen -1 This bug was closed, but the package has still some dependencies towards Python2 packages, in details:

Bug#994348: python-apt: diff for NMU version 2.3.0+nmu1

2022-10-15 Thread Micha Lenk
) unstable; urgency=medium + + * Non-maintainer upload. + * Drop explicit debug symbol package python3-apt-dbg (closes: #994348). + + -- Micha Lenk Sat, 15 Oct 2022 13:34:20 +0200 + python-apt (2.3.0) unstable; urgency=medium [ Edmund Blomley ] diff -Nru python-apt-2.3.0/debian/control python-apt

Bug#994348: python-apt: Removal of the python3-*-dbg packages in sid/bookworm

2022-10-14 Thread Micha Lenk
Hi there, Just for the records, I started working on this bug. A first fix attempt is available on [1]salsa -- but unfortunately it causes the package to fail to build from source. I'll continue tomorrow. [1].

Bug#1009421: libktoblzcheck: FTBFS: dh_missing: error: missing files, aborting

2022-04-15 Thread Micha Lenk
Control: tags -1 bookworm This bug does not affect Debian bullseye.

Bug#1006687: libchipcard6: card.c leaks memory

2022-03-02 Thread Micha Lenk
Control: forwarded -1 https://www.aquamaniac.de/rdm/projects/libchipcard/repository/revisions/913b862a8a0678be0a2bd9f85213dea24081e2bf/diff/src/lib/client/base/card.c Hi Michael, thank you for reporting the issue to the Debian bug tracker. Assuming your consent to distributing your patch

Bug#1006686: libchipcard-dev: now with patch

2022-03-02 Thread Micha Lenk
Control: tags -1 fixed-upstream Hi Michael, thank you for reporting the issue to the Debian bug tracker. Assuming your consent to distributing your patch under the LGPL v2.1 license, I dared to commit it to the upstream Git repository, which you can find here:

Bug#1005136: Outdated URL in README.keyfile-update

2022-02-11 Thread Micha Lenk
Control: tags -1 pending Am 07.02.22 um 18:57 schrieb Christoph Biedl: the document /usr/share/doc/aqbanking-tools/README.keyfile-update conteins a link to the AqBanking manual. That address is no longer valid and I could not find a new place that provides that informmation. Possibly is just

Bug#1005038: oidc-agent: Backport for bullseye

2022-02-06 Thread Micha Lenk
Hi Peter, I've just uploaded a backport to bullseye-backports. It will need some time to get processed by the Backports archive team. Kind regards, Micha

Bug#1001708: segfault when attempting SEPA transfer (works in debian 11, but broken in unstable)

2021-12-17 Thread Micha Lenk
Control: fixed -1 libaqbanking/6.4.1-1 Am 16.12.21 um 22:40 schrieb Harald Welte: On Thu, Dec 16, 2021 at 01:48:11PM +0100, Micha Lenk wrote: Would you mind to give these versions another try, once they become available? confirmed fixed in current packages on 'unstable', thanks. Thanks

Bug#1001708: segfault when attempting SEPA transfer (works in debian 11, but broken in unstable)

2021-12-16 Thread Micha Lenk
Hi Harald, in the upstream bug tracker the author suggested this bug to be fixed already in versions AqBanking 6.4.1 and Gwenhywfar 5.8.0. I've just uploaded fixed packages to the Debian archive. Would you mind to give these versions another try, once they become available? Kind regards,

Bug#1001708: segfault when attempting SEPA transfer (works in debian 11, but broken in unstable)

2021-12-16 Thread Micha Lenk
Control: forwarded -1 https://www.aquamaniac.de/rdm/issues/250 Hi Harald, thanks for your detailed bug reports and your attempts to track down where the issue got introduced first. As always I appreciate the level of detail you put into your bug reports, this is awesome! Am 14.12.21 um

Bug#762353: libaqbanking-data: Missing sentence to translate #762353

2021-09-22 Thread Micha Lenk
Hi Martin, the Debian Bug #762353[0] is sitting in the bug tracker for way too long time already, so I poked a while whether I can find a resolution. [0.] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762353 On Fri, 26 Feb 2016 12:15:28 +0100 mechtilde wrote: As I can see the package

Bug#986969: gnucash: FTBFS with glib 2.68

2021-04-21 Thread Micha Lenk
Control: tags -1 + patch upstream fixed-upstream Control: forwarded -1 https://bugs.gnucash.org/show_bug.cgi?id=798156 For fixing the package in Debian I suggest applying the corresponding upstream commit instead:

Bug#984980: libaqbanking44: Wrong message after sending an transaction

2021-03-28 Thread Micha Lenk
Hello Mechtilde, no, I didn't expect an unblock request to be required (it should migrate automatically due to passing autopkgtests). Feel free to file an unblock request if you disagree. Regards, Micha

Bug#983764: /usr/share/chipcard/cards/README missing

2021-03-01 Thread Micha Lenk
Control: severity -1 serious Hi Harald, Am 01.03.21 um 14:44 schrieb Harald Welte: Since the most recent update to libchipcard-date in unstable yesterday, aqbanking-cli doesn't work with chipcard based banking anymore: chipcard-tool(31256):client.c: 215: Data files not found (-51) Doing an

Bug#924361: smcroute: racy systemd unit start (and autopkgtest failure)

2021-02-25 Thread Micha Lenk
Hi all, Am 12.03.19 um 19:06 schrieb Joachim Nilsson: Yes indeed, that seems to be the case. The tests require a bit of love and encouragement to get into shape. Just a short update. In today's upload I removed the requirement of machine level isolation which will make the autopkgtest run

Bug#970601: aqbanking: no PhotoTan for comdirect any more

2021-02-22 Thread Micha Lenk
Control: tags -1 moreinfo Hi Achim, I've just uploaded libaqbanking/6.2.8-1, which contains a fix for a missing TAN picture. Maybe this fixes your issue too. Would you please mind to give it another try with that version? Thanks in advance, Micha

Bug#970601: aqbanking: no PhotoTan for comdirect any more

2020-09-21 Thread Micha Lenk
Hi Achim, thank you for your bug report. Did you also report this bug in the upstream bug tracker at https://www.aquamaniac.de/rdm/projects/aqbanking/issues? Did the comdirect photoTan really ever work before? Regards, Micha On 19.09.20 17:00, Achim Schaefer wrote: Package:

Bug#966081: RM: mod-proxy-msrpc -- ROM; obsolete, unmaintained upstream, low popcon

2020-07-22 Thread Micha Lenk
Package: ftp.debian.org Severity: normal Please remove mod-proxy-msrpc from the archive. This Apache module for Outlook Anywhere support in reverse proxy setups is obsolete for the following reason. Since Exchange 2016 the MSRPC protocol is deprecated by MAPI over HTTP, which seems to work just

Bug#953383: transition: libgwenhywfar

2020-03-08 Thread Micha Lenk
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition Control: forwarded -1 https://release.debian.org/transitions/html/auto-libgwenhywfar.html Hi release team, the Gwenhywfar package got its SONAMEs cleaned up (actually synced with the

Bug#950500: aqbanking-tools: aqpaypal-tool unable to call any control function

2020-02-02 Thread Micha Lenk
and pushed a [1]change that will enable the aqpaypal backend in the next upload. Best regards, Micha Lenk 1. https://salsa.debian.org/aqbanking-team/pkg-libaqbanking/commit/c92dd29222bd6dc4722e5c9661afadf09df4d6d9

Bug#787576: gnucash upgrade broke ledger package compatibility!

2020-01-26 Thread Micha Lenk
Control: tags -1 moreinfo I tried to understand this bug report, but I have to say that I don't understand it either. We need more information from the original submitter (adding tag moreinfo). Best regards, Micha

Bug#949326: transition: libgwenhywfar

2020-01-25 Thread Micha Lenk
Hi Paul, On 24.01.20 22:18, Paul Gevers wrote: On 23-01-2020 22:22, Micha Lenk wrote: I think we are now ready to start the transition (moreinfo tag removed). Let me summarize again the planned transition actions: - micha: upload libgwenhywfar/5.1.2-1 (in experimental) to unstable - micha

Bug#949806: nmu: gnucash_1:3.8b-1

2020-01-25 Thread Micha Lenk
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu Control: block 949326 by -1 Hi release team, as described in #949326 the gnucash package needs a binNMU to pick up the new SONAMEs of libgwenhywfar and libaqbanking. nmu gnucash_1:3.8b-1

Bug#949326: [Pkg-kde-extras] Bug#949326: transition: libgwenhywfar

2020-01-23 Thread Micha Lenk
to build just fine (if required I can also send the full build log). On 21.01.20 06:43, Pino Toscano wrote: In data lunedì 20 gennaio 2020 22:10:38 CET, Micha Lenk ha scritto: On 20.01.20 09:52, Pino Toscano wrote: The newly released version of KMyMoney (5.0.8) requires: - Gwenhywfar >= 5.

Bug#949326: [Pkg-kde-extras] Bug#949326: transition: libgwenhywfar

2020-01-20 Thread Micha Lenk
Control: tags -1 moreinfo On 20.01.20 09:52, Pino Toscano wrote: Since you are already updating Gwenhywfar, can you please update it to the newly released 5.1.2? Just uploaded to experimental. The newly released version of KMyMoney (5.0.8) requires: - Gwenhywfar >= 5.1.2 - AqBanking >=

Bug#949326: transition: libgwenhywfar

2020-01-19 Thread Micha Lenk
libgwenhywfar. * https://tracker.debian.org/kmymoney will need a binNMU to pick up the new SONAME from libgwenhywfar. The auto-generated Ben transition tracker should do fine https://release.debian.org/transitions/html/auto-libgwenhywfar.html Best regards, Micha Lenk

Bug#946710: nmu: libchipcard_5.1.4rc1-3

2019-12-14 Thread Micha Lenk
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu Dear wb team, libchipcard 5.1.4rc1-3 can't transition to testing at the momemt because of the following policy violations (copied from tracker.d.o): * Not built on buildd: arch all binaries

Bug#936886: Bug#946174: libktoblzcheck: Python2 removal in sid/bullseye

2019-12-04 Thread Micha Lenk
Status update: I started working on removing the python 2 package, which turned out to be more complicated than necessary. I had to rip out a broken chunk from CMakeLists.txt that caused the build to fail when no Python interpreter is installed. This made at least the build succeed again, but

Bug#945438: libaqbanking: Version 6 no longer works with ING DiBa bank

2019-11-24 Thread Micha Lenk
Control: forwarded -1 https://www.aquamaniac.de/rdm/issues/134 This is already tracked in the upstream bug tracker as https://www.aquamaniac.de/rdm/issues/134 (sorry, German only). So far it seems to be an unsolved issue. Best regards, Micha

Bug#944848: aqbanking: After upgrade plugin ddvcard not found

2019-11-20 Thread Micha Lenk
Hi Harald, On 20.11.19 18:04, Harald Welte wrote: It appears that somehow during the upgrade, the package libchipcard-libgwenhywfar78-plugins was not installed (missing dependency?) and as a result, the related plugin is missing. Thank you for commenting on this bug. Did installing the

Bug#944848: aqbanking: After upgrade plugin ddvcard not found

2019-11-17 Thread Micha Lenk
Control: reassign -1 libchipcard 5.1.3beta-1 Control: affects -1 libaqbanking Hi Mathias, On 16.11.19 11:05, Mathias Behrle wrote: Upgrade to libchipcard-libgwenhywfar78-plugins solved the problem (libchipcard-libgwenhywfar60-plugins still installed). Is there a versioned dependency missing?

Bug#942417: Please update to 5.0.7 so KMyMoney can be built with AqBanking 6

2019-11-03 Thread Micha Lenk
version 5.0.7, which contains already a fix for this issue. At the same time I would appreciate the build dependency versions to be bumped so that builds will be forced to pick up the new library versions (see attached patch). Best regards, Micha Lenk diff --git a/debian/control b/debian/control

Bug#940136: aqbanking-tools: Transaction fails with 9075::Starke Kundenauthentifizierung notwendig.

2019-10-30 Thread Micha Lenk
Hi Achim, thank you very much for the positive feedback on the new AqBanking versions. This helps a lot to move on with more confidence in pushing this foward. On 29.10.19 10:29, Achim Weber wrote: One problem remains on my environment: The assignment of online (bank) account to gnucash

Bug#940136: aqbanking-tools: Transaction fails with 9075::Starke Kundenauthentifizierung notwendig.

2019-10-25 Thread Micha Lenk
Hi Joachim, On 25.10.19 17:41, Joachim Breitner wrote: But I guess more needs to happen for gnucash to be able to use it, right? Gnucash depends on libaqbanking35-plugins. In theory only a rebuild of the gnucash package with the new libaqbanking and libgwenhywfar from experimental installed

Bug#942707: transition: aqbanking6

2019-10-20 Thread Micha Lenk
Hi all, just for the records, the source package libchipcard is affected too (sorry for missing it initially). An upload to experimental is sitting in NEW. Best regards, Micha

Bug#942707: transition: aqbanking6

2019-10-20 Thread Micha Lenk
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition Hi release team, AqBanking and Gwenhywfar, a Germany focused pair of libraries for online banking data exchange, recently ceased to work because bank server behavior changes that were

Bug#942417: Please update to 5.0.7 so KMyMoney can be built with AqBanking 6

2019-10-15 Thread Micha Lenk
Source: kmymoney Version: 5.0.6-1 Severity: wishlist Dear Pino, I tried to build the kmymoney package against the upcoming releases of Gwenhywfar 5 and AqBanking 6. Unfortunately the builds currently fail: In file included from

Bug#934905: libaqbanking35: libaqbanking not ready for PSD2, will not work after 14 September 2019

2019-10-04 Thread Micha Lenk
Hi Alexander, On 04.10.19 21:22, Alexander Weiss wrote: according to https://www.aquamaniac.de/rdm/news/10 at least version 5.99.25beta is necessary for PSD2 support. (I believe some more bugs are fixed in higher releases) Is it planned to get one of the (really) PSD2-ready versions to

Bug#940136: aqbanking-tools: Transaction fails with 9075::Starke Kundenauthentifizierung notwendig.

2019-10-03 Thread Micha Lenk
Hi all, I started to look into updating AqBanking in Debian again. It all starts with uploading Gwenhywfar, which I did a few days ago. As usual when binary package names change (in this case required due to the soname bump), the package is currently stalled in the NEW queue.

Bug#934905: libaqbanking35: libaqbanking not ready for PSD2, will not work after 14 September 2019

2019-08-19 Thread Micha Lenk
Hi Christian, I understand your bug report and confirm it to be an issue. Unfortunately I don't have much capacity at the moment to work on an updated package in a timely manner. But I do appreciate and support any volunteer's help. Best regards, Micha

Bug#558422: grub-pc: upgrade hangs

2019-05-13 Thread Micha Lenk
Package: grub-common Version: 2.02+dfsg1-18 Followup-For: Bug #558422 Control: severity -1 serious This just happened to me as well, except that I as not able to continue the upgrade by hitting Ctrl-C. I don't consider this behavior acceptable in a stable release, hence raising the severity to

Bug#926483: FTBFS: utils/blkmapd/device-discovery.c:156: undefined reference to `major'

2019-04-07 Thread Micha Lenk
Control: notfound -1 nfs-utils/1:1.3.4-2.4 Control: found -1 nfs-utils/1:1.3.4-2.3 Control: fixed -1 nfs-utils/1:1.3.4-2.4 Control: tags -1 -moreinfo -unreproducible Hi Ben, On Sun, Apr 07, 2019 at 01:18:02AM +0100, Ben Hutchings wrote: > The log says: > > > dpkg-buildpackage: info: source

Bug#895381: rpc.gssd: WARNING: handle_gssd_upcall: failed to find uid in upcall string 'mech=krb5'

2019-04-05 Thread Micha Lenk
On Tue, Apr 10, 2018 at 10:12:35PM +0200, Sergio Gelato wrote: > One of my systems has logged > rpc.gssd[1168]: WARNING: handle_gssd_upcall: failed to find uid in upcall > string 'mech=krb5' > > This turns out to be a known problem, covered extensively in >

Bug#926483: FTBFS: utils/blkmapd/device-discovery.c:156: undefined reference to `major'

2019-04-05 Thread Micha Lenk
Source: nfs-utils Version: 1:1.3.4-2.4 Severity: serious The package fails to build from source (actually current Git branch debian/sid, but that has no changes that I could imagine causing this) in a clean sid chroot on amd64: /usr/bin/ld: device-discovery.o: in function `bl_add_disk':

Bug#924134: unblock: libgwenhywfar/4.20.0-9

2019-03-10 Thread Micha Lenk
Hi release team, I just realized that the version information for Debian bug #875012 ([libgwenhywfar] Future Qt4 removal from Buster) was incomplete and inaccurate. I assume this to be caused by the merge of the upload history of the multiple unstable and experimental versions. I've just

Bug#904743: Fwd: Accepted libgwenhywfar 4.20.0-9 (source) into unstable

2019-03-10 Thread Micha Lenk
(source) into unstable Date: Wed, 06 Mar 2019 22:04:31 + From: Micha Lenk To: debian-devel-chan...@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 06 Mar 2019 22:05:49 +0100 Source: libgwenhywfar Architecture: source Version: 4.20.0-9 Distribution: unstable

Bug#904743: Fwd: Accepted libgwenhywfar 4.20.0-9 (source) into unstable

2019-03-10 Thread Micha Lenk
: Micha Lenk To: debian-devel-chan...@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 06 Mar 2019 22:05:49 +0100 Source: libgwenhywfar Architecture: source Version: 4.20.0-9 Distribution: unstable Urgency: medium Maintainer: Micha Lenk Changed-By: Micha

Bug#924134: unblock: libgwenhywfar/4.20.0-9

2019-03-09 Thread Micha Lenk
-config_script.patch, removes the multiarch +hint and dependency on pkg-config from binary package +libgwenhywfar-core-dev. + * Integrate with Salsa CI by adding the file debian/gitlab-ci.yml. + + -- Micha Lenk Wed, 06 Mar 2019 22:05:49 +0100 + +libgwenhywfar (4.20.0-8) experimental; urgency

Bug#924045: unblock: smcroute/2.4.2-4

2019-03-09 Thread Micha Lenk
Control: tag -1 -moreinfo On 09.03.19 12:26, Jonathan Wiltshire wrote: Control: tag -1 confirmed moreinfo On Fri, Mar 08, 2019 at 09:35:29PM +0100, Micha Lenk wrote: Because of the included cosmetic changes, the package isn't uploadede to unstable yet. It is currently only available

Bug#924045: unblock: smcroute/2.4.2-4

2019-03-08 Thread Micha Lenk
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock We are not in full freeze yet, but according to the announced schedule, it looks like 2.4.2-4 won't make it into buster even if uploaded yesterday. So, please unblock package smcroute,

Bug#921577: smcroute autopkgtests fail consistently

2019-03-08 Thread Micha Lenk
Control: severity -1 serious Raising severity on behalf of the maintainer of smcroute, who prepared a fix and intends to fix this issue for Debian buster. Regards, Micha

Bug#924044: init script does not stop the daemon

2019-03-08 Thread Micha Lenk
Package: smcroute Version: 2.4.2-3 Severity: serious Tags: patch upstream Control: forwarded -1 https://github.com/troglobit/smcroute/pull/108 I am filing this bug on behalf of the current maintainer and upstream author of smcroute, Joachim Nilsson, to create the necessary visibility for an issue

Bug#915309: ktoblzcheck: reproducible build (usrmerge): embeds path of (sed and) grep found via PATH

2018-12-16 Thread Micha Lenk
Control: tags -1 pending Hi Andreas, Am 02.12.18 um 18:25 schrieb Andreas Henriksson: The package currently fails to build reprocudibly on merged-usr vs non-merged systems. https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libktoblzcheck.html This can be easily fixed by

Bug#911267: Upstream on github.com disappeared

2018-10-17 Thread Micha Lenk
Source: sleepenh Version: 1.6-1 Severity: minor Tags: upstream Dear sleepenh maintainer, since I sponsored the last upload of the sleepenh package, the package appears on my packages overview page on qa.debian.org. This table recently started to indicate that there is an issue with the Git

Bug#908701: smcroute: debian/copyright is inaccurate

2018-09-12 Thread Micha Lenk
Source: smcroute Version: 2.0.0-1 Severity: normal The debian/copyright file is inaccurate for the smcroute package. It claims that smcroute is consistently licensed under GNU GPL (v2 or later), but in fact some files are licensed under different licenses. parse-conf.c: ISC pidfile.c: BSD (2

Bug#874961: [Pkg-kde-extras] Bug#874961: kmymoney: not ready for Qt5

2018-09-11 Thread Micha Lenk
Hi Pino, Am 09.09.2018 um 23:08 schrieb Pino Toscano: > In data domenica 9 settembre 2018 15:11:52 CEST, Micha Lenk ha scritto: >> This is a short heads up that I intend to remove support for Qt4 from >> libgwenhywfar on September 13th 2018. This will be done by dropping the >

Bug#874961: kmymoney: not ready for Qt5

2018-09-09 Thread Micha Lenk
Control: severity -1 important Hi KMyMoney maintainers, This is a short heads up that I intend to remove support for Qt4 from libgwenhywfar on September 13th 2018. This will be done by dropping the binary packages libgwengui-qt4-0 and libgwengui-qt4-dev from the archive. As a consequence this

Bug#906889: RFA: smcroute -- static multicast router daemon

2018-08-22 Thread Micha Lenk
A few bits I would like to add: * Git repository for the Debian packaging With the advent of Debian's Gitlab server salsa.debian.org, I don't intend to continue hosting my own Git server. I already moved the smcroute repository to https://salsa.debian.org/debian/smcroute, yet an upload

Bug#906889: RFA: smcroute -- static multicast router daemon

2018-08-21 Thread Micha Lenk
Package: wnpp Severity: normal I request an adopter for the smcroute package. The package has an active upstream, but due to personal time constraints I have no longer the time to maintain a package that I don't use. The code base is fairly small, so it shouldn't have that many bugs. The

Bug#906583: FTBFS: Fails to link testlib in src/plugins/backends/aqhbci/plugin

2018-08-19 Thread Micha Lenk
Hi Adrian, thank you for your feedback. Am 19.08.2018 um 01:03 schrieb Adrian Bunk: > On Sun, Aug 19, 2018 at 12:17:51AM +0200, Micha Lenk wrote: >> ... >> --- a/src/plugins/backends/aqhbci/plugin/Makefile.am >> +++ b/src/plugins/backends/aqhbci/plugin/Makefile

Bug#906583: FTBFS: Fails to link testlib in src/plugins/backends/aqhbci/plugin

2018-08-18 Thread Micha Lenk
Control: tags -1 pending patch See attached patch file, which is now also committed in the packaging Git repository on salsa.debian.org. Author: Micha Lenk Description: Fix missing internal build dependency when building libaqhbci's testlib target Without this patch the build seems

Bug#906560: gwenhywfar-config is broken when installed for a foreign architecture

2018-08-18 Thread Micha Lenk
Hi Helmut, Am 18.08.2018 um 12:30 schrieb Helmut Grohne: > The consequence is that cross building libaqbanking is broken at the > moment. I would like to support you. How can I confirm for myself working on prospective changes that cross building libaqbanking is broken or not? Regards, Micha

Bug#906583: FTBFS: Fails to link testlib in src/plugins/backends/aqhbci/plugin

2018-08-18 Thread Micha Lenk
Source: libaqbanking Version: 5.7.8-1 Severity: serious I currently fail to build the package libaqbanking 5.7.8-1 from source. No clue yet what is causing this. libtool: link: ranlib .libs/libaqhbci_dlgs.a libtool: link: ( cd ".libs" && rm -f "libaqhbci_dlgs.la" && ln -s

Bug#906543: libgwenhywfar FTCBFS: /usr/lib//qt5/bin is not guaranteed present

2018-08-18 Thread Micha Lenk
Control: tags -1 pending Hi Helmut, thank you for reporting the issue and providing all the hints how to solve it. This is greatly appreciated. I've committed your patch on the experimental branch, so this should be available with the next upload built from this branch. Regards, Micha

Bug#887310: libalkimia: Please package new upstream version 7.0

2018-01-14 Thread Micha Lenk
Source: libalkimia Version: 5.0.0-3 Dear maintainers, the upstream authors of LibAlkimia recently [announced] the release of LibAlkimia 7.0. The most important change of this release is the switch from Qt4 to Qt5. So, uploading this release will most likely also fix Debian bug #875008.

Bug#823215: [Pkg-kde-extras] Bug#823215: kmymoney: not ready for Qt5

2018-01-14 Thread Micha Lenk
Hi all, On Mon, Sep 11, 2017 at 12:07:09AM +0200, Micha Lenk wrote: > Anyways, I've just [asked] upstream for more details about a real KF5 > based release. > > [asked]: > https://mail.kde.org/pipermail/kmymoney-devel/2017-September/019320.html > and https://bugs.kde.org/show

Bug#886587: gnucash: Should build-depend on libgwengui-gtk3-dev

2018-01-07 Thread Micha Lenk
Source: gnucash Version: 1:2.7.3-1 Severity: normal Dear Dmitry, Thank you for packaging Gnucash 2.7.3 for Debian, which finally switches from using Gtk 2 to using Gtk 3. As the maintainer of libgwenhywfar in Debian I am interested in this transition because I would like to get rid of its Gtk 2

Bug#876306: gnucash FTBFS: object class 'Transaction' has no property named 'bogus'

2017-10-05 Thread Micha Lenk
Control: tags -1 +fixed-upstream - Forwarded message from Geert Janssens <geert.gnuc...@kobaltwit.be> - Date: Thu, 05 Oct 2017 15:49:31 +0200 From: Geert Janssens <geert.gnuc...@kobaltwit.be> To: John Ralls <jra...@ceridwen.us> Cc: gnucash-devel <gnucash-de...@gnu

Bug#790204: gnucash: depends on libwebkitgtk-1.0-0 which is deprecated

2017-09-20 Thread Micha Lenk
Hi Dmitry (Debian package maintainer for Gnucash) as you certainly know the Gnucash package in Debian build-depends on the Gwenhywfar library for use by the AqBanking importer module. Current releases of the Gwenhywfar library only supported Gtk2. Following the upstream commits, I noticed a few

Bug#823215: [Pkg-kde-extras] Bug#874961: kmymoney: not ready for Qt5

2017-09-10 Thread Micha Lenk
Hi Pino, Am 10.09.2017 um 23:37 schrieb Pino Toscano: > Upstream didn't publish any Frameworks version yet, and considering that > kmymoney manages accounts and money, I'm not keen to upload > pre-release/unstable/alpha/beta/rc/etc versions. Don't get me wrong. I did not intend to push for a

Bug#823215: kmymoney: not ready for Qt5

2017-09-10 Thread Micha Lenk
Control: block 874961 by 823215 Control: block 875012 by 874961 Hi kmymoney maintainers, as the Qt maintainers announced recently, Qt4 is about to removed from the Debian archive in the future. If I read the bug log for #823215 correctly, a Qt5 port of kmymoney is under way, but upstream didn't

Bug#841297: grub-efi: no symbol table, ask for key on boot

2017-08-04 Thread Micha Lenk
Package: grub-efi-amd64 Version: 2.02~beta3-5 Followup-For: Bug #841297 Since upgrading from Jessie to Stretch I am affected by this bug too. A similar issue seems to be reported in the Ubuntu bug tracker here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1633839 There the suggested fix

Bug#867979: aqbanking-tools: aqhbci-tool4 cannot load shared library,libaqhbci.so.24

2017-07-11 Thread Micha Lenk
Control: tags -1 +moreinfo +unreproducible Hi Peter, thank you for your feedback on the Debian packages for AqBanking. On 07/10/2017 10:08 PM, Peter Zimmerer wrote: if program aqhbci-tool4 is executed it will fail with error message: aqhbci-tool4: error while loading shared libraries:

Bug#861692: aqbanking-tools: Error parsing SWIFT mt942 / Error in job "JobGetTransactions"

2017-06-18 Thread Micha Lenk
helpful information? I need your feedback on this Debian bug. If I don't receive any update, I intend to close it due to lack of information by end of June 2017. Cheers, Micha On Mon, May 08, 2017 at 11:09:45PM +0200, Martin Preuss wrote: > Hi, > > Am 08.05.2017 um 22:17 schrieb M

Bug#861692: aqbanking-tools: Error parsing SWIFT mt942 / Error in job "JobGetTransactions"

2017-05-08 Thread Micha Lenk
Control: merge -1 861719 Hi Carsten, first of all, thanks for reporting this issue in the latest stable release of AqBanking 5.6.12. Somehow the bug was reported a second time with identical contents as Debian bug #861719, so let's merge them. Upstream development on AqBanking progressed since

Bug#855962: acme-tiny: fail to parse openssl 1.1 CSR output

2017-03-09 Thread Micha Lenk
Control: forwarded -1 https://github.com/diafygi/acme-tiny/pull/156 A similar issue was raised in an upstream pull request here: https://github.com/diafygi/acme-tiny/pull/156

Bug#827274: segfaults when loading message list after switching mail folders

2016-09-26 Thread Micha Lenk
Control: found -1 1:45.2.0-1~deb8u1 Control: forwarded -1 https://bugzilla.mozilla.org/show_bug.cgi?id=1198710 I keep getting these crashes. It happens either when I switch IMAP mail folders or when I switch messages in the message list: (gdb) bt #0 0x749fc590 in vtable for

Bug#828865: RM: abtransfers -- ROM; RC-buggy, inactive upstream, obsolete

2016-06-28 Thread Micha Lenk
Package: ftp.debian.org Severity: normal Please remove abtransfers from the Debian archive. It has unfixed RC bugs, and an upstream developer that seems to be inactive. One motivation why I initially uploaded abtransfers to the Debian archive was that it was one of the few GUI programs capable

Bug#770877: kmymoney: Please update to new upstream version 4.8.0

2016-06-17 Thread Micha Lenk
Control: retitle -1 kmymoney: Please package new upstream version 4.8.0 KMyMoney 4.8.0 is out: https://kmymoney.org/news.php#itemKMyMoney480released Cheers, Micha

Bug#827274: segfaults when loading message list after switching mail folders

2016-06-14 Thread Micha Lenk
Yet another coredump succeeded (see attached log file). This time I remembered to let GDB generate a core dump file too. Please let me know if you need further information. Best regards, Micha MOZILLA_FIVE_HOME=/usr/lib/icedove

  1   2   3   4   5   6   7   8   9   >