Bug#1103129: [Debian-med-packaging] Bug#1103129: libbioparser-dev: FTBFS in testing/i386: make[1]: *** [debian/rules:11: override_dh_auto_configure] Error 2

2025-05-04 Thread Nilesh Patra
Control: retitle -1 libbiosoup-dev: Installs arch dependent cmake files This is because libbiosoup-dev has the following in its .cmake files: contents of /usr/lib/cmake/biosoup/biosoupConfigVersion.cmake 75 # if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:

Bug#1103423: src:kitty: fails to migrate to testing for too long: FTBFS on s390x

2025-04-29 Thread Nilesh Patra
Pinging on this bug in hopes of resetting the RM counter. I will upload with tests on s390x disabled if FTP master does not remove it from s90x by May 4 as req in #1103595 Thanks, Nilesh

Bug#1103087: cppnumericalsolvers FTBFS fix for i386

2025-04-26 Thread Nilesh Patra
Control: forwarded -1 https://github.com/PatWie/CppNumericalSolvers/issues/161 Control: tags -1 patch I have a patch for this which is forwarded in the github issue above. I will upload a fix next weekend and will wait for a response from upstream until then. Thanks Nilesh

Bug#1103595: RM: kitty [s390x] -- RoM; unsupported upstream

2025-04-26 Thread Nilesh Patra
val >>> of this package from s390x > > > I think that's quite acceptable given the reply from upstream. Removing > it now doesn't block Pranav from coming up with a fix in the near future > and that would restore it for s390x in trixie. Yes. > Nilesh, do

Bug#1103770: Does not accept -name command line option

2025-04-23 Thread Nilesh Patra
On 23 April 2025 7:36:44 pm IST, martin f krafft wrote: >Regarding the following, written by "Nilesh Patra" on 2025-04-22 at 17:59 Uhr >+0530: >> As per upstream we need to use "xdg-terminal-exec". However, I could not >> find an alternative system by that

Bug#1103423: src:kitty: fails to migrate to testing for too long: FTBFS on s390x

2025-04-23 Thread Nilesh Patra
not triggered. This is my least preferred option as there's a CVE reported in #1103691 that I'd very much like to fixup. I'd appreciate any advice. [1] https://github.com/kovidgoyal/kitty/issues/8548 Best, Nilesh

Bug#1068578: RFH: singularity-container -- container platform focused on supporting "Mobility of Compute"

2025-04-23 Thread Nilesh Patra
, I do not have the motivation to continue maintaining singularity. It is quite some work :) I am hopeful this lands in good hands again. [1] https://lists.debian.org/debian-go/2025/03/msg00038.html [2] https://tracker.debian.org/pkg/apptainer Best, Nilesh

Bug#1103770: kitty: Does not accept -name command line option

2025-04-23 Thread Nilesh Patra
Control: tags -1 wontfix Control: close -1 Thanks a lot Simon. I'm closing the bug as such then. Best, Nilesh

Bug#1103770: Does not accept -name command line option

2025-04-22 Thread Nilesh Patra
4> I need some help from you to better understand this. Apologies in advance if any of this sounds stupid. As per upstream we need to use "xdg-terminal-exec". However, I could not find an alternative system by that name yet in Debian. So are you asking me to add -name as an attribute as a patch for the Debian package? Best, Nilesh

Bug#1102938: apptainer and singularity-container have an undeclared file conflict on /usr/bin/run-singularity and /usr/bin/singularity

2025-04-16 Thread Nilesh Patra
s present in unstable > > Hi debian-hpc, Nilesh, I am not subscribed to debian-hpc and wasn't CCed. I only happened to notice this mail just by chance :) > I patched apptainer to use /usr/bin/singularity.apptainer and set up > alternatives, and prepared > https://salsa.debian.

Bug#1101527: pandas fails its autopkgtests

2025-03-28 Thread Nilesh Patra
Source: pandas Version: 2.2.3+dfsg-8 Severity: serious Pandas is failings its autopkgtests in unstable and currently blocking matplotlib migration. On closer inspection, these do not look related to matplotlib and are likely failing due to other reasons. Part of failing log: 1936s _ _ _ _ _ _

Bug#1099240: New version of Fish causing Kitty to FTBFS (OSC133 command start)

2025-03-03 Thread Nilesh Patra
Control: reassign -1 fish Control: found -1 4.0.0-2 Control: affects -1 kitty/0.39.1-1 Control: forwarded -1 https://github.com/kovidgoyal/kitty/issues/8385 This is a regression caused due to fish's new version. It is fixed in [1]. [1] https://github.com/fish-shell/fish-shell/commit/4378e73fc746

Bug#1001992: autopkgtest: Support for non-install test

2025-01-22 Thread Nilesh Patra
On 23/01/25 1:13 am, Paride Legovini wrote: > Control: tags -1 + moreinfo > > On Mon, 20 Dec 2021 Nilesh Patra wrote: >> To elaborate, let's say I have version 'x' of a package 'foo' which fails >> it's >> autopkgtest. >> &g

Bug#1093567: Can we make golang-github-mattn-go-sqlite3-dev 'Architecture:all'+'Multi-Arch:foreign' again?

