Bug#967258: artha: depends on deprecated GTK 2

2024-03-07 Thread Yavor Doganov
e completely orthogonal. >From 5c15a90a1b6e4f912d1fd326d055c4bca2093ea6 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Fri, 8 Mar 2024 00:26:46 +0200 Subject: [PATCH] Port to GTK 3 (#967258) --- debian/changelog |4 +- debian/control|3 +-

Bug#955873: artha: Depends on deprecated dbus-glib

2024-03-07 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. >From 6c94fcfbf0dc45114602312c8bc6f1bededbf840 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Mon, 4 Mar 2024 16:56:28 +0200 Subject: [PATCH] Drop dbus-glib dependency (#955873) --- debian/changelog | 10 + deb

Bug#999931: virtuoso-opensource: depends on obsolete pcre3 library

2024-03-04 Thread Yavor Doganov
Hi Andreas, On Wed, 28 Feb 2024 18:36:04 +0200, Andreas Beckmann wrote: > On Wed, 20 Dec 2023 21:18:20 +0200 Yavor Doganov wrote: > > Please find attached a patch; > > Thanks for the patch, I uploaded it to Debian and so far noone > complained ;-) Thanks! Complaints usuall

Bug#901677: amide: Window is too wide and not resizable

2024-02-24 Thread Yavor Doganov
ggle/radio menu items. Bug-Debian: https://bugs.debian.org/901677 Bug: https://github.com/ferdymercury/amide/issues/26 Author: Yavor Doganov Forwarded: no Last-Update: 2024-02-24 --- --- amide.orig/amide-current/src/ui_study.c +++ amide/amide-current/src/ui_study.c @@ -540,7 +540,7 @@ toolbar =

Bug#999921: xymon: depends on obsolete pcre3 library

2024-02-12 Thread Yavor Doganov
Hi Roland, Roland Rosenfeld wrote: > Oh, now I see the problem: pcre_copy_substring() returns the length of > the string on match, while pcre2_substring_copy_bynumber() returns 0 > on success. So the above has to be changed from "> 0" to "== 0". Of course... Many thanks for finding and fixing

Bug#967256: apwal: depends on deprecated GTK 2

2024-01-18 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. (You might want to remove the last line from debian/rules to create a dbgsym package.) Description: Port to GTK 3. Bug-Debian: https://bugs.debian.org/967256 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-19 --- --- apwal-0.4.5

Bug#967242: abx: depends on deprecated GTK 2

2024-01-11 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch -- note that it applies against the latest upstream release (0.1) which I assumed you would want to package anyway. Description: Port to GTK 3. Bug-Debian: https://bugs.debian.org/967242 Author: Yavor Doganov Forwarded: no Last-Update: 2024

Bug#1000093: mysql-workbench: depends on obsolete pcre3 library

2024-01-09 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch, basically only build-tested (I also ran it but I find it difficult to test specifically the affected code). Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/193 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-09

Bug#1000113: kodi: depends on obsolete pcre3 library

2024-01-07 Thread Yavor Doganov
/1000113 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-07 --- --- kodi-20.2+dfsg.orig/cmake/modules/FindPCRE.cmake +++ kodi-20.2+dfsg/cmake/modules/FindPCRE.cmake @@ -77,45 +77,34 @@ else() # Populate paths for find_package_handle_standard_args - find_path(PCRE_INCLUDE_DIR

Bug#1000100: eiskaltdcpp: depends on obsolete pcre3 library

2024-01-02 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached; build-tested only. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/1000100 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-02 --- --- eiskaltdcpp-2.4.2.orig/cmake/FindPCRE.cmake +++ eiskaltdcpp-2.4.2/cmake

Bug#1000005: passwordmaker-cli: depends on obsolete pcre3 library

2024-01-02 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/105 Bug: https://forums.passwordmaker.org/index.php?topic=1834.0 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-02 --- --- passwordmaker-cli-1.5+dfsg.orig

Bug#999956: snort: depends on obsolete pcre3 library

2024-01-02 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch (it applies to the latest upstream release 2.9.20 as well but not to the 3.x series). Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/56 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-02 --- --- snort-2.9.15.1

Bug#1000126: gpt: depends on obsolete pcre3 library

2024-01-02 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/1000126 Author: Yavor Doganov Forwarded: no Last-Update: 2024-01-02 --- --- gpt.orig/configure.ac +++ gpt/configure.ac @@ -109,10 +109,10 @@ # AC_MSG_CHECKING(for pcre

Bug#1020989: trafficserver: failed to load plugin

2023-12-29 Thread Yavor Doganov
On Mon, Oct 24, 2022 at 10:39:45AM +0200, Jean Baptiste Favre wrote: > Please provide some more details on you issue: > * which plugin do you use? Is there any specific configuration? I am not YunQiang Su but I'm pretty sure we're talking about the same thing. Any remap plugin will fail to load;

Bug#999938: trafficserver: depends on obsolete pcre3 library

2023-12-29 Thread Yavor Doganov
to PCRE2. Bug-Debian: https://bugs.debian.org/bug=38 Bug: https://github.com/apache/trafficserver/issues/8780 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-29 --- --- trafficserver-9.2.3+ds.orig/build/pcre.m4 +++ trafficserver-9.2.3+ds/build/pcre.m4 @@ -45,12 +45,12 @@ fi

Bug#1000044: ccze: depends on obsolete pcre3 library

2023-12-24 Thread Yavor Doganov
Axel Beckert wrote: > sorry for the late reply, but I only managed to continue on this now > as I'm on holidays now. No problem at all, we are all busy. And it's not late according to my standards. :) > I though got another crash on this line: > > Dec 24 06:43:16 c6 kernel: net_ratelimit: 1

