Bug#1071975: marked as pending in dh-make

2024-05-27 Thread Baptiste Beauplat
Control: tag -1 pending

Hello,

Bug #1071975 in dh-make reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/debian/dh-make/-/commit/cdf6d627b45ed8a6c655c4071cb30266fde24bbc


Remove 'Multi-Arch: foreign' from non-lib debian/control (Closes: #1071975)

This reverts commit d411b194f30ed864d6f5f16db938e40cbd5674da.

See: https://bugs.debian.org/1071975


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/1071975



Bug#1068393: src:pytest-testinfra: unsatisfied build dependency in testing: ansible

2024-04-06 Thread Baptiste Beauplat
Control: block -1 by 1061781

Hi Paul,

On Thu, 2024-04-04 at 14:38 +0200, Paul Gevers wrote:
> Dose [1] is reporting a build issue with your package, it's missing a
> build dependency. Obviously your build dependencies shouldn't be
> removed from testing, but unfortunately there are multiple scenarios
> where that can happen nevertheless. To uphold our social contract,
> Debian requires that packages can be rebuild from source in the suite
> we are shipping them, so currently this is a serious issue with your
> package in testing.
> 
> Can you please investigate the situation and figure out how to resolve
> it? Regularly, if the build dependency is available in unstable,
> helping the maintainer of your Build-Depends to enable migration to
> testing is a great way to solve the issue. If your build dependency is
> gone from unstable and testing, you'll have to fix the build process
> in some other way.

Thanks for the hint. I'm not sure I can help ansible migrate (it would
need an update to the latest upstream and that's not a trivial task),
but I'll do the maintenance on this bug report, closing it once pytest-
testinfra is removed from testing.

Best,
-- 
Baptiste Beauplat



signature.asc
Description: This is a digitally signed message part


Bug#1025722: duck fails with 'Can't close(GLOB(0x558bebc05958)) filehandle: 'Is a directory' at /usr/share/duck/lib/checks/patch_files.pm line 101'

2022-12-08 Thread Baptiste Beauplat
Hi Gregor,

Thanks for catching this.

On Thu, 2022-12-08 at 00:45 +0100, gregor herrmann wrote:
> As of today, duck (called in any source package directory) fails with
> 
> Can't close(GLOB(0x558bebc05958)) filehandle: 'Is a directory' at
> /usr/share/duck/lib/checks/patch_files.pm line 101'
> 
>     92  # iterate over all patchdirs, process all files found
>     93  foreach my $patchdir (@patchdirs) {
>     94  my $dirhandle = dir($patchdir)->open;
>     95  
>     96  while (my $patchfile = $dirhandle->read) {
>     97  open my $pf, "<", $patchdir . "/" .
> $patchfile;
>     98  
>     99  my @pf_raw = <$pf>;
>    100  
>    101  close($pf);
> 
> This may or may not be caused by a recent change in src:perl [0],
> hence
> cc'in the perl maintainers

Regardless of if it's indeed a problem introduced by the new perl
upload, I'll fix it in the code. The read() will always return at the
very least `.` and `..`, and those should definitly be skipped in that
context.

-- 
Baptiste Beauplat



signature.asc
Description: This is a digitally signed message part


Bug#994255: marked as pending in djangorestframework

2021-10-04 Thread Baptiste Beauplat
Control: tag -1 pending

Hello,

Bug #994255 in djangorestframework reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/python-team/packages/djangorestframework/-/commit/319a6250356dc1d2e116ebe6fd820768957759a9


Fix tests with mock timezone. (Closes: #994255)

Thanks: Terence Honles  for the upstream patch


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/994255



Bug#987321: openntpd: if-up.d script uses SysV command instead of systemd and blocks boot

2021-07-29 Thread Baptiste Beauplat
Control: tags -1 + pending

Ended-up uploading to DELAY/0. After a quick exchange on IRC
#debian-release, asking for pre-approval for a targeted RC fix is a
waste of time for the release team.

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#987321: openntpd: diff for NMU version 1:6.2p3-4.2

2021-07-25 Thread Baptiste Beauplat
Control: tags 987321 + patch

Dear maintainer,

I've prepared an NMU for openntpd (versioned as 1:6.2p3-4.2) and
created an pre-approval unblock request for it. Once given the go-ahead
by the release team, I'll upload it to DELAYED/0.

Pre-approval request: https://bugs.debian.org/991481

Regards.

-- 
Baptiste Beauplat - lyknode
diff -Nru openntpd-6.2p3/debian/changelog openntpd-6.2p3/debian/changelog
--- openntpd-6.2p3/debian/changelog	2020-10-26 18:10:47.0 +0100
+++ openntpd-6.2p3/debian/changelog	2021-07-25 14:37:54.0 +0200
@@ -1,3 +1,11 @@
+openntpd (1:6.2p3-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Ensure that openntpd is running before restarting it from the if-up.d
+hook. (Closes: #987321)
+
+ -- Baptiste Beauplat   Sun, 25 Jul 2021 14:37:54 +0200
+
 openntpd (1:6.2p3-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru openntpd-6.2p3/debian/config/openntpd openntpd-6.2p3/debian/config/openntpd
--- openntpd-6.2p3/debian/config/openntpd	2020-10-26 15:52:50.0 +0100
+++ openntpd-6.2p3/debian/config/openntpd	2021-07-25 11:33:18.0 +0200
@@ -7,4 +7,6 @@
 	exit 0
 fi
 
-invoke-rc.d openntpd force-reload || true
+if pidof -q ntpd; then
+invoke-rc.d openntpd force-reload || true
+fi


signature.asc
Description: PGP signature


Bug#987536: imv: diff for NMU version 4.2.0-1.1

2021-05-23 Thread Baptiste Beauplat

Dear maintainer,

I've prepared an NMU for imv (versioned as 4.2.0-1.1). The diff
is attached to this message. I'll open an unblock request of it too.

Regards.

-- 
Baptiste Beauplat - lyknode
diff -Nru imv-4.2.0/debian/changelog imv-4.2.0/debian/changelog
--- imv-4.2.0/debian/changelog	2021-01-31 13:03:12.0 +0100
+++ imv-4.2.0/debian/changelog	2021-05-18 13:51:05.0 +0200
@@ -1,3 +1,12 @@
+imv (4.2.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build-depend on docbook-xsl so that xsltproc doesn't try to access
+the internet for the stylesheet. Works around #980930. Thanks to Logan
+Rosen  for the patch. (Closes: #987536)
+
+ -- Baptiste Beauplat   Tue, 18 May 2021 13:51:05 +0200
+
 imv (4.2.0-1) unstable; urgency=medium
 
   * New upstream version 4.2.0.
diff -Nru imv-4.2.0/debian/control imv-4.2.0/debian/control
--- imv-4.2.0/debian/control	2021-01-31 13:01:39.0 +0100
+++ imv-4.2.0/debian/control	2021-05-18 13:49:39.0 +0200
@@ -6,6 +6,7 @@
 Build-Depends:
  asciidoc-base,
  debhelper-compat (= 13),
+ docbook-xsl,
  libcmocka-dev,
  libegl1-mesa-dev,
  libfreeimage-dev,


signature.asc
Description: PGP signature


Bug#987536: imv FTBFS without internet access

2021-05-18 Thread Baptiste Beauplat
Control: tags -1 + patch

On 2021/04/25 12:22 PM, Adrian Bunk wrote:
> The Ubuntu patch seems to contain a fix/workaround.

As Adrian stated, the ubuntu patch fixes the issue.

Please find attached the patch to apply (Credit to Logan Rosen
)

I intend to NMU in a couple of days if the bug is still open by then.

Best,

-- 
Baptiste Beauplat - lyknode
diff -Nru imv-4.2.0/debian/control imv-4.2.0/debian/control
--- imv-4.2.0/debian/control2021-01-31 13:01:39.0 +0100
+++ imv-4.2.0/debian/control2021-05-18 13:49:39.0 +0200
@@ -6,6 +6,7 @@
 Build-Depends:
  asciidoc-base,
  debhelper-compat (= 13),
+ docbook-xsl,
  libcmocka-dev,
  libegl1-mesa-dev,
  libfreeimage-dev,


signature.asc
Description: PGP signature


Bug#987640: zsnes: diff for NMU version 1.510+bz2-10.1

2021-05-14 Thread Baptiste Beauplat

Dear maintainer,

I've prepared an NMU for zsnes (versioned as 1.510+bz2-10.1). The diff
is attached to this message.

Once the package is built and installed, I'll open an unblock request.

Regards.

-- 
Baptiste Beauplat - lyknode
diff -Nru zsnes-1.510+bz2/debian/changelog zsnes-1.510+bz2/debian/changelog
--- zsnes-1.510+bz2/debian/changelog	2019-12-14 16:03:00.0 +0100
+++ zsnes-1.510+bz2/debian/changelog	2021-05-14 14:46:32.0 +0200
@@ -1,3 +1,11 @@
+zsnes (1.510+bz2-10.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch to fix FTBFS with GCC 10, declaring HacksDisable as an extern
+variable and fixing its type (Closes: #987640)
+
+ -- Baptiste Beauplat   Fri, 14 May 2021 14:46:32 +0200
+
 zsnes (1.510+bz2-10) unstable; urgency=high
 
   * Team upload.
diff -Nru zsnes-1.510+bz2/debian/patches/0018-Fix-ftbfs-with-gcc-10.patch zsnes-1.510+bz2/debian/patches/0018-Fix-ftbfs-with-gcc-10.patch
--- zsnes-1.510+bz2/debian/patches/0018-Fix-ftbfs-with-gcc-10.patch	1970-01-01 01:00:00.0 +0100
+++ zsnes-1.510+bz2/debian/patches/0018-Fix-ftbfs-with-gcc-10.patch	2021-05-05 23:28:51.0 +0200
@@ -0,0 +1,25 @@
+From: Baptiste Beauplat 
+Date: Wed, 5 May 2021 23:18:27 +0200
+Subject: Fix FTBFS with gcc 10 (Closes: #987640)
+
+Declare HacksDisable as external unsigned char in initc.c.
+Declaration and assignation is done in cfg.c. This file is generated at
+build time by parsegen from cfg.psr. The generated variable is an
+unsigned char.
+---
+ src/initc.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/initc.c b/src/initc.c
+index 3096240..56b02bc 100644
+--- a/src/initc.c
 b/src/initc.c
+@@ -1496,7 +1496,7 @@ Would be nice to trash this section in the future
+ extern unsigned char ENVDisable, cycpb268, cycpb358, cycpbl2, cycpblt2, cycpbl;
+ extern unsigned char cycpblt, opexec268, opexec358, opexec268b, opexec358b;
+ extern unsigned char opexec268cph, opexec358cph, opexec268cphb, opexec358cphb;
+-bool HacksDisable;
++extern unsigned char HacksDisable;
+ 
+ void headerhack()
+ {
diff -Nru zsnes-1.510+bz2/debian/patches/series zsnes-1.510+bz2/debian/patches/series
--- zsnes-1.510+bz2/debian/patches/series	2019-12-14 16:02:16.0 +0100
+++ zsnes-1.510+bz2/debian/patches/series	2021-05-05 23:28:51.0 +0200
@@ -15,3 +15,4 @@
 fortify-source-load.patch
 hurd.patch
 privacy-breach.patch
+0018-Fix-ftbfs-with-gcc-10.patch


signature.asc
Description: PGP signature


Bug#987637: fenix: diff for NMU version 0.92a.dfsg1-12.1~exp1

2021-05-14 Thread Baptiste Beauplat
Dear maintainer,

I've prepared an NMU for fenix (versioned as 0.92a.dfsg1-12.1~exp1). The diff
is attached to this message.

I'm uploading to experimental before unstable in order to validate that
autopkgtest works.

Regards.

-- 
Baptiste Beauplat - lyknode
diff -Nru fenix-0.92a.dfsg1/debian/changelog fenix-0.92a.dfsg1/debian/changelog
--- fenix-0.92a.dfsg1/debian/changelog	2019-02-13 15:35:24.0 +0100
+++ fenix-0.92a.dfsg1/debian/changelog	2021-05-14 14:13:28.0 +0200
@@ -1,3 +1,14 @@
+fenix (0.92a.dfsg1-12.1~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Add a patch to fix FTBFS with gcc 10, declaring debug as an external
+variable (Closes: #987637)
+  * Modify autopkgtest to assert fenix debug output
+  * Only run autopkgtest on architectures where binary package fenix is built
+(required by the test suite)
+
+ -- Baptiste Beauplat   Fri, 14 May 2021 14:13:28 +0200
+
 fenix (0.92a.dfsg1-12) unstable; urgency=medium
 
   [ Peter Pentchev ]
diff -Nru fenix-0.92a.dfsg1/debian/patches/fix_ftbfs_gcc10.patch fenix-0.92a.dfsg1/debian/patches/fix_ftbfs_gcc10.patch
--- fenix-0.92a.dfsg1/debian/patches/fix_ftbfs_gcc10.patch	1970-01-01 01:00:00.0 +0100
+++ fenix-0.92a.dfsg1/debian/patches/fix_ftbfs_gcc10.patch	2021-05-11 21:08:56.0 +0200
@@ -0,0 +1,19 @@
+From: Baptiste Beauplat 
+Date: Tue, 11 May 2021 21:06:15 +0200
+Subject: Fix FTBFS with gcc 10 (Closes: #987637)
+
+Declare debug as an external variable.
+Declaration and assignation is done in main.c.
+---
+
+--- a/fxc/src/c_main.c
 b/fxc/src/c_main.c
+@@ -182,7 +182,7 @@
+ #ifdef TARGET_MAC
+ static int debug ;
+ #else
+-int debug;
++extern int debug;
+ #endif
+ 
+ void compile_init ()
diff -Nru fenix-0.92a.dfsg1/debian/patches/series fenix-0.92a.dfsg1/debian/patches/series
--- fenix-0.92a.dfsg1/debian/patches/series	2019-02-12 10:40:57.0 +0100
+++ fenix-0.92a.dfsg1/debian/patches/series	2021-05-10 21:39:02.0 +0200
@@ -35,3 +35,4 @@
 fxc-cmdline-crash.patch
 fxi-cmdline-title.patch
 map-gif-256-colors.patch
+fix_ftbfs_gcc10.patch
diff -Nru fenix-0.92a.dfsg1/debian/tests/control fenix-0.92a.dfsg1/debian/tests/control
--- fenix-0.92a.dfsg1/debian/tests/control	2019-02-12 15:47:50.0 +0100
+++ fenix-0.92a.dfsg1/debian/tests/control	2021-05-14 14:13:28.0 +0200
@@ -1,3 +1,19 @@
 Test-Command: env TESTDIR="$(pwd)/debian/tests/t" TEST_FENIX_MAP=/usr/bin/fenix-map TEST_FENIX_FXC=/usr/bin/fenix-fxc TEST_FENIX_FXI=/usr/bin/fenix-fxi TERM=dumb prove -v -r debian/tests/t
 Depends: @, libgd-perl, libpath-tiny-perl, libtest-command-perl, perl
 Restrictions: allow-stderr
+Architecture: arm
+ armel
+ armhf
+ hppa
+ hurd-i386
+ i386
+ kfreebsd-i386
+ m68k
+ mips
+ mipsel
+ mipsn32
+ mipsn32el
+ powerpc
+ s390
+ sh4
+ sparc
diff -Nru fenix-0.92a.dfsg1/debian/tests/t/lib/Test/Fenix/Compile.pm fenix-0.92a.dfsg1/debian/tests/t/lib/Test/Fenix/Compile.pm
--- fenix-0.92a.dfsg1/debian/tests/t/lib/Test/Fenix/Compile.pm	2019-02-12 15:47:50.0 +0100
+++ fenix-0.92a.dfsg1/debian/tests/t/lib/Test/Fenix/Compile.pm	2021-05-11 22:17:32.0 +0200
@@ -41,12 +41,11 @@
 		Test::More::plan tests => 4;
 
 		my $cmd = Test::Command->new(cmd => [
-			$fxc, $test->{test}{src}->basename,
+			$fxc, '-d', $test->{test}{src}->basename,
 		]);
 		$cmd->exit_is_num(0);
-		# Yeah, this is backwards, I know...
-		$cmd->stdout_is_eq('');
-		$cmd->stderr_isnt_eq('');
+		$cmd->stdout_like(qr/END/);
+		$cmd->stderr_like(qr/- Main procedure/);
 
 		Test::More::ok -f $test->{test}{exe},
 		'the compiled program exists';


signature.asc
Description: PGP signature


Bug#986512: libunity: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

2021-05-12 Thread Baptiste Beauplat
On 2021/05/11 11:00 PM, Baptiste Beauplat wrote:
> The issue may be related to this upstream issue:
> 
> https://gitlab.gnome.org/GNOME/vala/-/issues/1167
> 
> I'll test using a patched version of vala and reassign if needed.

The pachted version of vala in sid works and libunity build correctly
with it. This is a regression in vala, reassigning the bug.

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#987637: fenix FTBFS with gcc 10

2021-05-11 Thread Baptiste Beauplat

Control: tags -1 + patch

Dear maintainer,

The following patch fixes the FTBFS. I've added a specific check in the
test suite and I've tested it manually.

Without feedback, I'll NMU the package and request an unblock in a
couple of days.

Best,

-- 
Baptiste Beauplat - lyknode
diff -Nru fenix-0.92a.dfsg1/debian/patches/fix_ftbfs_gcc10.patch 
fenix-0.92a.dfsg1/debian/patches/fix_ftbfs_gcc10.patch
--- fenix-0.92a.dfsg1/debian/patches/fix_ftbfs_gcc10.patch  1970-01-01 
01:00:00.0 +0100
+++ fenix-0.92a.dfsg1/debian/patches/fix_ftbfs_gcc10.patch  2021-05-11 
21:08:56.0 +0200
@@ -0,0 +1,19 @@
+From: Baptiste Beauplat 
+Date: Tue, 11 May 2021 21:06:15 +0200
+Subject: Fix FTBFS with gcc 10 (Closes: #987637)
+
+Declare debug as an external variable.
+Declaration and assignation is done in main.c.
+---
+
+--- a/fxc/src/c_main.c
 b/fxc/src/c_main.c
+@@ -182,7 +182,7 @@
+ #ifdef TARGET_MAC
+ static int debug ;
+ #else
+-int debug;
++extern int debug;
+ #endif
+ 
+ void compile_init ()
diff -Nru fenix-0.92a.dfsg1/debian/patches/series 
fenix-0.92a.dfsg1/debian/patches/series
--- fenix-0.92a.dfsg1/debian/patches/series 2019-02-12 10:40:57.0 
+0100
+++ fenix-0.92a.dfsg1/debian/patches/series 2021-05-10 21:39:02.0 
+0200
@@ -35,3 +35,4 @@
 fxc-cmdline-crash.patch
 fxi-cmdline-title.patch
 map-gif-256-colors.patch
+fix_ftbfs_gcc10.patch
diff -Nru fenix-0.92a.dfsg1/debian/tests/t/lib/Test/Fenix/Compile.pm 
fenix-0.92a.dfsg1/debian/tests/t/lib/Test/Fenix/Compile.pm
--- fenix-0.92a.dfsg1/debian/tests/t/lib/Test/Fenix/Compile.pm  2019-02-12 
15:47:50.0 +0100
+++ fenix-0.92a.dfsg1/debian/tests/t/lib/Test/Fenix/Compile.pm  2021-05-11 
22:17:32.0 +0200
@@ -41,12 +41,11 @@
Test::More::plan tests => 4;
 
my $cmd = Test::Command->new(cmd => [
-   $fxc, $test->{test}{src}->basename,
+   $fxc, '-d', $test->{test}{src}->basename,
]);
$cmd->exit_is_num(0);
-   # Yeah, this is backwards, I know...
-   $cmd->stdout_is_eq('');
-   $cmd->stderr_isnt_eq('');
+   $cmd->stdout_like(qr/END/);
+   $cmd->stderr_like(qr/- Main procedure/);
 
Test::More::ok -f $test->{test}{exe},
'the compiled program exists';


signature.asc
Description: PGP signature


Bug#986512: libunity: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

2021-05-11 Thread Baptiste Beauplat
The issue may be related to this upstream issue:

https://gitlab.gnome.org/GNOME/vala/-/issues/1167

I'll test using a patched version of vala and reassign if needed.

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#988295: glabels: Maintainer email is not reachable

2021-05-09 Thread Baptiste Beauplat
Source: glabels
Severity: serious
Justification: Policy 3.3

Dear Maintainer,

The maintainer email ubuntu-devel-disc...@lists.ubuntu.com is a
moderated mailing list. Mail sent from the BTS and submitters are not
guaranteed to be delivered. (See the attached notification)

Please use another reachable email as maintainer.

Best,

-- 
Baptiste Beauplat - lyknode
--- Begin Message ---
Bug#986512: libunity: FTBFS: dh_auto_test: error: make -j4 check
VERBOSE=1 returned exit code 2

Is being held until the list moderator can review it for approval.

The reason it is being held:

Post by non-member to a members-only list

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.  If you would like to cancel
this posting, please visit the following URL:


https://lists.ubuntu.com/mailman/confirm/ubuntu-devel-discuss/7a82633fb9b2d298ac25c2c751cb765f617d0a22

--- End Message ---


signature.asc
Description: PGP signature


Bug#988294: libunity: Maintainer email is not reachable

2021-05-09 Thread Baptiste Beauplat
Source: libunity
Severity: serious
Justification: Policy 3.3

Dear Maintainer,

The maintainer email ubuntu-devel-disc...@lists.ubuntu.com is a
moderated mailing list. Mail sent from the BTS and submitters are not
guaranteed to be delivered. (See the attached notification)

Please use another reachable email as maintainer.

Best,

-- 
Baptiste Beauplat - lyknode
--- Begin Message ---
Bug#986512: libunity: FTBFS: dh_auto_test: error: make -j4 check
VERBOSE=1 returned exit code 2

Is being held until the list moderator can review it for approval.

The reason it is being held:

Post by non-member to a members-only list

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.  If you would like to cancel
this posting, please visit the following URL:


https://lists.ubuntu.com/mailman/confirm/ubuntu-devel-discuss/7a82633fb9b2d298ac25c2c751cb765f617d0a22

--- End Message ---


signature.asc
Description: PGP signature


Bug#986512: libunity: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

2021-05-09 Thread Baptiste Beauplat
I started a bit of digging up on that FTBFS and I found that libunity
build correctly with vala <= 0.48.13-1.

A changed introduced in 0.48.14 must be at the origin of the bug.

(I don't have sufficient knowledge of vala to get to the bottom of this
issue, I just wanted to share this info)

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#987640: zsnes FTBFS with gcc 10

2021-05-09 Thread Baptiste Beauplat
Control: tags -1 + patch

Dear maintainer,

The following patch fixes the FTBFS. I've tested it and I can run the
program and load a rom successfully.

Without feedback, I'll NMU the package and request an unblock in a
couple of days.

Best,

-- 
Baptiste Beauplat - lyknode
From: Baptiste Beauplat 
Date: Wed, 5 May 2021 23:18:27 +0200
Subject: Fix FTBFS with gcc 10 (Closes: #987640)

Declare HacksDisable as external unsigned char in initc.c.
Declaration and assignation is done in cfg.c. This file is generated at
build time by parsegen from cfg.psr. The generated variable is an
unsigned char.
---
 src/initc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/initc.c b/src/initc.c
index 3096240..56b02bc 100644
--- a/src/initc.c
+++ b/src/initc.c
@@ -1496,7 +1496,7 @@ Would be nice to trash this section in the future
 extern unsigned char ENVDisable, cycpb268, cycpb358, cycpbl2, cycpblt2, cycpbl;
 extern unsigned char cycpblt, opexec268, opexec358, opexec268b, opexec358b;
 extern unsigned char opexec268cph, opexec358cph, opexec268cphb, opexec358cphb;
-bool HacksDisable;
+extern unsigned char HacksDisable;
 
 void headerhack()
 {


signature.asc
Description: PGP signature


Bug#983140: closed by Debian FTP Masters (reply to Lee Garrett ) (Bug#983140: fixed in ansible 2.10.7+merged+base+2.10.8+dfsg-1)

2021-04-20 Thread Baptiste Beauplat
Hi Lee,

On 2021/04/19 11:06 PM, Debian Bug Tracking System wrote:
> #983140: ansible: Does not detect correct python interpreter on bullseye 
> target
> 
> It has been closed by Debian FTP Masters  
> (reply to Lee Garrett ).

Glad to hear this will be fixed by this new version.

I was also working on a patch for 2.9.16 but I guess it's a bit late of
that :)

I'll attach it anyway for reference because I managed to have all unit
tests working by avoiding the user home directory. You might be
interested to have a look at that.

Thanks again for maintaining ansible!

Best,

-- 
Baptiste Beauplat - lyknode
diff -Nru ansible-2.9.16+dfsg/debian/changelog 
ansible-2.9.16+dfsg/debian/changelog
--- ansible-2.9.16+dfsg/debian/changelog2021-01-06 11:56:22.0 
+0100
+++ ansible-2.9.16+dfsg/debian/changelog2021-04-17 15:27:02.0 
+0200
@@ -1,3 +1,11 @@
+ansible (2.9.16+dfsg-1.2) bullseye; urgency=medium
+
+  * Non-maintainer upload.
+  * Use python3.9 as default interpreter (Closes: #983140)
+  * Add autopkgtest to run a working subset of ansible test suite
+
+ -- Baptiste Beauplat   Sat, 17 Apr 2021 15:27:02 +0200
+
 ansible (2.9.16+dfsg-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru 
ansible-2.9.16+dfsg/debian/patches/0007-fix-interpreter-fallback.patch 
ansible-2.9.16+dfsg/debian/patches/0007-fix-interpreter-fallback.patch
--- ansible-2.9.16+dfsg/debian/patches/0007-fix-interpreter-fallback.patch  
1970-01-01 01:00:00.0 +0100
+++ ansible-2.9.16+dfsg/debian/patches/0007-fix-interpreter-fallback.patch  
2021-04-17 15:27:02.0 +0200
@@ -0,0 +1,33 @@
+Description: Fix python interpreter discovery (Closes: #983140)
+ On machines upgrade from buster to bullseye, the wrong interpreter will be
+ discovered and used, causing the playbook run to fail. Update the fallback 
list
+ so it correctly picks python3.9 on bullseye when both 3.9 and 3.7 are present,
+ which usually is the case on freshly upgrade machines.
+Origin: backport, 
https://github.com/ansible/ansible/commit/c986cbb9961bfaedf1a6ae7f0c2e34be26d9ab12
+Forwarded: not-needed
+Applied-Upstream: 
https://github.com/ansible/ansible/commit/c986cbb9961bfaedf1a6ae7f0c2e34be26d9ab12
+Reviewed-by: Lee Garrett 
+Last-Update: 2021-03-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/lib/ansible/config/base.yml
 b/lib/ansible/config/base.yml
+@@ -1523,6 +1523,8 @@
+   name: Ordered list of Python interpreters to check for in discovery
+   default:
+   - /usr/bin/python
++  - python3.9
++  - python3.8
+   - python3.7
+   - python3.6
+   - python3.5
+--- a/test/lib/ansible_test/_internal/util.py
 b/test/lib/ansible_test/_internal/util.py
+@@ -110,6 +110,7 @@
+ '3.6',
+ '3.7',
+ '3.8',
++'3.9',
+ )
+
+
diff -Nru ansible-2.9.16+dfsg/debian/patches/0008-fix-tests.patch 
ansible-2.9.16+dfsg/debian/patches/0008-fix-tests.patch
--- ansible-2.9.16+dfsg/debian/patches/0008-fix-tests.patch 1970-01-01 
01:00:00.0 +0100
+++ ansible-2.9.16+dfsg/debian/patches/0008-fix-tests.patch 2021-04-17 
15:27:02.0 +0200
@@ -0,0 +1,44 @@
+From: Baptiste Beauplat 
+Date: Mon, 19 Apr 2021 20:41:09 +0200
+Subject: Fix test suite
+
+* Mark two tests depending on pycrypto with the correct skipif
+* Inject remote_tmp configuration to point to /tmp to handle testbed without
+  HOME
+* Truncate output check on test_build_requirement_from_path_no_version due to 
an
+  issue with text wrapping
+--- a/test/units/parsing/vault/test_vault.py
 b/test/units/parsing/vault/test_vault.py
+@@ -528,6 +528,7 @@
+ b_key_pycrypto = self.vault_cipher._create_key_pycrypto(b_password, 
b_salt, key_length=32, iv_length=16)
+ self.assertEqual(b_key_cryptography, b_key_pycrypto)
+ 
++@pytest.mark.skipif(not vault.HAS_PYCRYPTO, reason='Not testing 
cryptography known key as pycrypto is not installed')
+ def test_create_key_known_cryptography(self):
+ b_password = b'hunter42'
+ 
+@@ -555,6 +556,7 @@
+ self.assertEqual(b_key_3, b_key_4)
+ self.assertEqual(b_key_1, b_key_4)
+ 
++@pytest.mark.skipif(not vault.HAS_PYCRYPTO, reason='Not testing pycrypto 
known key as pycrypto is not installed')
+ def test_create_key_known_pycrypto(self):
+ b_password = b'hunter42'
+ 
+--- /dev/null
 b/test/lib/ansible_test/_data/ansible.cfg
+@@ -0,0 +1,2 @@
++[defaults]
++remote_tmp = /tmp/ansible
+--- a/test/units/galaxy/test_collection_install.py
 b/test/units/galaxy/test_collection_install.py
+@@ -242,8 +242,7 @@
+ assert mock_display.call_count == 1
+ 
+ actual_warn = ' '.join(mock_display.mock_calls[0][1][0].split('\n'))
+-expected_warn = "Collection at '%s' does not have a valid version set, 
falling back to '*'. Found version: ''" \
+- 

Bug#983140: closed by Debian FTP Masters (reply to Lee Garrett ) (Bug#983140: fixed in ansible-base 2.10.5+dfsg-2)

2021-04-12 Thread Baptiste Beauplat
Hi Lee,

On 2021/03/23 08:51 PM, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the ansible package:
> 
> #983140: ansible: Does not detect correct python interpreter on bullseye 
> target
> 
> It has been closed by Debian FTP Masters  
> (reply to Lee Garrett ).

This bug is still affecting bullseye and it will be autoremoved if no
further action is taken.

I saw that your unblock request [1] was rejected. As an alternative, you
could do an upload with a minimal changeset to testing-proposed-updates as
described in the devref [2].

That would allow ansible to remain in bullseye (and all other packages
depending on it).

Best,

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984557
[2]: 
https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#direct-updates-to-testing
-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#979641: src:kboot-utils: invalid maintainer address

2021-02-03 Thread Baptiste Beauplat
On 2021/02/03 07:10 PM, Antonio Ospite wrote:
> On Wed, 3 Feb 2021 09:43:30 +0100
> Baptiste Beauplat  wrote:
> 
> [...]
> > 
> > I could open the RM bug on your behalf if you want me to.
> > 
> 
> Thank you, I would appreciate that.

Created as #981795

https://bugs.debian.org/981795

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#979641: src:kboot-utils: invalid maintainer address

2021-02-03 Thread Baptiste Beauplat
On 2/3/21 9:37 AM, Antonio Ospite wrote:
> On Tue, 2 Feb 2021 20:51:24 +0100
> Baptiste Beauplat  wrote:
> 
>> Hi Antonio,
>>
>> On 2021/01/25 09:23 AM, Baptiste Beauplat wrote:
> [..]
>>>
>>> Well, installation stats for kboot-utils are close to 0 [1]. A possible
>>> solution would be to request its removal [2]. If it appears that it was
>>> actually needed, it could be re-introduced at a later point (not for the
>>> next stable but I don't think that's a problem).
>>>
>>> [1]: https://qa.debian.org/popcon.php?package=kboot-utils
>>> [2]: 
>>> https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#removing-packages
>>
>> Have you decided the course of action for kboot-utils yet?
>>
> 
> Hi Baptiste,
> 
> I would be fine with having it removed, I just haven't had the time to
> read through your links.

I could open the RM bug on your behalf if you want me to.

-- 
Baptiste Beauplat - lyknode



Bug#980844: libbiblio-isis-perl: diff for NMU version 0.24-1.3

2021-02-02 Thread Baptiste Beauplat
Control: tags 980844 + patch
Control: tags 980844 + pending

Dear maintainer,

I've prepared an NMU for libbiblio-isis-perl (versioned as 0.24-1.3). The diff
is attached to this message.

I'm cc'ing my usual sponsor for upload.

Regards.

-- 
Baptiste Beauplat - lyknode
diff -u libbiblio-isis-perl-0.24/debian/changelog libbiblio-isis-perl-0.24/debian/changelog
--- libbiblio-isis-perl-0.24/debian/changelog
+++ libbiblio-isis-perl-0.24/debian/changelog
@@ -1,3 +1,10 @@
+libbiblio-isis-perl (0.24-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix Maintainer email address (Closes: #980844)
+
+ -- Baptiste Beauplat   Tue, 02 Feb 2021 21:03:11 +0100
+
 libbiblio-isis-perl (0.24-1.2) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -u libbiblio-isis-perl-0.24/debian/control libbiblio-isis-perl-0.24/debian/control
--- libbiblio-isis-perl-0.24/debian/control
+++ libbiblio-isis-perl-0.24/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.8-7)
-Maintainer: Jose Parrella 
+Maintainer: Jose Parrella 
 Standards-Version: 3.7.2
 
 Package: libbiblio-isis-perl


signature.asc
Description: PGP signature


Bug#979641: src:kboot-utils: invalid maintainer address

2021-02-02 Thread Baptiste Beauplat
Hi Antonio,

On 2021/01/25 09:23 AM, Baptiste Beauplat wrote:
> On 2021/01/25 12:18 AM, Antonio Ospite wrote:
> > On Sun, 24 Jan 2021 21:12:54 +0100
> > Baptiste Beauplat  wrote:
> > 
> > > Hi Antonio,
> > > 
> > > kboot-utils, one of the packages you maintain in Debian has an old, 
> > > unreachable
> > > Maitainer address. Could you please update it to prevent it from getting
> > > removed?
> > > 
> > > See below the original bug report.
> > >
> > 
> > Thank you for reporting this Baptiste.
> > 
> > I am actually not sure how useful kboot-utils is nowadays, it was mainly
> > developed to make it easier to boot kernels on the Sony PS3, but I don't
> > think the PS3 is supported by Debian directly anymore.
> > 
> > However I would be happy to update the package anyway if there was
> > someone interested to sponsor it, since I cannot upload packages
> > myself and the I doubt my usual sponsor would be interested in it.
> 
> Well, installation stats for kboot-utils are close to 0 [1]. A possible
> solution would be to request its removal [2]. If it appears that it was
> actually needed, it could be re-introduced at a later point (not for the
> next stable but I don't think that's a problem).
> 
> [1]: https://qa.debian.org/popcon.php?package=kboot-utils
> [2]: 
> https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#removing-packages

Have you decided the course of action for kboot-utils yet?

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#979244: 關於 Debian 中 moblin 的老套件.

2021-02-02 Thread Baptiste Beauplat
Hi PaulLiu,

On 2021/01/05 10:58 PM, Zhengpeng Hou wrote:
> 移除吧,根本没人用了
> 
> On Tue, Jan 5, 2021 at 6:10 PM Ying-Chun Liu (PaulLiu) 
> wrote:
> 
> > Hi 侯總,
> >
> > 好久不見.. 近來可好??
> >
> > 我這邊收到幾個 Debian 的 bug.
> >
> >
> > moblin-cursor-theme
> >
> > https://bugs.debian.org/979219
> > <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979219>
> >
> > moblin-icon-theme
> >
> > https://bugs.debian.org/979223
> > <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979223>
> >
> > moblin-sound-theme
> >
> > https://bugs.debian.org/979244
> > <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979244>
> >
> >
> > 大意是你的 Ubuntu E-mail 掛了.
> > 這幾個套件是我幫你更新到你的 GMail 的 e-mail??
> > 還是你有算移除掉這幾個套件?? 因為 moblin 也涼很久了..

If I'm not mistaken, I think you forgot to open the RM bug for
moblin-sound-theme.

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#979052: nam: diff for NMU version 1.15-5.2

2021-02-02 Thread Baptiste Beauplat
Control: tags 979052 + patch
Control: tags 979052 + pending

Dear maintainer,

I've prepared an NMU for nam (versioned as 1.15-5.2). The diff
is attached to this message.

I'm cc'ing my usual sponsor for upload.

Regards.

-- 
Baptiste Beauplat - lyknode
diff -Nru nam-1.15/debian/changelog nam-1.15/debian/changelog
--- nam-1.15/debian/changelog	2021-01-02 01:09:06.0 +0100
+++ nam-1.15/debian/changelog	2021-02-02 19:55:11.0 +0100
@@ -1,3 +1,10 @@
+nam (1.15-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix Maintainer email address (Closes: #979052)
+
+ -- Baptiste Beauplat   Tue, 02 Feb 2021 19:55:11 +0100
+
 nam (1.15-5.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru nam-1.15/debian/control nam-1.15/debian/control
--- nam-1.15/debian/control	2016-11-02 15:37:23.0 +0100
+++ nam-1.15/debian/control	2021-02-02 19:55:07.0 +0100
@@ -1,7 +1,7 @@
 Source: nam
 Section: net
 Priority: optional
-Maintainer: Debian Network Simulators Team 
+Maintainer: Debian Network Simulators Team 
 Uploaders: YunQiang Su 
 Build-Depends: debhelper (>= 8), quilt (>= 0.46-7~), cmake,
 		tcl-dev (>=8.6), tk-dev (>=8.6), libxt-dev, libxmu-headers,


signature.asc
Description: PGP signature


Bug#979246: fonts-ddc-uchen: diff for NMU version 1.0-1.2

2021-02-02 Thread Baptiste Beauplat
Control: tags 979246 + patch
Control: tags 979246 + pending

Dear maintainer,

I've prepared an NMU for fonts-ddc-uchen (versioned as 1.0-1.2). The diff
is attached to this message.

I'm cc'ing my usual sponsor for upload.

Regards.


-- 
Baptiste Beauplat - lyknode
diff -Nru fonts-ddc-uchen-1.0/debian/changelog fonts-ddc-uchen-1.0/debian/changelog
--- fonts-ddc-uchen-1.0/debian/changelog	2021-01-04 15:18:46.0 +0100
+++ fonts-ddc-uchen-1.0/debian/changelog	2021-02-02 18:21:19.0 +0100
@@ -1,3 +1,10 @@
+fonts-ddc-uchen (1.0-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix Maintainer email address (Closes: #979246)
+
+ -- Baptiste Beauplat   Tue, 02 Feb 2021 18:21:19 +0100
+
 fonts-ddc-uchen (1.0-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru fonts-ddc-uchen-1.0/debian/control fonts-ddc-uchen-1.0/debian/control
--- fonts-ddc-uchen-1.0/debian/control	2016-10-09 19:19:48.0 +0200
+++ fonts-ddc-uchen-1.0/debian/control	2021-02-02 18:20:51.0 +0100
@@ -1,7 +1,7 @@
 Source: fonts-ddc-uchen
 Section: fonts
 Priority: optional
-Maintainer: Sruthi Chandran 
+Maintainer: Sruthi Chandran 
 Vcs-Git: https://anonscm.debian.org/git/debian-in/ddc-uchen.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-in/fonts-ddc-uchen.git
 Homepage: http://www.dzongkha.gov.bt/IT/download/fonts/


signature.asc
Description: PGP signature


Bug#976832: src:crashmail: invalid maintainer address

2021-01-25 Thread Baptiste Beauplat
Hi,

The maintainer email of your packages is not reachable anymore. Could
you please update it so your packages make it into the next stable
release?

If you do not intend to maintain those you also have the possibility to
orphan them.

Best,

On 2020/12/08 12:30 PM, Ansgar wrote:
> Source: crashmail
> Version: 1.7-1.1
> Severity: serious
> X-Debbugs-Cc: Sudip Mukherjee 
> 
> The maintainer address is invalid, see below.
> 
> Ansgar
> 
>  Forwarded Message 
> Subject: Mail delivery failed: returning message to sender
> Date: Fri, 04 Dec 2020 22:21:08 +
> 
> > This message was created automatically by mail delivery software.
> > 
> > A message that you sent could not be delivered to one or more of its
> > recipients. This is a permanent error. The following address(es)
> > failed:
> > 
> >   j...@rocasa.us
> >     host a585612.mx.mailhop.org [54.191.214.36]
> >     SMTP error from remote mail server after RCPT
> > TO::
> >     554 5.7.1 We do not relay rocasa.us
> 

> Reporting-MTA: dns; mailly.debian.org
> 
> Action: failed
> Final-Recipient: rfc822;j...@rocasa.us
> Status: 5.0.0
> Remote-MTA: dns; a585612.mx.mailhop.org
> Diagnostic-Code: smtp; 554 5.7.1 We do not relay rocasa.us
> 

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#979347: src:apt-venv: invalid maintainer address

2021-01-25 Thread Baptiste Beauplat
Hi Leo,

The email on your package isn't reachable anymore. Could you fix it so
it gets into the next stable release?

If you do not intend to maintain this package anymore, another
possibility is to orphan it.

Best,

On 2021/01/05 04:47 PM, Ansgar wrote:
> Source: apt-venv
> Version: 1.0.0-2
> Severity: serious
> Tags: bullseye sid
> X-Debbugs-Cc: Holger Levsen 
> 
> The maintainer address is invalid, see below.
> 
> Ansgar
> 
>  Start of forwarded message 
> From: Mail Delivery System 
> Subject: Mail delivery failed: returning message to sender
> Date: Tue, 05 Jan 2021 15:33:37 +
> 

> This message was created automatically by mail delivery software.
> 
> A message that you sent could not be delivered to one or more of its
> recipients. This is a permanent error. The following address(es) failed:
> 
>   l...@ubuntu.com
> host mx.canonical.com [91.189.95.10]
> SMTP error from remote mail server after RCPT TO::
> 550 5.1.1 : Recipient address rejected:
> User unknown in virtual alias table

> Reporting-MTA: dns; muffat.debian.org
> 
> Action: failed
> Final-Recipient: rfc822;l...@ubuntu.com
> Status: 5.0.0
> Remote-MTA: dns; mx.canonical.com
> Diagnostic-Code: smtp; 550 5.1.1 : Recipient address 
> rejected: User unknown in virtual alias table

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#979641: src:kboot-utils: invalid maintainer address

2021-01-25 Thread Baptiste Beauplat
On 2021/01/25 12:18 AM, Antonio Ospite wrote:
> On Sun, 24 Jan 2021 21:12:54 +0100
> Baptiste Beauplat  wrote:
> 
> > Hi Antonio,
> > 
> > kboot-utils, one of the packages you maintain in Debian has an old, 
> > unreachable
> > Maitainer address. Could you please update it to prevent it from getting
> > removed?
> > 
> > See below the original bug report.
> >
> 
> Thank you for reporting this Baptiste.
> 
> I am actually not sure how useful kboot-utils is nowadays, it was mainly
> developed to make it easier to boot kernels on the Sony PS3, but I don't
> think the PS3 is supported by Debian directly anymore.
> 
> However I would be happy to update the package anyway if there was
> someone interested to sponsor it, since I cannot upload packages
> myself and the I doubt my usual sponsor would be interested in it.

Well, installation stats for kboot-utils are close to 0 [1]. A possible
solution would be to request its removal [2]. If it appears that it was
actually needed, it could be re-introduced at a later point (not for the
next stable but I don't think that's a problem).

[1]: https://qa.debian.org/popcon.php?package=kboot-utils
[2]: 
https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#removing-packages

-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#979641: src:kboot-utils: invalid maintainer address

2021-01-24 Thread Baptiste Beauplat
Hi Antonio,

kboot-utils, one of the packages you maintain in Debian has an old, unreachable
Maitainer address. Could you please update it to prevent it from getting
removed?

See below the original bug report.

Best,

On 2021/01/09 06:04 PM, Ansgar wrote:
> Source: kboot-utils
> Version: 0.4-1
> Severity: serious
> Tags: bullseye sid
> X-Debbugs-Cc: Holger Levsen 
> 
> The maintainer address is invalid, see below.
> 
> Ansgar
> 
>  Start of forwarded message 
> From: Mail Delivery System 
> Subject: Mail delivery failed: returning message to sender
> Date: Sat, 09 Jan 2021 16:49:56 +
> 

> This message was created automatically by mail delivery software.
> 
> A message that you sent could not be delivered to one or more of its
> recipients. This is a permanent error. The following address(es) failed:
> 
>   osp...@studenti.unina.it
> host fmvip.unina.it [192.132.34.7]
> SMTP error from remote mail server after RCPT 
> TO::
> 550 5.1.1 ... User unknown

> Reporting-MTA: dns; muffat.debian.org
> 
> Action: failed
> Final-Recipient: rfc822;osp...@studenti.unina.it
> Status: 5.0.0
> Remote-MTA: dns; fmvip.unina.it
> Diagnostic-Code: smtp; 550 5.1.1 ... User unknown



-- 
Baptiste Beauplat - lyknode


signature.asc
Description: PGP signature


Bug#975494: marked as pending in vdirsyncer

2021-01-22 Thread Baptiste Beauplat
Control: tag -1 pending

Hello,

Bug #975494 in vdirsyncer reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/python-team/packages/vdirsyncer/-/commit/7ec60c089c8232bccd63f32d42b346868286bb07


Add patch to replace deprecated getiterator() by python3.9 compatible iter()

Closes: #975494


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/975494



Bug#975494: marked as pending in vdirsyncer

2021-01-22 Thread Baptiste Beauplat
Control: tag -1 pending

Hello,

Bug #975494 in vdirsyncer reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below and you can check the diff of the fix at:

https://salsa.debian.org/python-team/packages/vdirsyncer/-/commit/1cc554e785bbd20b9a87bc900506ab1b36a5ee43


Add patch to replace deprecated getiterator() by python3.9 compatible iter()

Closes: #975494


(this message was generated automatically)
-- 
Greetings

https://bugs.debian.org/975494



Bug#979246: src:fonts-ddc-uchen: invalid maintainer address

2021-01-12 Thread Baptiste Beauplat
Hi Sruthi,

On Mon, 04 Jan 2021 17:52:01 +0100 Ansgar  wrote:
> Source: fonts-ddc-uchen
> Version: 1.0-1
> Severity: serious
> X-Debbugs-Cc: fonts-ddc-uchen
> 
> The maintainer address is invalid, see below.
> 
> Ansgar
> 
>  Start of forwarded message 
> From: Mail Delivery System 
> Subject: Mail delivery failed: returning message to sender
> Date: Mon, 04 Jan 2021 14:33:44 +

I'm Cc'ing you manually on this bug since you are the maintainer but the
email is incorrect (s...@openmailbox.org).

Let me know if you don't have time to attend to it, I'll do an NMU with
your address fixed.

Note: this also affects ruby-fog-cloudatcost

Best,
-- 
Baptiste Beauplat - lyknode



OpenPGP_signature
Description: OpenPGP digital signature


Bug#979639: src:sauce: invalid maintainer address

2021-01-10 Thread Baptiste Beauplat
Hi Ian,

On Sat, 09 Jan 2021 18:01:02 +0100 Ansgar  wrote:
> Source: sauce
> Version: 0.9.0
> Severity: serious
> Tags: bullseye sid
> X-Debbugs-Cc: Holger Levsen 
> 
> The maintainer address is invalid, see below.
> 
> Ansgar
> 
>  Start of forwarded message 
> From: Mail Delivery System 
> Subject: Mail delivery failed: returning message to sender
> Date: Sat, 09 Jan 2021 16:53:55 +

I'm Cc'ing you manually on this bug since you are the maintainer but the
email is incorrect (i...@davenant.greenend.org.uk).

Let me know if you don't have time to attend to it, I'll do an NMU with
your address fixed.

Best,
-- 
Baptiste Beauplat - lyknode



OpenPGP_signature
Description: OpenPGP digital signature


Bug#939527: vcdimager contains one file with different license

2020-12-19 Thread Baptiste Beauplat
Control: owner -1 !

On Thu, 05 Sep 2019 21:42:27 + bendik...@vfemail.net wrote:
> https://metadata.ftp-master.debian.org/changelogs//main/v/vcdimager/vcdimager_2.0.1+dfsg-3_copyright
> 
> The file changed on 17-03-2011 from gpl 2 or later to gpl 2
> https://cvs.savannah.gnu.org/viewvc/vcdimager/vcdimager/lib/sector.c?view=markup
> 
> Already send a message to (not visible at the moment)
> https://lists.gnu.org/mailman/listinfo/bug-vcdimager/
> also
> https://directory.fsf.org/wiki/User_talk:Rockyb
> more info
> https://directory.fsf.org/wiki/vcdimager

I asked upstream and apparently the change was requested by one of its
author. They don't seems to want to change it back.

See https://github.com/rocky/vcdimager/issues/5

For Debian, we just need to fix the copyright listing. I'll get on it.

-- 
Baptiste Beauplat - lyknode



OpenPGP_signature
Description: OpenPGP digital signature


Bug#917167: systemd: 240 breaks kde (rakes ages to launch)

2018-12-23 Thread Baptiste BEAUPLAT
Dear maintainers,

This issue seems related to #917168, feel free to merge it.

For the 100% cpu, I think the problem is here in kinit:

https://github.com/KDE/kinit/blob/master/src/kdeinit/kinit.cpp#L163

```c
/*
 * Clean up the file descriptor table by closing all file descriptors
 * that are still open.
 *
 * This function is called very early in the main() function, so that
 * we don't leak anything that was leaked to us.
 */
static void cleanup_fds()
{
int maxfd = FD_SETSIZE;
struct rlimit rl;
if (getrlimit(RLIMIT_NOFILE, &rl) == 0) {
maxfd = rl.rlim_max;
}
for (int fd = 3; fd < maxfd; ++fd) {
#if KDEINIT_OOM_PROTECT
if (fd != oom_pipe)
#endif
close(fd);
}
}
```

Has anything changed on the limits?

best regards,

-- 
Baptiste BEAUPLAT - lyknode



signature.asc
Description: OpenPGP digital signature