2025-01-19 Thread Nilesh Patra
rt that led to this change, and > I suspect you understand these questions better than most. > +1 :) Best, Nilesh

Bug#1092510: RFS: python-freecontact: FTBFS: ImportError: /lib/x86_64-linux-gnu/libboost_python313.so.1.83.0: undefined symbol: PyObject_DelAttr

2025-01-14 Thread Nilesh Patra
function to return proper boost version as per interpreter +Author: Nilesh Patra +Last-Update: 2025-01-14 +--- a/setup.py b/setup.py +@@ -17,6 +17,11 @@ + # + from distutils.core import setup, Extension + from glob import glob ++import sys ++ ++def get_boost_version(): ++return

Bug#1066998: sift FTBFS fixup

2024-12-08 Thread Nilesh Patra
On 09/12/24 5:39 am, Santiago Vila wrote: Hi. Here is a one-line patch. (After all, this is what prototypes were invented for) This is already defined in src/Matrix_Info.h and it is sort of weird for this error to be thrown in the first place. I did not dig too much, though. Thanks.

Bug#1066998: sift FTBFS fixup

2024-12-08 Thread Nilesh Patra
Control: tags -1 patch The below patch fixes this FTBFS. diff --git a/src/Matrix_Info.c b/src/Matrix_Info.c index cd44d22..a962f5d 100644 --- a/src/Matrix_Info.c +++ b/src/Matrix_Info.c @@ -905,21 +905,6 @@ normalize_matrix (Matrix* matrix) } } /* end of normalize_matrix */ -void -al

Bug#1067374: blasr: FTBFS fixed by itself (but autopkgtest fails)

2024-12-08 Thread Nilesh Patra
On 08/12/24 14:23, Nilesh Patra wrote: On 07/12/24 18:53, Nilesh Patra wrote: On 07/12/24 4:25 pm, Étienne Mollier wrote: There does not seem to have been much changes.  Maybe the error is somewhere else?  I hope I ran the test properly, it was a bit intricate. Your earlier reply to the

Bug#1067374: blasr: FTBFS fixed by itself (but autopkgtest fails)

2024-12-08 Thread Nilesh Patra
On 07/12/24 18:53, Nilesh Patra wrote: On 07/12/24 4:25 pm, Étienne Mollier wrote: There does not seem to have been much changes.  Maybe the error is somewhere else?  I hope I ran the test properly, it was a bit intricate. Your earlier reply to the bug report had this trace: /usr/include

Bug#1067374: blasr: FTBFS fixed by itself (but autopkgtest fails)

2024-12-07 Thread Nilesh Patra
Hi, On 07/12/24 4:25 pm, Étienne Mollier wrote: Hi Nilesh, Nilesh Patra, on 2024-12-07: Thanks for debugging this. The error to me appears to be here: https://salsa.debian.org/med-team/pbseqlib/-/blob/master/alignment/algorithms/anchoring/FindMaxIntervalImpl.hpp?ref_type=heads#L140 and

Bug#1067374: blasr: FTBFS fixed by itself (but autopkgtest fails)

2024-12-07 Thread Nilesh Patra
) in the first iteration which is undefined behavior. It should start from matchList.size() - 1. I've pushed a fix -- do blasr autopkgtest pass now? If it looks fine, could you sponsor me an upload? Thanks Nilesh

Bug#1080267: RM: node-mermaid -- ROM; unmaintained, unused and long standing RC bugs

2024-10-26 Thread Nilesh Patra
Control: tags -1 - moreinfo On Sun, 01 Sep 2024 10:43:18 + Nilesh Patra wrote: > > Package: ftp.debian.org > > Control: affects -1 + src:node-mermaid > > X-Debbugs-Cc: node-merm...@packages.debian.org > > User: ftp.debian@packages.debian.org > > Usertag

Bug#1057351: src:hypercorn: fails to migrate to testing for too long: new Dependency not in testing

2024-10-26 Thread Nilesh Patra
On Sat Oct 26, 2024 at 9:16 PM IST, Nilesh Patra wrote: > On Thu Sep 19, 2024 at 2:07 AM IST, Andrej Shadura wrote: > > Hi all, > > > > On Wed, 18 Sep 2024, at 21:57, Michael Fladischer wrote: > > Am 18.09.2024 um 15:43 schrieb Nilesh Patra: > > &g

Bug#1057351: src:hypercorn: fails to migrate to testing for too long: new Dependency not in testing

2024-10-26 Thread Nilesh Patra
On Thu Sep 19, 2024 at 2:07 AM IST, Andrej Shadura wrote: > Hi all, > > On Wed, 18 Sep 2024, at 21:57, Michael Fladischer wrote: > Am 18.09.2024 um 15:43 schrieb Nilesh Patra: > >> Please remove the dep on mermaid. > > > > this will cause lintian warnings about

Bug#1085033: Wishlist: include script to generate open VPN configuration file

2024-10-24 Thread Nilesh Patra
Control: forwarded -1 https://0xacab.org/leap/bitmask-vpn/-/issues/917 I have fwded your report upstream. It would be best maintained there I suppose and help users to report issues with their setup to upstream directly. Thanks Nilesh