Bug#1000112: kjs: depends on obsolete pcre3 library

2023-12-23 Thread Yavor Doganov
/show_bug.cgi?id=457338 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-23 --- --- kjs-5.107.0.orig/cmake/FindPCRE.cmake +++ kjs-5.107.0/cmake/FindPCRE.cmake @@ -11,10 +11,10 @@ # For details see the accompanying COPYING-CMAKE-SCRIPTS file. -if (PCRE_INCLUDE_DIR AND PCRE_PCREPOSIX_LIBRARY

Bug#999975: rdup: depends on obsolete pcre3 library

2023-12-22 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch -- build-tested after adding -Wno-error to CFLAGS due to #941101. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/75 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-22 --- --- rdup-1.1.15.orig/configure.ac

Bug#1000014: mydumper: depends on obsolete pcre3 library

2023-12-22 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch; build-tested only. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/114 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-22 --- --- mydumper-0.10.1.orig/cmake/modules/FindPCRE.cmake +++ mydumper-0.10.1/cmake

Bug#999919: zoneminder: depends on obsolete pcre3 library

2023-12-22 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch; build-tested only. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/19 Bug: https://github.com/ZoneMinder/zoneminder/issues/3384 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-22 --- --- zoneminder-1.36.33+dfsg1

Bug#1000010: ohcount: depends on obsolete pcre3 library

2023-12-21 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/110 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-21 --- --- ohcount-4.0.0.orig/build +++ ohcount-4.0.0/build @@ -31,7 +31,7 @@ # You shouldn't have to change

Bug#999937: tup: depends on obsolete pcre3 library

2023-12-21 Thread Yavor Doganov
ted a backport in git but there is at least one linker > flag missing. That's right; the attached patch makes the build succeed for me but I have not tested further (sorry for the patch noise; it's because I had to "quilt refresh"). >From 2b6f55b4d9f476646072d2be197b4fc1defcf7ac Mon Sep 17 00:00:0

Bug#999921: xymon: depends on obsolete pcre3 library

2023-12-21 Thread Yavor Doganov
cleanly to the latest upstream release (4.4-alpha) but I am ready and willing to rebase it, whenever you decide to package it. Just let me know. >From d626686d8e004bbb9e1f5f0074ff825f27d1c2e5 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Thu, 21 Dec 2023 18:44:44 +0200 Subject: [PATCH] P

Bug#999922: xneur: depends on obsolete pcre3 library

2023-12-20 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/22 Author: Yavor Doganov ya...@gnu.org> Forwarded: no Last-Update: 2023-12-20 --- --- xneur.orig/configure.ac +++ xneur/configure.ac @@ -143,7 +143,7 @@ AC_DEF

Bug#999931: virtuoso-opensource: depends on obsolete pcre3 library

