Bug#1087018: Patch

2024-11-08 Thread Nathan Teodosio
diff -Nru udisks2-2.10.1/debian/changelog udisks2-2.10.1/debian/changelog --- udisks2-2.10.1/debian/changelog 2024-09-27 01:26:14.0 +0200 +++ udisks2-2.10.1/debian/changelog 2024-11-08 09:58:00.0 +0100 @@ -1,3 +1,10 @@ +udisks2 (2.10.1-12) unstable; urgency=medium + + * d/p/nvme-di

Bug#1085721: Patch

2024-10-22 Thread Nathan Teodosio
diff -Nru shotwell-0.32.7/debian/changelog shotwell-0.32.7/debian/changelog --- shotwell-0.32.7/debian/changelog 2024-07-02 13:36:52.0 +0200 +++ shotwell-0.32.7/debian/changelog 2024-10-22 11:05:07.0 +0200 @@ -1,3 +1,10 @@ +shotwell (0.32.7-2) unstable; urgency=medium + + * d/p/mem

Bug#1066361: Partial patch

2024-08-16 Thread Nathan Teodosio
This is a partial patch, more errors remain. About this hunk: @@ -115,5 +115,5 @@ * Try OS-specific probe, compiling with -m64 (assumes gcc workalike) */ - i = 1 + strlen(frm) + strlen(osnam) + strlen(osnam[OS]) + + i = 1 + strlen(frm) + strlen(osname) + strlen(osnam[OS]) + strlen

Bug#1075171: Patch

2024-08-15 Thread Nathan Teodosio
https://salsa.debian.org/debian/libgpod/-/merge_requests/5

Bug#1075645: Patch

2024-08-15 Thread Nathan Teodosio
Upstream patch. diff --git a/debian/patches/incompatible-pointer-types.patch b/debian/patches/incompatible-pointer-types.patch new file mode 100644 index 000..4e9a2bf --- /dev/null +++ b/debian/patches/incompatible-pointer-types.patch @@ -0,0 +1,167 @@ +From 2b9d8f5bac5d2352f8021548b4852014ed68

Bug#1077527: Debdiff

2024-08-15 Thread Nathan Teodosio
diff -Nru abseil-20230802.1/debian/changelog abseil-20230802.1/debian/changelog --- abseil-20230802.1/debian/changelog 2024-04-01 23:50:22.0 +0200 +++ abseil-20230802.1/debian/changelog 2024-08-15 09:31:28.0 +0200 @@ -1,3 +1,9 @@ +abseil (20230802.1-5) experimental; urgency=medium +

Bug#1076436: Fw: highway: Add autopkgtest.

2024-08-06 Thread Nathan Teodosio
https://salsa.debian.org/debian-phototools-team/highway/-/merge_requests/6

Bug#1076436: Hopefully the final patch

2024-07-18 Thread Nathan Teodosio
Andrew kindly catched the bug (in my program, not in GCC, of course) so I'm sending the hopefully final patch here. diff -Nru highway-1.2.0/debian/changelog highway-1.2.0/debian/changelog --- highway-1.2.0/debian/changelog 2024-06-10 17:52:26.0 +0200 +++ highway-1.2.0/debian/changelog 2024-

Bug#1076436: highway: Add autopkgtest.

2024-07-17 Thread Nathan Teodosio
Swapping the order of definition of the arrays as in this updated patch fixes the stack smashing with the stack protector enabled — which is ideal so if you still didn't upload the previous one, prefer this one —, maybe a bug in GCC[1]. Hopefully that will help aarch64 otherwise let's just try Cla

Bug#1076436: highway: Add autopkgtest.

2024-07-17 Thread Nathan Teodosio
Thanks for the warning. The attached patch will make it fail the tests if pkg-config fails. I also extended the inline C program to print the result array vs. the expected array in case it returns non-zero, as I see it did fail on aarch64. Not that it helps much but at least it is explicit. --- hi

Bug#1076436: (no subject)

2024-07-16 Thread Nathan Teodosio
diff -Nru highway-1.2.0/debian/changelog highway-1.2.0/debian/changelog --- highway-1.2.0/debian/changelog 2024-06-10 17:52:26.0 +0200 +++ highway-1.2.0/debian/changelog 2024-07-16 13:00:51.0 +0200 @@ -1,3 +1,10 @@ +highway (1.2.0-3) experimental; urgency=medium + + * d/tests: Add

Bug#1076270: (no subject)

2024-07-16 Thread Nathan Teodosio
I was wrong. In override_dh_auto_build || dh_auto_build the first would do nothing but return exit code 0 as per the log: + ./debian/rules override_dh_auto_build dh override_dh_auto_build It's beyond me why, it is what it is. Leaving only dh_auto_build is enough and I submitted a merge r

Bug#1076270: (no subject)

2024-07-15 Thread Nathan Teodosio
> It appears that pipewire 1.2.1 fixed a bug that had broken > gnome-remote-desktop's build tests. Maybe the cause is different, because here is my autopkgtest request for it, which does use Pipewire 1.2.1, but the test timeouts nonetheless. https://autopkgtest.ubuntu.com/results/autopkgtest-orac