Bug#1078686: riseup-vpn: missing dependency - qrc:/main.qml: module "org.kde.breeze" is not installed

2024-10-21 Thread Nilesh Patra
rco, thanks for your suggestion, that's quite helpful, though I am unsure as to why your mail never hit my mailbox. Praveen, do you think you could try out this suggestion and see if that makes things working for you on mobian device? Thanks Nilesh

Bug#1085394: debiancontributors: Incorrect python code to post Data in README

2024-10-18 Thread Nilesh Patra
. Please consider to apply attached patch. Thanks, Nilesh From 8f09dfd6e06455d5eca8f83920159c4ea6883863 Mon Sep 17 00:00:00 2001 From: Nilesh Patra Date: Sat, 19 Oct 2024 01:59:47 +0530 Subject: [PATCH] Fix python code to post Data in README diff --git a/README.md b/README.md index ab53f99

Bug#1066334: Redefinition of _Int (Was: acedb: FTBFS: acein.c:2045:15: error: implicit declaration of function ‘add_history’ [-Werror=implicit-function-declaration])

2024-09-29 Thread Nilesh Patra
Hi I noticed the enum and the functions associated with the enum are unused. You could just simply patch them out. There are more errors after that though. -- Quoting Andreas Tille: H again, Am Sun, Apr 14, 2024 at 07:17:41AM +0200 schrieb Andreas Tille: > Am Sat, Apr 13, 2024 at 10:46:17PM +010

Bug#1057351: src:hypercorn: fails to migrate to testing for too long: new Dependency not in testing

2024-09-19 Thread Nilesh Patra
On 2024-09-19 02:07, Andrej Shadura wrote: > Hi all, > > On Wed, 18 Sep 2024, at 21:57, Michael Fladischer wrote: > Am 18.09.2024 um 15:43 schrieb Nilesh Patra: >>> Please remove the dep on mermaid. >> >> this will cause lintian warnings about the mermaid library

Bug#1057351: src:hypercorn: fails to migrate to testing for too long: new Dependency not in testing

2024-09-18 Thread Nilesh Patra
Hi Michael, Andrej, New versions of hypercorn have not made it to testing in more than an year. It has a dep on node-mermaid (stalling migration) which I intend to remove, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1080267 Please remove the dep on mermaid. $ rmadison hypercorn debian:

Bug#1080267: RM: node-mermaid -- ROM; unmaintained, unused and long standing RC bugs

2024-09-01 Thread Nilesh Patra
On 2024-09-01 16:13, Nilesh Patra wrote: > Package: ftp.debian.org > Control: affects -1 + src:node-mermaid > X-Debbugs-Cc: node-merm...@packages.debian.org > User: ftp.debian@packages.debian.org > Usertags: remove > Severity: normal > > node-mermaid had its last upl

Bug#1080267: RM: node-mermaid -- ROM; unmaintained, unused and long standing RC bugs

2024-09-01 Thread Nilesh Patra
from gitlab and I discussed (in-person) w the maintainer and I was told that it can be dropped. The only reverse-dependency is hypercorn which is also out of testing for more than a year. I will file a bug for the same shortly. Thanks Nilesh

Bug#1072173: riseup-vpn: obfs4 connection fails with socks5 proxy connection refused socks-error

2024-08-29 Thread Nilesh Patra
4 removed, but VENDOR=bitmask not. Would you > be able to compile the vpn client with VENDOR=bitmask and have a try > with obfs4 transport to see if it is working? Thanks. > > On 2024-08-28 18:48, Nilesh Patra wrote: >> Since the commit message explicitly says: >> >> | r

Bug#1078686: riseup-vpn: missing dependency - qrc:/main.qml: module "org.kde.breeze" is not installed

2024-08-28 Thread Nilesh Patra
Control: reopen -1 Control: reassign -1 plamsa-mobile Control: affects -1 riseup-vpn On 2024-08-29 00:28, Pirate Praveen wrote: > On Wed, Aug 28 2024 at 18:54:11 +00:00:00, Nilesh Patra > wrote: > >> Since as per last conversation, there's nothing diagnosable at >>

Bug#1032108: Don't release with bookworm

2024-08-22 Thread Nilesh Patra
in https://github.com/jesseduffield/asciigraph since 2019 > No reverse-depends. As pointed out by someone it is needed for lazygit. I am uploading a fix. let it slide. If it still is useless (in deb) in a few months, reopen it with trixie. thx. > Best, Nilesh signature.asc Description: PGP signature

Bug#1078686: riseup-vpn: missing dependency - qrc:/main.qml: module "org.kde.breeze" is not installed

2024-08-19 Thread Nilesh Patra
On 19 August 2024 12:37:46 pm IST, Pirate Praveen wrote: > > >On 19/8/24 11:58 AM, Pirate Praveen wrote: >> But riseup-vpn is still showing the progress bar for a long time. > >Finally after a long wait it showed the connect button and pressing on it took >a long long time before it was connec

Bug#1078686: riseup-vpn: missing dependency - qrc:/main.qml: module "org.kde.breeze" is not installed