2023-12-20 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch; build-tested only (although the package's own testsuite has some checks which test this functionality). Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/31 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-20

Bug#999954: [Pkg-sugar-devel] Bug#999954: squeak-vm: depends on obsolete pcre3 library

2023-12-19 Thread Yavor Doganov
Jonas Smedegaard wrote: > Quoting Yavor Doganov (2023-12-19 11:21:34) > > Please find attached a patch; > > Is it a patch that you composed yourself, or did you work based off of > some upstream changeset. The former. I checked the new upstream release (downloaded with uscan

Bug#999954: squeak-vm: depends on obsolete pcre3 library

2023-12-19 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch; unfortunately I could not find a way to test it. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/54 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-19 --- --- squeak-vm.orig/platforms/unix/CMakeLists.txt

Bug#999960: sipxtapi: depends on obsolete pcre3 library

2023-12-18 Thread Yavor Doganov
Control: tags -1 + patch Attached is a patch which I tested with the demo program at the end of sipXportLib/src/utl/UtlRegex.cpp. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/60 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-18 --- --- sipxtapi-3.3.0~test18+dfsg

Bug#984331: sipxtapi: ftbfs with GCC-11

2023-12-18 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Description: Fix FTBFS with GCC 11+. Bug-Debian: https://bugs.debian.org/984331 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-18 --- --- sipxtapi-3.3.0~test18+dfsg.1.orig/sipXtackLib/src/net/SipMessage.cpp +++ sipxtapi-3.3.0

Bug#1058941: sipxtapi: FTBFS: PlgSpeex.c:21:10: fatal error: speex/speex.h: No such file or directory

2023-12-18 Thread Yavor Doganov
Source: sipxtapi Version: 3.3.0~test18+dfsg.1-0.1 Severity: serious Tags: sid ftbfs patch This package fails to build from source because it has to build-depend on libspeex-dev (libspeexdsp-dev only suggests it). The exact error is: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../../../..

Bug#999964: shush: depends on obsolete pcre3 library

2023-12-17 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/64 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-17 --- --- shush-1.2.3.orig/configure.ac +++ shush-1.2.3/configure.ac @@ -60,9 +60,19 @@ # Checks for libraries

Bug#999965: shadowsocks-libev: depends on obsolete pcre3 library

2023-12-17 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch, build-tested only. >From a214f32480e417c9bf3358652f96d29d51325560 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sun, 17 Dec 2023 14:23:39 +0200 Subject: [PATCH] Port to PCRE2 (#65) --- debian/changelog | 7 ++ deb

Bug#999968: sagan: depends on obsolete pcre3 library

2023-12-17 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch, build-tested only. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/68 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-17 --- --- sagan-1.2.0.orig/configure.ac +++ sagan-1.2.0/configure.ac @@ -392,14 +392,25

Bug#999984: prads: depends on obsolete pcre3 library

2023-12-16 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached. I could not observe problems while testing it. >From 014406e858e3e2af471bfb2b392ea693674120e3 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sun, 17 Dec 2023 00:53:23 +0200 Subject: [PATCH] Port to PCRE2 (#84) --- debian/change

Bug#1058817: picom: depends on obsolete pcre3 library

2023-12-16 Thread Yavor Doganov
Source: picom Version: 10.2-1 Severity: serious Tags: sid trixie fixed-upstream User: matthew-pcre...@debian.org Usertags: obsolete-pcre3 Dear maintainer, During the mass bug filing for the pcre3->pcre2 transition [*], this package was left out somehow. I am filing this (edited copy)

Bug#1000001: pgpcre: depends on obsolete pcre3 library

2023-12-16 Thread Yavor Doganov
rom f46d9ca762751a3c856369d781cf69554c31e001 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sat, 16 Dec 2023 22:29:20 +0200 Subject: [PATCH] Port to PCRE2 (#101). --- debian/changelog | 6 + debian/control | 2 +- debian/control.in | 2 +- debian/patches/pc

Bug#1000009: opencollada: depends on obsolete pcre3 library

2023-12-16 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Tested with an example COLLADA file. >From f1772e60500e6cbdf3231792a6f7216eb1ac53e0 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sat, 16 Dec 2023 15:34:11 +0200 Subject: [PATCH] Port to PCRE2 (#109) --- debian/change

Bug#1050187: mvdsv: depends on obsolete pcre3 library

2023-12-14 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch (build-tested only). >From e7127e5a2fa57f84dc12cc6d63671c872c48d28b Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Thu, 14 Dec 2023 18:31:41 +0200 Subject: [PATCH] Port to PCRE2 (#1050187) --- debian/changelog | 7 + deb

Bug#1057281: RFS: parser/3.4.6-4 [QA] [RC] -- HTML-embedded scripting language

2023-12-12 Thread Yavor Doganov
On Sat, 02 Dec 2023 18:44:29 +0200, Yavor Doganov wrote: >* debian/patches/pcre2.patch: New; port to PCRE2 (Closes: #106). Upstream reworked the patch that I forwarded to retain support for the old PCRE, so I have updated it to the version that will be part of the next upstream rele

Bug#1000015: mp4h: depends on obsolete pcre3 library

2023-12-10 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. >From 4ead19b22c1564097192c50e2ec42c07351ef8de Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sun, 10 Dec 2023 17:12:31 +0200 Subject: [PATCH] Port to PCRE2 (#115) --- debian/changelog | 7 + debian/cont

Bug#1000047: libsynthesis: depends on obsolete pcre3 library

2023-12-09 Thread Yavor Doganov
Control: tags -1 + patch The patch available at the forwarded URL that Adrian Bunk added some time ago looks decent to me -- I have build-tested it and include it here in a form that can be directly dropped in debian/patches. Description: Port to PCRE2. Bug-Debian: https://bugs.debian.org/147

Bug#1050183: httest: depends on obsolete pcre3 library

2023-12-09 Thread Yavor Doganov
Control: tags -1 + patch Please find attached a patch. Description: Port to PCRE2. Debian-Bug: https://bugs.debian.org/1050183 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-09 --- --- httest-2.4.23.orig/configure.ac +++ httest-2.4.23/configure.ac @@ -54,9 +54,9 @@ fi

Bug#1000065: grok: depends on obsolete pcre3 library

2023-12-09 Thread Yavor Doganov
_vector, REGEXP_OVEC_SIZE * 3); + md = pcre2_match_data_create(REGEXP_OVEC_SIZE * 3, g_gen_ctxt); + ret = pcre2_match(regexp_predicate_op, (PCRE2_SPTR)args, args_len, 0, 0, +md, g_match_ctxt); if (ret < 0) { fprintf(stderr, "An error occurred in grok_predicate_regexp_init.\n&q

Bug#1000118: generator-scripting-language: depends on obsolete pcre3 library

2023-12-06 Thread Yavor Doganov
s I do not understand what these workflows are and I couldn't figure out how to write a testcase after my (admittedly short) glimpse at the documentation. Description: Port to PCRE2 Bug-Debian: https://bugs.debian.org/1000118 Author: Yavor Doganov Forwarded: no Last-Update: 2023-12-06 --- --- gen

Bug#1000044: ccze: depends on obsolete pcre3 library

2023-12-06 Thread Yavor Doganov
On Mon, 04 Dec 2023 15:46:29 +0200, Yavor Doganov wrote: > I guess I need to revisit my patch and find some way to fix this. Here it is -- no memory leaks and I could not obtain crash or abort with the logs I've tested. Note that while my original patch introduced some leaks, it also fixes s

Bug#1000041: ganglia: depends on obsolete pcre3 library

2023-12-05 Thread Yavor Doganov
f the code), pcre is used only for parsing name_match in the configuration file. But it seems I cannot trigger a match or do something else improperly. Please test and let me know if corrections are needed. >From 7d05aca52f9cf1b579b80f719bed47cfd6ba7b7b Mon Sep 17 00:00:00 2001 From: Yavor Doganov Dat

Bug#1000044: ccze: depends on obsolete pcre3 library

2023-12-04 Thread Yavor Doganov
Axel Beckert wrote: > A local test on my /var/log/syslog immediately ran into a segfault, > though, so I guess, that's one of the plugins you couldn't test. I tested it but I guess results depend on the contents of the log; apparently my log didn't trigger this code. > Culprit is this line,

Bug#1000044: ccze: depends on obsolete pcre3 library

2023-12-03 Thread Yavor Doganov
Control: tags -1 + patch Please find a patch attached (I was not able to test all plugins). >From 1b55bb243cb69c8f1ce006f237187eca7fb47793 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Sun, 3 Dec 2023 20:13:33 +0200 Subject: [PATCH] Port to PCRE2 (#144) --- debian/change

Bug#1057281: RFS: parser/3.4.6-4 [QA] [RC] -- HTML-embedded scripting language

2023-12-02 Thread Yavor Doganov
Package: sponsorship-requests Severity: important Dear mentors, I'm looking for a sponsor for the orphaned package "parser": * Package name : parser Version : 3.4.6-4 Upstream contact : Art Lebedev Studio * URL : http://www.parser.ru/en/ * License :

Bug#1056386: RFS: awffull/3.10.2-9 [QA] [RC] -- web server log analysis program

2023-11-21 Thread Yavor Doganov
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for the orphaned package "awffull". I would also appreciate if someone can add me (yavor-guest) as member of the Salsa project so that I can push the changes to the git repository. * Package name :

Bug#1055981: wmforecast: Does not retrieve data; shows error

2023-11-15 Thread Yavor Doganov
Package: wmforecast Version: 1.9.0-1 Severity: grave X-Debbugs-Cc: Yavor Doganov Since some time (about 2 weeks, but I'm not entirely sure) wmforecast displays an image with a question mark along with the text "ERROR". The following message(s) appear on the console: $ LC_ALL=C

Bug#1040372: edenmath.app: Aborts with stack smashing when calculation result is large enough

2023-07-04 Thread Yavor Doganov
Package: edenmath.app Version: 1.1.1a-8+b5 Severity: important Type "40", then press the button "10^x" (second button from right to left on the lowest row); EdenMath aborts with: *** stack smashing detected *** terminated. Backtrace: Program received signal SIGABRT, Aborted.

Bug#1040335: transition: gnustep-sqlclient

2023-07-04 Thread Yavor Doganov
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition X-Debbugs-Cc: gnustep-sqlcli...@packages.debian.org Control: affects -1 + src:gnustep-sqlclient Control: forwarded -1

Bug#929738: gnumail.app: gnumail freezes when i click 'info > preferences'

2023-07-02 Thread Yavor Doganov
Hi Svetlana, On Thu, May 30, 2019 at 07:36:41AM +1000, Svetlana Tkachenko wrote: > Package: gnumail.app > Version: 1.3.0-1+b1 > Severity: normal > >* What exactly did you do (or not do) that was effective (or > ineffective)? > click info>preferences >* What was the outcome of this

Bug#1039875: transition: gnustep-performance

2023-06-29 Thread Yavor Doganov
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition X-Debbugs-Cc: gnustep-performa...@packages.debian.org Control: affects -1 + src:gnustep-performance Control: forwarded -1

Bug#1038996: transition: pantomime

2023-06-24 Thread Yavor Doganov
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition X-Debbugs-Cc: pantom...@packages.debian.org, pkg-gnustep-maintain...@lists.alioth.debian.org Control: affects -1 + src:pantomime Control: block -1 with 1032830 On behalf of the GNUstep

Bug#1038734: src:gnumail: FTBFS with pantomime/1.4.0: MailboxManagerController.m:801:33: error: ‘struct CWFolder’ has no member named ‘allMessages’

2023-06-20 Thread Yavor Doganov
Source: gnumail Version: 1.3.0-1 Severity: important Tags: ftbfs sid trixie User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: pantomime1.4-transition gnustep-transition This package fails to build with pantomime/1.4.0+dfsg-1 from experimental: gcc MailboxManagerController.m -c \

Bug#1028579: src:sope: FTBFS with gnustep-base/1.29.0

2023-06-17 Thread Yavor Doganov
On Fri, Jan 13, 2023 at 09:39:04AM +0200, Yavor Doganov wrote: > On Fri, Jan 13, 2023 at 09:28:11AM +0200, Yavor Doganov wrote: > > Tags: patch > > Here it is. It looks like I made a mistake; please find attached the correct one. >From e3d7ed13d3b764c834dc25776a8f845756f820f0 M

Bug#1022256: upgrade-reports: gnustep-base-common blocks upgrade from bullseye to bookworm because of version dependencies

2023-03-15 Thread Yavor Doganov
Control: tags -1 moreinfo unreproducible Please accept my apologies that it took me so long to react. On Sun, 23 Oct 2022 09:55:58 +0300, Paul Gevers wrote: > On 22-10-2022 22:06, Daniel Savi wrote: > > My previous release is: bullseye > > I am upgrading to: bookworm > > Archive date: unknown >

Bug#1032830: gnumail: FTBFS with pantomime/1.4.0

2023-03-12 Thread Yavor Doganov
Source: gnumail Version: 1.3.0-1 Severity: important Tags: ftbfs trixie sid User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: pantomime1.4-transition gnustep-transition This package fails to build with pantomime/1.4.0+dfsg-1 from experimental: gcc MailboxManagerController.m -c \

Bug#1031442: gnustep-base: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 messages=yes returned exit code 2

2023-02-17 Thread Yavor Doganov
Lucas Nussbaum wrote: > Source: gnustep-base > Version: 1.28.1+really1.28.0-5 > Severity: serious > Justification: FTBFS > During a rebuild of all packages in sid, your package failed to build > on amd64. Thanks for the report; I believe this is due to tzdata #1031395. I cannot reproduce with

Bug#1030386: gnustep-dl2: FTBFS with TeXInfo 7.0.x

2023-02-08 Thread Yavor Doganov
reassign 1030386 src:gnustep-make 2.9.1-1 merge 1030387 1030386 affects 1030387 + src:gnustep-dl2 thanks On Fri, 03 Feb 2023 23:16:13 +0200, Hilmar Preusse wrote: > Unfortunately I didn't find the makeinfo call in your source > package, hence I can't provide a patch. That's because gnustep-dl2

Bug#1030387: Bug#1030387: gnustep-make: FTBFS with TeXInfo 7.0.x

2023-02-07 Thread Yavor Doganov
Control: tags -1 + pending Hilmar Preuße wrote: > Am 06.02.2023 um 22:45 teilte Richard Frith-Macdonald mit: > > FYI I implemented the suggested change in gnustep-make trunk in the > > git repository, after having tried it out with TeXinfo 5 and 6 > > I can't find your changes on salsa. ;-(

Bug#1028602: transition: gnustep-base, gnustep-gui

2023-01-28 Thread Yavor Doganov
Sebastian Ramacher wrote: > On 2023-01-13 15:15:10 +0200, Yavor Doganov wrote: > > I realise we are already late and in all likelihood we've missed > > the last bookworm train, which is rather unpleasant for us and > > GNUstep users but entirely our fault. > > I am n

Bug#1028602: transition: gnustep-base, gnustep-gui

2023-01-13 Thread Yavor Doganov
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition X-Debbugs-Cc: pkg-gnustep-maintain...@lists.alioth.debian.org Control: affects -1 + src:gnustep-base src:gnustep-gui Dear Release team, We would like your permission to carry out a

Bug#1028579: src:sope: FTBFS with gnustep-base/1.29.0

2023-01-12 Thread Yavor Doganov
On Fri, Jan 13, 2023 at 09:28:11AM +0200, Yavor Doganov wrote: > Tags: patch Here it is. >From e3d7ed13d3b764c834dc25776a8f845756f820f0 Mon Sep 17 00:00:00 2001 From: Yavor Doganov Date: Fri, 13 Jan 2023 09:18:57 +0200 Subject: [PATCH] Fix FTBFS with gnustep-base/1.29.0. --- debian/c

Bug#1028579: src:sope: FTBFS with gnustep-base/1.29.0

2023-01-12 Thread Yavor Doganov
Source: sope Version: 5.8.0-1 Severity: important Tags: patch User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: gnustep-base1.29-transition gnustep-transition This package fails to build with gnustep-base/1.29.0-1 from experimental: gcc NGMimeType.m -c \ -MMD -MP

Bug#1028577: src:gnustep-dl2: FTBFS with gnustep-base/1.29.0

2023-01-12 Thread Yavor Doganov
Source: gnustep-dl2 Version: 1.12.0-15.1 Severity: important Tags: sid bookworm User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: gnustep-base1.29-transition gnustep-transition This package fails to build with gnustep-base/1.29.0-1 from experimental: gcc EOAdaptor.m -c \ -MMD

Bug#1028578: src:pantomime: FTBFS with gnustep-base/1.29.0

2023-01-12 Thread Yavor Doganov
Source: pantomime Version: 1.3.0+dfsg1-3 Severity: important Tags: sid bookworm User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: gnustep-base1.29-transition gnustep-transition This package fails to build with gnustep-base/1.29.0-1 from experimental: gcc NSString+Extensions.m -c \

Bug#1028189: gnustep-base/1.28.1-2 should not migrate to testing

2023-01-08 Thread Yavor Doganov
Source: gnustep-base Version: 1.28.1-1 Severity: serious Justification: API/ABI break Filing this bug to block migration to testing. This upload will be reverted as it introduced silent API/ABI break.

Bug#1028185: src:agenda.app: FTBFS with gnustep-gui/0.30.0

2023-01-07 Thread Yavor Doganov
Source: agenda.app Version: 0.46-2 Severity: important Tags: sid bookworm ftbfs User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: gnustep-gui0.30-transition gnustep-transition This package fails to build with gnustep-gui/0.30.0-1 from experimental: gcc SoundBackend.m -c \

Bug#1019472: RM: mknfonts.tool -- ROM; obsolete

2022-09-10 Thread Yavor Doganov
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: pkg-gnustep-maintain...@lists.alioth.debian.org This package is obsolete and now completely unnecessary following the removal of the GNUstep art backend. Please remove; thanks.

Bug#1017818: elpa-jabber: Fails to compile with Emacs 28: Error: Wrong number of arguments: make-obsolete, 2

2022-08-21 Thread Yavor Doganov
Package: elpa-jabber Version: 0.8.92+git98dc8e-7 Severity: serious The upgrade from Emacs 27 to 28 aborts because byte-compilation of elpa-jabber fails with the following error(s): | In toplevel form: | jabber-vcard.el:67:1: Error: Wrong number of arguments: make-obsolete, 2 The full log is:

Bug#1012857: libpopplerkit0: Please update for Poppler 22.06

2022-06-20 Thread Yavor Doganov
On Wed, 15 Jun 2022 19:21:46 +0300, Nathan Pratta Teodosio wrote: > Package: libpopplerkit0 > Tags: patch > Since Poppler 22.06 made its way into experimental, Libpopplerkit0 > will need the compatibility changes present in the attached debdiff. Thanks for the patch. I am currently rather busy;

Bug#885786: gnustep-back: Please drop art backend package

2022-05-30 Thread Yavor Doganov
tags 885786 + pending thanks Bastian Germann wrote: > Please drop the art backend package. dia is in the process of being > adopted and will also drop its art dependency, so we should make > this happen as soon as possible so that bookworm can come without > libart. Will do in a few weeks; in

Bug#1009066: pcre2: FTBFS on hurd-i386: error: ‘PATH_MAX’ undeclared

2022-04-06 Thread Yavor Doganov
Source: pcre2 Version: 10.39-1 Severity: important Tags: patch ftbfs User: debian-h...@lists.debian.org Usertags: hurd This packages fails to build on hurd-i386 as of version 10.39-1; from the last build log for 10.39-3 [1]: | gcc -DHAVE_CONFIG_H -I. -I./src "-I./src" -Wdate-time

Bug#1001537: gtamsanalyzer.app: Crashes when closing project window

2021-12-11 Thread Yavor Doganov
Package: gtamsanalyzer.app Version: 0.42-7+b8 Severity: important Tags: sid bookworm User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: gnustep-gui0.29-transition gnustep-transition The program segfaults on exit or when closing the project window: (gdb) bt #0 0x77176d55 in

Bug#1000982: transition: gnustep-base, gnustep-gui

2021-12-01 Thread Yavor Doganov
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition X-Debbugs-Cc: pkg-gnustep-maintain...@lists.alioth.debian.org We would like the Release Team's permission to carry out a GNUstep transition, namely libgnustep-base1.27 -> 1.28

Bug#997986: RFS: gnomint/1.3.0-4 [QA] [RC] -- X.509 Certification Authority management tool for GNOME

2021-10-28 Thread Yavor Doganov
Package: sponsorship-requests Severity: important Dear mentors, I'm looking for a sponsor for the orphaned package "gnomint": * Package name: gnomint Version : 1.3.0-4 Upstream Author : David Marin Carreno * URL : http://gnomint.sourceforge.net/ * License

Bug#995007: gnustep-base ftbfs with updated autoconf/automake

2021-10-03 Thread Yavor Doganov
On Sat, 02 Oct 2021 16:01:45 +0300, Peter Green wrote: > I see a fix for this issue has been uploaded to mentors, do you want > me to sponsor it? I'd be very grateful, thanks in advance! My usual sponsor is not answering...

Bug#963081: src:camera.app: Please switch to using pkg-config for libgphoto2

2020-07-20 Thread Yavor Doganov
Sudip Mukherjee wrote: > On Fri, Jun 19, 2020 at 09:41:22PM +0300, Yavor Doganov wrote: > > wf...@niif.hu wrote: > > > Yavor Doganov writes: > > > > Thanks; I'll fix this shortly -- the upload will depend on my sponsor > > > > though. Meanwhile, feel f

Bug#963535: RFS: grdesktop/0.23+d040330-7 [QA] -- GNOME frontend for the rdesktop client

2020-06-23 Thread Yavor Doganov
Package: sponsorship-requests Severity: normal Dear mentors, I'm looking for a sponsor for a QA upload of the package "grdesktop". * Package name: grdesktop Version : 0.23+d040330-7 Upstream Author : Thorsten Sauter * URL : http://www.nongnu.org/grdesktop/ *

Bug#963529: RFS: gnomint/1.3.0-3 [QA] -- X.509 Certification Authority management tool for GNOME

2020-06-23 Thread Yavor Doganov
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for the orphaned package "gnomint". * Package name: gnomint Version : 1.3.0-3 Upstream Author : David Marin Carreno (and others) * URL : http://gnomint.sourceforge.net/ *

Bug#963478: gworkspace.app: Crashes on startup

2020-06-22 Thread Yavor Doganov
Package: gworkspace.app Version: 0.9.4-2+b1 Severity: grave User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: gnustep-gui0.28-transition gnustep-transition (gdb) r Starting program: /usr/bin/GWorkspace [Thread debugging using libthread_db enabled] Using host libthread_db library

Bug#963081: src:camera.app: Please switch to using pkg-config for libgphoto2

2020-06-19 Thread Yavor Doganov
wf...@niif.hu wrote: > Yavor Doganov writes: > > > Thanks; I'll fix this shortly -- the upload will depend on my sponsor > > though. Meanwhile, feel free to upload libgphoto2 whenever you like > > and raise the severity of this bug to serious. > > Did so, thanks

Bug#963081: src:camera.app: Please switch to using pkg-config for libgphoto2

2020-06-19 Thread Yavor Doganov
Ferenc Wágner wrote: > Package: src:camera.app > Version: 0.8.0-12 > Severity: normal > > I plan to upload libgphoto2 2.5.25 without the config scripts, > which upstream considers obsolete and hurt the multi-arch effort. > It's easy to switch to using pkg-config instead, see the attached >

Bug#962584: transition: gnustep-base, gnustep-gui

2020-06-10 Thread Yavor Doganov
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: transition On behalf of the GNUstep team I'd like to ask for a slot to carry out a GNUstep transition: libgnustep-base1.26 -> 1.27 libgnustep-gui0.27 -> 0.28 I tested all rdeps; they build

Bug#962503: cenon.app: FTBFS with gnustep-gui/0.28: /usr/include/GNUstep/AppKit/NSApplication.h:131:44: error: expected ‘)’ before ‘;’ token

2020-06-08 Thread Yavor Doganov
Source: cenon.app Version: 4.0.6+ds1-2 Severity: important Tags: sid bullseye User: pkg-gnustep-maintain...@lists.alioth.debian.org Usertags: gnustep-gui0.28-transition gnustep-transition This package fails to build on amd64 with gnustep-gui/0.28.0-1 from experimental: gcc DocView.m -c \

Bug#959127: gobjc-10: @selector broken for selectors with repeated colons

2020-04-29 Thread Yavor Doganov
Package: gobjc-10 Version: 10-20200418-1 Forwarded: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94637 Tags: fixed-upstream Control: block 957078 by -1 Control: block 957295 by -1 Control: block 957682 by -1 Severity: normal $ cat test.m #include int main (void) { SEL sel = @selector

Bug#957295: New GCC bug

2020-04-29 Thread Yavor Doganov
On Fri, 17 Apr 2020 14:43:15 +0300, Richard Frith-Macdonald wrote: > I noticed this issue, and thought it might be useful to point out > that this is clearly a new compiler bug. Yes, many thanks for reporting it to the GCC developers (FTR, https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94637).

Bug#954430: RFS: grdesktop/0.23+d040330-6 [RC] [QA] -- GNOME frontend for the rdesktop client

2020-03-21 Thread Yavor Doganov
Package: sponsorship-requests Severity: important Dear mentors, I am looking for a sponsor for a QA upload of the package "grdesktop". * Package name: grdesktop Version : 0.23+d040330-6 Upstream Author : Thorsten Sauter * URL : http://www.nongnu.org/grdesktop/

Bug#954423: gnome-genius: Syntax highlighting missing

2020-03-21 Thread Yavor Doganov
Package: gnome-genius Version: 1.0.25-1 Severity: normal There is no syntax highlighting which is a regression compared to the version in buster. It seems that adding libgtksourceview-4-dev to Build-Depends is sufficient to fix this. -- System Information: Debian Release: bullseye/sid APT

Bug#945843: RFS: grdesktop/0.23+d040330-5 [QA] -- GNOME frontend for the rdesktop client

2019-11-29 Thread Yavor Doganov
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for a QA upload of the package "grdesktop". * Package name: grdesktop Version : 0.23+d040330-5 Upstream Author : Thorsten Sauter * URL : http://www.nongnu.org/grdesktop/ *

Bug#945842: grdesktop: Debian patch for gsettings broken: wrong settings-name used

2019-11-29 Thread Yavor Doganov
Control: tags -1 + pending Thomas Hooge wrote: > The current debian patch for gsettings uses different settings > names: rdp-protocol and rdp_protocol. So the setting ist never > applied to the gui. The selection stays at protocol "Windows 2000". Yes, GSettings does not allow keys with

Bug#936681: gwyddion: Python2 removal in sid/bullseye

2019-11-20 Thread Yavor Doganov
20, 2019 at 12:20:38PM +0200, Yavor Doganov wrote: > > IMO the only chance to keep gwyddion in bullseye is to build it with > > the option --disable-pygwy. > > I fully agree here. OK, I'll start working on this then and I'll ping you when I'm done (I have commit access to

Bug#936681: gwyddion: Python2 removal in sid/bullseye

2019-11-20 Thread Yavor Doganov
On Sun, Sep 29, 2019 at 08:27:59PM +0100, Shayan Doust wrote: > Just a notice to those who read this: it seems like with the python2 -> > python3 migration, python-gtk2-dev becomes redundant and should be avoided. It's more complex than that. PyGTK is strictly tied to Python 2 and GTK 2. To

Bug#911164: gnome-genius: Depends on unmaintained gtksourceview2

2019-11-14 Thread Yavor Doganov
Control: tags -1 + patch Control: forwarded -1 https://gitlab.gnome.org/GNOME/genius/merge_requests/2 On Tue, Oct 16, 2018 at 12:38:03PM -0400, Jeremy Bicha wrote: > gnome-genius depends on gtksourceview2. The Debian GNOME team is > trying to remove gtksourceview2 from Debian. Please port to gtk3

Bug#885818: alltray: Depends on gconf

2019-10-31 Thread Yavor Doganov
n/patches/no-gconf.patch 1970-01-01 02:00:00.0 +0200 +++ alltray-0.71b/debian/patches/no-gconf.patch 2018-09-11 17:21:34.0 +0300 @@ -0,0 +1,134 @@ +Description: Move away from GConf. +Author: Yavor Doganov +Bug-Debian: https://bugs.debian.org/885818 +Forwarded: no +Last-Update: 2019

Bug#943841: desktopnova: Depends on gconf

2019-10-30 Thread Yavor Doganov
, using the same approach as done with the gnome-shell module. It is probably a good idea to update the package description and mention that MATE is also supported. Description: Move away from GConf. Author: Yavor Doganov Forwarded: no Last-Update: 2019-10-30 --- --- desktopnova-0.8.1.orig/src

Bug#943736: RFS: gyrus/0.3.12-1 [QA] -- GNOME tool for Cyrus-IMAP servers administration

2019-10-28 Thread Yavor Doganov
Package: sponsorship-requests Severity: normal Dear mentors, I'm looking for a sponsor for a QA upload of the package "gyrus". * Package name: gyrus Version : 0.3.12-1 Upstream Author : Alejandro Valdés Jiménez Jorge Bustos Bustos

  1   2   3   4   5   6   7   8   9   10   >