Bug#1076147: d/t/tests: Use trap to reverse the patch

2024-07-11 Thread Nathan Teodosio
diff -Nru speech-dispatcher-0.12.0~rc2/debian/changelog speech-dispatcher-0.12.0~rc2/debian/changelog --- speech-dispatcher-0.12.0~rc2/debian/changelog 2024-04-07 09:23:33.0 +0200 +++ speech-dispatcher-0.12.0~rc2/debian/changelog 2024-07-11 15:25:18.0 +0200 @@ -1,3 +1,10 @@ +speech-

Bug#1072832: qt5-doc: No manpage available.

2024-06-08 Thread Nathan Teodosio
Package: qt5-doc Version: 5.15.13-2 Severity: important X-Debbugs-Cc: nathan.teodo...@canonical.com Dear Maintainer, apt show qt5-doc says: > The documentation is provided in the Qt's help format and manpage format; However no manpage is installed. ---> % dpkg -L qt5-doc /. /usr /usr/share /us

Bug#993574: Debdiff

2023-02-16 Thread Nathan Teodosio
I'm forwarding the debdiff I submitted to https://launchpad.net/bugs/2007568 in hope that it will be useful.diff -Nru vsmartcard-3.3+dfsg/debian/changelog vsmartcard-3.3+dfsg/debian/changelog --- vsmartcard-3.3+dfsg/debian/changelog 2020-11-19 07:33:51.0 -0300 +++ vsmartcard-3.3+dfsg/debia

Bug#1011121: Ubuntu has a patch

2023-01-26 Thread Nathan Teodosio
Just a heads up that Ubuntu has had the patch (attached for convenience) for some months already[1]. [1]: https://launchpad.net/bugs/1958267OpenSSL: Drop security level to 0 with OpenSSL 3.0 when using TLS 1.0/1.1 Commit 9afb68b03976 ("OpenSSL: Allow systemwide secpolicy overrides for TLS versi

Bug#1026032: scribus: Patch for building against Poppler >= 22.09.

2023-01-02 Thread Nathan Teodosio
This is not the same patch coming from upstream!? Upstream added some #if guards to compile both with poppler>= 22.9 and with older versions as well. I haven't checked if the 22.9 variant also works with older poppler versions (perhaps it does, even), but I don't understand why you would rewrite

Bug#560587:

2022-10-10 Thread Nathan Teodosio
I'd like to weigh in here as one who has to build the Chromium source package on an almost daily basis, rendering his computer almost unusable during the build (~20 min). Changes in debian/, i.e. those that doesn't touch the upstream directories, shouldn't to require a new .orig unpack. I'm no

Bug#1012846: (no subject)

2022-07-06 Thread Nathan Teodosio
The last debdiff had an Ubuntu changelog, this one is specifically for Debian.diff -Nru calligra-3.2.1+dfsg/debian/changelog calligra-3.2.1+dfsg/debian/changelog --- calligra-3.2.1+dfsg/debian/changelog2022-03-20 07:47:04.0 -0300 +++ calligra-3.2.1+dfsg/debian/changelog20

Bug#1012846: Acknowledgement (karbon: Please update for Poppler 22.06)

2022-07-04 Thread Nathan Teodosio
I now attach the full debdiff since a new dependency in d/control is required.diff -Nru calligra-3.2.1+dfsg/debian/changelog calligra-3.2.1+dfsg/debian/changelog --- calligra-3.2.1+dfsg/debian/changelog2022-06-21 18:48:42.0 -0300 +++ calligra-3.2.1+dfsg/debian/changelog20

Bug#1012850: Acknowledgement (scribus: Please update for Poppler 22.06)

2022-06-30 Thread Nathan Teodosio
Sorry, disconsider my last message, sent to the wrong bug number. Am 2022/06/30 um 12:09 schrieb Nathan Teodosio: I forgot the patch headers in my last submission, here is the same patch with them.

Bug#1012850: Acknowledgement (scribus: Please update for Poppler 22.06)

2022-06-30 Thread Nathan Teodosio
I forgot the patch headers in my last submission, here is the same patch with them.From 236bacbe13739414e919de868283b0caf2df5d8a Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 13 Apr 2022 01:25:44 +0200 Subject: [PATCH] PdfImport: Fix compile with newer poppler Brings a dependency

Bug#1012846: Acknowledgement (karbon: Please update for Poppler 22.06)

2022-06-30 Thread Nathan Teodosio
I'm forwarding a patch that I got from upstream and submitted to https://bugs.launchpad.net/ubuntu/+source/calligra/+bug/1980373. diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d098c46a9e..de54f71ed20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -959,6 +959,7 @@ calligra_drop_product_

Bug#1012850: scribus: Please update for Poppler 22.06

2022-06-21 Thread Nathan Teodosio
Well, you also included one patch ("#16734: Build break with poppler 22.2.0") that is already included in the package, Also, note that scribus' original VCS is SVN, so please at least point out where those commits where coming from. The patches were retrieved from the master branch and from m