2024-08-18 Thread Nilesh Patra
On Mon, Aug 19, 2024 at 02:20:11AM +0530, Pirate Praveen wrote: > > > On 19/8/24 1:40 AM, Nilesh Patra wrote: > > I don't think riseup-vpn does anything differently for phosh/plasma. > > IIRC you reported a bug once that it was not working on phosh and it was >

Bug#1078686: riseup-vpn: missing dependency - qrc:/main.qml: module "org.kde.breeze" is not installed

2024-08-18 Thread Nilesh Patra
On Mon, Aug 19, 2024 at 01:14:34AM +0530, Pirate Praveen wrote: > On 19/8/24 12:32 AM, Nilesh Patra wrote: > > I am very _very_ sure that it does not come from riseup-vpn. > > org.kde.breeze is not even present anywhere in the source code. > > > > [nilesh:/tmp/riseup-

Bug#1072173: riseup-vpn: obfs4 connection fails with socks5 proxy connection refused socks-error

2024-08-18 Thread Nilesh Patra
++6 12.2.0-14 > ii lxpolkit [polkit-1-auth-agent] 0.5.5-2+b1 > ii openvpn 2.6.3-1+deb12u2 > ii pkexec 122-3 > ii procps 2:4.0.2-3 Best, Nilesh signature.asc Description: PGP signature

Bug#1078686: riseup-vpn: missing dependency - qrc:/main.qml: module "org.kde.breeze" is not installed

2024-08-18 Thread Nilesh Patra
m64) > riseup-vpn does not start and gives the following error > > qrc:/main.qml: module "org.kde.breeze" is not installed I am very _very_ sure that it does not come from riseup-vpn. org.kde.breeze is not even present anywhere in the source code. [nilesh:/tmp/riseup-vpn]$

Bug#1078396: [PATCH] Fixup gcc-14 FTBFS on stardict

2024-08-15 Thread Nilesh Patra
Control: tags -1 patch Hi xiao, This happens because in the following call: if (g_pattern_match_string(pspec, syn_file->getWord(i, CollationLevel_NONE, 0))) g_pattern_match_string expects a gchar* while getWord() returns a const gchar* Given the function is deprecated, it might simply

Bug#1078721: iproute2: removing /sbin/ip link breaks other packages and possibly user scripts

2024-08-15 Thread Nilesh Patra
, or Debian will be doomed > to irrelevance. I'll be SABDFL someday!" > > The creed of the _impactful_ developer. It looks like a pretty pointless change - breaks several scripts for example. It was/is common to assume /sbin/ip to be present and usable. Michael's bug report does make sense to me. Such a change is even causing systems to not bootup. Best, Nilesh signature.asc Description: PGP signature

Bug#1073773: dnss: move aliased files from / to /usr (DEP17)

2024-08-11 Thread Nilesh Patra
Hi Alberto, please do fix this release-critical bug in dnss package. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073773 Best, Nilesh Package: dnss Version: 0.0~git20230806.0.38ca607c-1 Severity: important Tags: patch trixie sid User: helm...@debian.org Usertags: dep17m2

Bug#1075308: ncl: ftbfs with GCC-14

2024-08-05 Thread Nilesh Patra
On Mon, Aug 05, 2024 at 02:53:16PM +0200, Michael R. Crusoe wrote: > I fixed all the gcc-14 bugs in NCL that I could find, but one, in > https://salsa.debian.org/science-team/ncl/-/commit/32b3ee86925703050ca330352207885e210e6e4c > > > NclHDF5.c:5745:52: error: initialization of 'NhlErrorTypes (*)

Bug#1077303: crowdsec FTBFS fixup for docker transition

2024-07-28 Thread Nilesh Patra
27;re out of time I could do a team upload. Let me know. Thanks! [1]: https://qa.debian.org/excuses.php?package=docker.io [2]: https://ci.debian.net/packages/c/crowdsec/testing/amd64/49715452/ Best, Nilesh From 6a80242bad27e480156b63dad02a1932bc7f5729 Mon Sep 17 00:00:00 2001 From: Nilesh Patra

Bug#1076129: tao-json: FTBFS: add support for loongarch64

2024-07-13 Thread Nilesh Patra
h would be forwarded upstream once > it has proven to work. > When doing so asking upstr > > [1] https://salsa.debian.org/med-team/tao-json/-/jobs/5964128 > > -- > https://fam-tille.de > Best, Nilesh signature.asc Description: PGP signature

Bug#1076153: ITP: dh-rust -- debhelper buildsystem for Rust code

2024-07-11 Thread Nilesh Patra
m to maintain packages outside of the giant git repo of crates, without having to embed this code in every such outside-of-team maintained package. Best, Nilesh signature.asc Description: PGP signature

Bug#1076159: RM: rust-fishers-exact -- ROM; unmaintained and unused

2024-07-11 Thread Nilesh Patra
orphaning this, the package serves no real useful purpose, which is also indicated by it's low popcon. It'd probably be much better to have this out of the archive. Nilesh

Bug#1075841: ITP: golang-sourcehut-rockorager-vaxis --

2024-07-07 Thread Nilesh Patra
On Sun, Jul 07, 2024 at 09:38:00AM -0300, Guilherme Puida Moreira wrote: > FYI, there's already an ITP open for vaxis (#1064818). I know. FYI, I had merged both yesterday. signature.asc Description: PGP signature

Bug#1075841: ITP: golang-sourcehut-rockorager-vaxis --

2024-07-06 Thread Nilesh Patra
Package: wnpp Severity: wishlist Owner: Nilesh Patra * Package name: golang-sourcehut-rockorager-vaxis Version : 0.9.2-1 Upstream Author : Tim Culverhouse * URL : https://git.sr.ht/~rockorager/vaxis * License : Apache-2.0 Programming Lang: Go Description

Bug#1073802: ITP: oras -- OCI registry client - managing content like artifacts, images, packages

2024-06-18 Thread Nilesh Patra
Package: wnpp Severity: wishlist Owner: Nilesh Patra * Package name: oras Version : 1.2.0-1 Upstream Author : OCI Registry As Storage (ORAS) * URL : https://github.com/oras-project/oras * License : Apache-2.0 Programming Lang: Go Description : OCI

Bug#1068500: Installs /usr/LICENSE

2024-06-09 Thread Nilesh Patra
> +execute_after_dh_auto_install: > + # Remove xml file generated during tests. > + find $(CURDIR)/debian/python3-xmlrunner \( -name '*.xml' \) -type f > -delete Missed to comment on this. It should ideally be cleaned up post testing, no? Not a big issue eit

Bug#1068500: Installs /usr/LICENSE

2024-06-09 Thread Nilesh Patra
llow python-xmlrunner | Uploading commands file to ssh.upload.debian.org (incoming: /srv/upload.debian.org/UploadQueue/) | Picking DM Yogeswaran Umasankar (Debian Packaging Key) with fingerprint 5F7DDE9CAFE9CD9D083BEE3F47DAC12E5D3610E6 | SCP is deprecated. Please consider upgrading to SFTP. | U

Bug#1068500: Installs /usr/LICENSE

2024-06-09 Thread Nilesh Patra
et -e > -python3 setup.py test 2>&1 > +# Disabled two tests -AttributeError need further investigation. You disabled 2 tests that are passing at build time. That means there's something wrong with the way autopkgtests are run or something else. Can you try to fix the autopkgte

Bug#1069451: Fixed in latest mmap

2024-05-26 Thread Nilesh Patra
, Nilesh signature.asc Description: PGP signature

Bug#1071739: packages.debian.org: Removal of spam domain from download mirror page

2024-05-24 Thread Nilesh Patra
Package: www.debian.org Severity: normal User: www.debian@packages.debian.org Usertags: packages X-Debbugs-Cc: sa...@debian.org Below content is verbatim from Hello, While downloading binary file for a package, on download page [1]

Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-22 Thread Nilesh Patra
f Pollo/Andrius would like to work on it and/or open a MR, I will be happy to review (and merge). Best, Nilesh signature.asc Description: PGP signature

Bug#1070770: lintian: check for testing presence of "nodocs" in DEB_BUILD_OPTIONS

2024-05-19 Thread Nilesh Patra
user about the obsolete packages and their replacements. Do you think a similar implementation for this (data/fields/bad-buildprofiles ?) makes sense? Best, Nilesh signature.asc Description: PGP signature

Bug#1071126: ITP: battinfo -- cli tool & nim-lang library to query battery info for GNU/Linux

2024-05-17 Thread Nilesh Patra
On Fri, May 17, 2024 at 08:52:00PM +0530, Prasanna Venkadesh wrote: > > > On 15 May 2024 12:33:49 am IST, Nilesh Patra wrote: > >On Tue, May 14, 2024 at 06:31:16PM +, Prasanna Venkadesh wrote: > >>It seems, there is no packaging team available yet for Nim lang.

Bug#1070270: riseup-vpn: client no longer works due to cert verification problem

2024-05-16 Thread Nilesh Patra
On Wed, May 15, 2024 at 01:01:06PM -0700, Matt Taggart wrote: > > On 5/10/24 07:26, Nilesh Patra wrote: > > > Going for an upload to unstable followed by an s-p-u. > > > > > > [2]: https://people.debian.org/~nilesh/riseup-vpn-stable/ > > I was finally abl

Bug#1071126: ITP: battinfo -- cli tool & nim-lang library to query battery info for GNU/Linux

2024-05-14 Thread Nilesh Patra
On Tue, May 14, 2024 at 06:31:16PM +, Prasanna Venkadesh wrote: >It seems, there is no packaging team available yet for Nim lang. >I am not looking for co-maintainers, it's not complex. There does exist a nim team. https://salsa.debian.org/nim-team B

Bug#1065325: morph's abandoned packages (list)

2024-05-12 Thread Nilesh Patra
On Sat, May 11, 2024 at 11:54:29PM +0200, Alexandre Detiste wrote: > Yes do please. i finished migrating to dh13 and pushed to salsa > Le sam. 11 mai 2024 à 20:51, Nilesh Patra a écrit : > > > > Quoting Alexandre Detiste : > > > I would pick-up matplotlib I

Bug#1065325: morph's abandoned packages (list)

2024-05-11 Thread Nilesh Patra
already cherry picked some commits from Ciel's PR. Would you consider to add me in as an Uploader (co-maintainer) alongside you? I am a Debian Developer. Best, Nilesh signature.asc Description: PGP signature

Bug#1070410: golang-github-pion-webrtc.v3 accesses the internet during build

2024-05-11 Thread Nilesh Patra
ould not fail imho. > I believe DNS queries count > as "internet access" and are not allowed. Uhm, fine. For now I will disable the testsuite and upload, don't have more time to investigate. Thanks for helping me out. > > Thanks. Best, Nilesh signature.asc Description: PGP signature

Bug#1070410: golang-github-pion-webrtc.v3 accesses the internet during build

2024-05-11 Thread Nilesh Patra
n > goroutine 16 > > /<>/_build/src/github.com/pion/interceptor/pkg/report/sender_interceptor.go:87 > +0x115 I don't see any of these failures either. Please comment? Best, Nilesh signature.asc Description: PGP signature

Bug#1070768: bpfcc: ftbfs on ppc64el

2024-05-10 Thread Nilesh Patra
ds). Can I ask you to please take care of this, maybe dropping ppc64el altogether if it is not feasible to fix? Best, Nilesh signature.asc Description: PGP signature

Bug#1070856: bookworm-pu: package riseup-vpn/0.21.11+ds1-5+deb12u1

2024-05-10 Thread Nilesh Patra
nders the package useless otherwise. +At the moment, the current code is unable to identify the +letsencrypt certs. Used a systempool for the same and create +a newcertpool as a fallback. Also added a Depends in d/control +for ca-certificates for the same reason. +(Closes: #107

Bug#1070270: riseup-vpn: client no longer works due to cert verification problem

2024-05-10 Thread Nilesh Patra
On Sun, May 05, 2024 at 09:47:40PM +0530, Nilesh Patra wrote: > On Sat, May 04, 2024 at 08:59:19PM +0530, Nilesh Patra wrote: > > Hi Matt, > > > > Quoting Matt Taggart: > > > Package: riseup-vpn > > > Version: 0.21.11+ds1-5+b1 > > > Severity:

Bug#1070270: riseup-vpn: client no longer works due to cert verification problem

2024-05-05 Thread Nilesh Patra
On Sat, May 04, 2024 at 08:59:19PM +0530, Nilesh Patra wrote: > Hi Matt, > > Quoting Matt Taggart: > > Package: riseup-vpn > > Version: 0.21.11+ds1-5+b1 > > Severity: grave > > > > When attempting to run the bookworm riseup-vpn package, it fails t

Bug#1070270: riseup-vpn: client no longer works due to cert verification problem

2024-05-04 Thread Nilesh Patra
ense. BSD-2-Clause, BSD-3-Clause and also GPL-3 for vendor/gitlab.com/yawning/obfs4.git/internal/x25519ell2/x25519ell2.go - so what exactly is the exact license? Is it redistributable under all the three? (I don't think so?) [1]: https://salsa.debian.org/go-team/packages/riseup-vpn/-/tree/de

Bug#1069740: kitty: incorrectly acts like mouse button is pressed

2024-05-01 Thread Nilesh Patra
st release which I will dpu ts shortly. Hence I am marking it in the d/ch as such. Feel free to re-open the bug report if the issue persists. Best, Nilesh signature.asc Description: PGP signature

Bug#1069062: golang-github-disintegration-imaging: CVE-2023-36308

2024-04-24 Thread Nilesh Patra
rsions in the BTS as needed. > > > > Kind regards, > > Maytham > > [1]: https://github.com/disintegration/imaging/issues/165 > [2]: https://github.com/kovidgoyal/imaging/commit/68f6e7d > [3]: > https://salsa.debian.org/go-team/packages/golang-github-disintegration-imaging/-/commit/24e17d9e > Best, Nilesh signature.asc Description: PGP signature

Bug#1068324: lintian: patch-not-forwarded-upstream for upstream patches

2024-04-20 Thread Nilesh Patra
for lintian maintainers. > bye, > //mirabilos > -- > If Harry Potter gets a splitting headache in his scar > when he’s near Tom Riddle (aka Voldemort), > does Tom get pain in the arse when Harry is near him? > -- me, wondering why it’s not Jerry Potter……… Best, Nilesh signature.asc Description: PGP signature

Bug#1068324: lintian: patch-not-forwarded-upstream for upstream patches

2024-04-20 Thread Nilesh Patra
"Subject" (which can be same as commit message) and something that's also specified in the dep3 protocol while cherry-picking patch from upstream. https://dep-team.pages.debian.net/deps/dep3/ If you add the "From" and "Subject" field, this should work. If

Bug#1069192: Autopkgtest failure: missing dependency on python3-pytz

2024-04-18 Thread Nilesh Patra
I will NMU this in a week or so if I see no activity. This package has been going through in-attention for a while. Best, Nilesh signature.asc Description: PGP signature

Bug#1069192: Autopkgtest failure: missing dependency on python3-pytz

2024-04-17 Thread Nilesh Patra
Source: lektor Version: 3.3.7-2 Severity: serious X-Debbugs-Cc: jer...@riseup.net Hi, lektor fails its autopkgtests with babel in unstable with: 67s autopkgtest [16:15:09]: test upstream: [--- 67s /usr/lib/python3/dist-packages/_pytest/config/__init__.py:331: PluggyTeardown

Bug#1068065: RM: quorum [armhf i386 armel] -- ROM; cannot build on 32-bit archs due to missing builddeps

2024-04-13 Thread Nilesh Patra
, Nilesh signature.asc Description: PGP signature

Bug#1067957: [[maude-bugs]] [EXTERNAL] Re: Maude fails to build on armhf

2024-04-12 Thread Nilesh Patra
t for 32-bit before 2038 - certainly when > > one our dependencies drops support. But I've gotten a bug report for > > building Maude on a Raspberry Pi. > > Raspian is based on Debian and if the 32bit ARM architectures fail here > Raspian people have a problem. > > Kind regards >Andreas. > > -- > https://fam-tille.de > Best, Nilesh signature.asc Description: PGP signature

Bug#1068578: RFH: singularity-container -- container platform focused on supporting "Mobility of Compute"

2024-04-10 Thread Nilesh Patra
On Mon, Apr 08, 2024 at 08:59:26AM +0300, Andrius Merkys wrote: > On 2024-04-07 15:28, Nilesh Patra wrote: > > Assistance required with maintaining the singularity-container package. > > I am not offering help with singularity-container, but do you by any chance > know wh

Bug#1068766: RM: maude [i386 armhf armel] -- ROM; Unsuitable for release on 32-bit archs

2024-04-10 Thread Nilesh Patra
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: ma...@packages.debian.org, ti...@debian.org, sramac...@debian.org, debian-...@lists.debian.org Control: affects -1 + src:maude User: ftp.debian@packages.debian.org Usertags: remove Hi, maude FTBFS on 32-bit archs and the temporary fix wi

Bug#1067957: Maude fails to build on armhf

2024-04-07 Thread Nilesh Patra
On Sun, Apr 07, 2024 at 07:45:33PM +0530, Nilesh Patra wrote: > Hi, > > Maude fails to build on armhf/arm32 arch with: > > In file included from timeManagerSymbol.cc:64: > timeActions.cc: In member function ‘void > TimeManagerSymbol::getTimeS

Bug#1068578: RFH: singularity-container -- container platform focused on supporting "Mobility of Compute"

2024-04-07 Thread Nilesh Patra
Package: wnpp Severity: normal X-Debbugs-Cc: singularity-contai...@packages.debian.org, debian-de...@lists.debian.org, o...@debian.org, me...@dogguy.org Control: affects -1 + src:singularity-container Assistance required with maintaining the singularity-container package. I am not the uploader/m

Bug#1068341: bioawk: FTBFS randomly due to Makefile bug: cp: cannot create regular file 'ytab.c': File exists

2024-04-04 Thread Nilesh Patra
On 4 April 2024 2:28:07 am IST, Santiago Vila wrote: >Hi. I've just realized that (as a member of Debian Med) >I could fix this myself. > >Nilesh: Would it help if I do a "team upload" to fix this? >(Using the proposed patch) > >Or would you prefer to fix it

Bug#1067410: golang-github-go-jose-go-jose-dev: ftbfs on i386 and mips64el due to timeout of test case

2024-03-21 Thread Nilesh Patra
. > ... > golang-github-go-jose-go-jose (4.0.1-3) unstable; urgency=medium > . > * Skip one test on some architectures accurately. (Closes: #1067410) You could instead increase the timeout too with: override_dh_auto_test: dh_auto_test -- -timeout=1h Unless the tests run

Bug#1065237: O: astroidmail -- graphical notmuch email client

2024-03-09 Thread Nilesh Patra
hile, Daniel seems to have taken ownership of this bug and intends to maintain this and a few other packages in the python team[1]. Jonas, are you actually willing to transfer the ownership? In any case, please comment/communicate w/ Daniel before an upload happens leading to frustration on both

Bug#1064824: node-d3: fails to export map and other functions

2024-03-05 Thread Nilesh Patra
it is creating an unholy mess. I got it working eventually but it can open a can of worms sometime later. Maybe packaging the older version would be the way to go if my fix above does not work. I've added yadd to the thread for more qualified advice. Best, Nilesh signature.asc Description: PGP signature

Bug#1064824: node-d3: fails to export map and other functions

2024-03-04 Thread Nilesh Patra
tim copy of the npmjs.com d3.min.js, and > the server then worked perfectly. So this told me that it is the > Debian compiled d3 which is not working correctly. Julian, I am very confused by that wording - from what I could gauge, your target package does not work with debian libs but

Bug#1061806: lamassemble fails its autopkg tests with Python 3.12

2024-02-24 Thread Nilesh Patra
ugs.debian.org/cgi-bin/bugreport.cgi?bug=1061806 Here's the test script we use for lamassemble https://salsa.debian.org/med-team/lamassemble/-/blob/master/debian/tests/run-unit-test?ref_type=heads Best, Nilesh signature.asc Description: PGP signature

Bug#1064207: ITP: golang-sourcehut-rjarry-go-opt -- Parse command line arguments based on tag annotations on struct fields (library)

2024-02-18 Thread Nilesh Patra
Package: wnpp Severity: wishlist Owner: Nilesh Patra X-Debbugs-Cc: debian-de...@lists.debian.org * Package name: golang-sourcehut-rjarry-go-opt Version : 1.4.0 Upstream Contact: Robin Jarry * URL : https://git.sr.ht/~rjarry/go-opt * License : Expat

Bug#1037279: Angelfish built-in ad blocker not built due to missing Rust Build-Depends (Corrosion etc.)

2024-02-10 Thread Nilesh Patra
Quoting Nilesh Patra: >> On Sat, 10 Jun 2023 05:09:08 +0200 Kevin Kofler >> wrote: >> In addition to Corrosion, you will need cargo(though Corrosion should >> already be requiring it), rust-adblock, rust-cxx-build, and rust-cxx. > corossion, rust-adblock need packagi

Bug#1061832: kitty keyboard shortcut is not delivered to kitty window in focus

2024-02-10 Thread Nilesh Patra
Control: forwarded -1 https://github.com/kovidgoyal/kitty/issues/7116 On Tue, Jan 30, 2024 at 02:49:10AM +0530, Nilesh Patra wrote: > I am unable to reproduce it in my machine and the mapping works just fine for > me. > What is the desktop environment you use - what is the displ

Bug#1063626: RFP: rust-adblock -- adblock-rust is the engine powering Brave's native adblocker, available as a library for anyone to use

2024-02-09 Thread Nilesh Patra
Package: wnpp Severity: wishlist * Package name: rust-adblock Version : 0.8.6 Upstream Contact: Andrius Aucinas * URL : https://crates.io/crates/adblock * License : MPL-2.0 Programming Lang: Rust Description : adblock-rust is the engine powering Brave's

Bug#1063612: ITP: corrosion -- Tool for integrating rust with an existing CMake project

2024-02-09 Thread Nilesh Patra
Package: wnpp Severity: wishlist Owner: Nilesh Patra X-Debbugs-Cc: debian-de...@lists.debian.org, nil...@debian.org * Package name: corrosion Version : 0.4.7 Upstream Contact: Andrew Gaspar * URL : https://github.com/corrosion-rs/corrosion * License : MIT

Bug#1063273: seaborn: autopkgtest fail on i386 - probable rounding error

2024-02-08 Thread Nilesh Patra
On 9 February 2024 1:02:31 am IST, "Rebecca N. Palmer" wrote: >Control: tags -1 pending > >This appears to be fixed in Salsa (before I reported it) - is there any reason >not to upload this now? When I initially uploaded it, debci said something like "regression on i386 - not a blocker" and

Bug#1062404: [Debian-med-packaging] Bug#1062404: orthanc-python: flaky autopkgtest: Test failed with

2024-02-01 Thread Nilesh Patra
On Thu, Feb 01, 2024 at 01:55:21PM +0100, Sébastien Jodogne wrote: > Even if I'm tagged as the maintainer of "orthanc-python", I don't know > how autopkgtest/flaky works (I haven't implemented such tests by > myself). This is the script that runs for tests: https://salsa.debian.org/med-t

Bug#1032659: ITP: golang-github-go-task-slim-sprig -- Useful template functions for Go templates.

2024-02-01 Thread Nilesh Patra
On Thu, Feb 01, 2024 at 11:17:58AM +, Christopher Obbard wrote: > @Go Team, Can I have maintainer access to > https://salsa.debian.org/go-team/packages/golang-github-go-task-slim-sprig ? > Currently I am just developer on that repo, it'd be great to get full access > so I can modify CI setting

Bug#1061857: Recommends: is too strong for dante-client

2024-02-01 Thread Nilesh Patra
On Thu, Feb 01, 2024 at 10:17:03AM +0100, Robin Jarry wrote: > Nilesh Patra, Feb 01, 2024 at 10:07: > > From what I gather, filters/html still uses socksify from dante package. > > This looks OK as recommends - given that in 2024, people do get a bunch of > > HTML mails. >

Bug#1061857: Recommends: is too strong for dante-client

2024-02-01 Thread Nilesh Patra
nt to close this bug if you agree. Best, Nilesh signature.asc Description: PGP signature

Bug#1043240: transition: pandas 1.5 -> 2.1 - please upload fixes

2024-01-31 Thread Nilesh Patra
source-into-unstable/ Best, Nilesh signature.asc Description: PGP signature

Bug#1061832: kitty keyboard shortcut is not delivered to kitty window in focus

2024-01-29 Thread Nilesh Patra
at is the desktop environment you use - what is the display server protocol (wayland/x11)? Do you have any weird key mappings in your config? Does it happen even with the upstream kitty binary? If so, can you please report it in kitty's github tracker? Upstream is very responsive and can a

  1   2   3   4   5   6   7   8   9   10   >