Processed: unblock: vim/2:9.0.1378-1

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:vim
Bug #1033922 [release.debian.org] unblock: vim/2:9.0.1378-1
Added indication that 1033922 affects src:vim

-- 
1033922: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033922
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1033918: unblock: lios/2.7.2-5

2023-04-03 Thread Samuel Thibault
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: l...@packages.debian.org
Control: affects -1 + src:lios

Hello,

I have uploaded lios/2.7.2-5 to unstable, to hopefully make it to
bookworm.

[ Reason ]
As reported on #990805 and #1033024, in the current version of lios when
opening the general preferences dialog box, lios stays stuck for a
couple minutes. This happens only when the espeak-ng package is
installed, in which case there are thousands of voices available for
the speech configuration part of this dialog box, thus making it very
long to load.

Upstream fixed the issue without telling me, we eventually found it was
fixed in a more recent upstream snapshot, and I picked up the upstream
commit for this, included in lios/2.7.2-5. The idea of the fix is to
separate the voices by language, so that the user first chooses among a
few hundred languages, and then chooses a voice person. This is enough
to make the dialog box load in a snap.

[ Impact ]
Without this new version, users will have to either remove the espeak-ng
package (but lios users are most often blind users so they do need it),
or they have to wait for several minutes when they want to change some
general preference.

[ Tests ]
This was tested manually as fixing the issue.

[ Risks ]
The code is relatively simple: in lios/speech.py, instead of having
list_voices return a plain list, it creates a dictionary sorted by
language. lios/preferences.py then contains an additional combobox, and
the logic is reworked around these to implement the two-step selection.

The upstream commit also includes selecting a default voice according to
the current locale. I prefered to avoid splitting it from the upstream
commit since the two parts seem related.

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

unblock lios/2.7.2-5
diff -Nru lios-2.7.2/debian/changelog lios-2.7.2/debian/changelog
--- lios-2.7.2/debian/changelog 2023-03-13 20:00:26.0 +0100
+++ lios-2.7.2/debian/changelog 2023-04-03 23:22:12.0 +0200
@@ -1,3 +1,10 @@
+lios (2.7.2-5) unstable; urgency=medium
+
+  * patches/preference-voice-list: Fix general preferences loading delay.
+(Closes: #990805, #1033024).
+
+ -- Samuel Thibault   Mon, 03 Apr 2023 23:22:12 +0200
+
 lios (2.7.2-4) unstable; urgency=medium
 
   * Upload fix to unstable, thanks Gunnar!
diff -Nru lios-2.7.2/debian/patches/preference-voice-list 
lios-2.7.2/debian/patches/preference-voice-list
--- lios-2.7.2/debian/patches/preference-voice-list 1970-01-01 
01:00:00.0 +0100
+++ lios-2.7.2/debian/patches/preference-voice-list 2023-04-03 
23:21:39.0 +0200
@@ -0,0 +1,232 @@
+commit 565afb783dc50d4ec7c9d1d6caf486c26f47d1fe
+Author: nalin.x.linux 
+Date:   Sun Aug 28 15:27:27 2022 +0530
+
+Preferences dialog startup fixed, speech person selection enabled, set 
default speech module and language using user's language
+
+---
+ lios/main.py|   10 -
+ lios/preferences.py |  104 
+++-
+ lios/speech.py  |   13 +-
+ 3 files changed, 112 insertions(+), 15 deletions(-)
+
+--- a/lios/main.py
 b/lios/main.py
+@@ -181,6 +181,7 @@ class linux_intelligent_ocr_solution():
+   #Load Preferences
+   self.preferences = preferences.lios_preferences()
+   self.preferences.set_from_file(macros.preferences_file_path)
++  self.preferences.set_default_speech_module_and_language()
+   self.preferences.set_avalable_scanner_drivers([ item.name for 
item in self.available_scanner_driver_list])
+   self.preferences.set_avalable_ocr_engines([ 
(item.name,item.get_available_languages())
+   
for item in self.available_ocr_engine_list ])
+@@ -1379,6 +1380,7 @@ pacman -S aspell-fr"""))
+ 
+   def restore_preferences(self,*data):
+   self.preferences.__init__()
++  self.preferences.set_default_speech_module_and_language()
+   self.make_preferences_effective()
+   self.notify_information(_("Preferences Restored"),0)
+   
+@@ -1441,8 +1443,12 @@ pacman -S aspell-fr"""))
+   self.is_reading = True
+   speaker = speech.Speech()
+   
speaker.set_output_module(speaker.list_output_modules()[self.preferences.speech_module])
+-  if(self.preferences.speech_module != -1 and 
len(speaker.list_voices()) > 1):
+-  
speaker.set_synthesis_voice(speaker.list_voices()[self.preferences.speech_language])
++  language_person_dict = 
speaker.get_language_person_dict()
++
++  if(self.preferences.speech_module != -1 and 

Processed: unblock: lios/2.7.2-5

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:lios
Bug #1033918 [release.debian.org] unblock: lios/2.7.2-5
Added indication that 1033918 affects src:lios

-- 
1033918: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033918
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1032939: marked as done (unblock: network-manager/1.42.4-1)

2023-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 3 Apr 2023 22:20:13 +0200
with message-id 
and subject line Re: Bug#1032939: unblock: network-manager/1.42.4-1
has caused the Debian Bug report #1032939,
regarding unblock: network-manager/1.42.4-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1032939: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032939
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: network-mana...@packages.debian.org
Control: affects -1 + src:network-manager

Hi,

please unblock package network-manager.

The current version in testing is 1.42.0-1 and upstream has created two
stable point releases 1.42.2 and 1.42.4, cherry-picking various fixes
into the nm-1.42 stable branch, most notably a fix for #1031891,
a regression in the dnsmasq DNS backend when using a global DNS
configuration.

Upstream is rather conservative in cherry-picking fixes into their
stable branches and the package ships an extensive test-suite, which is
run during build.
No new regressions were reported for 1.42.4-1.

I would thus like to see 1.42.4-1 unblocked for bookworm.

Regards,
Michael

unblock network-manager/1.42.4-1
--- End Message ---
--- Begin Message ---

Hi,

On 03-04-2023 07:19, Michael Biebl wrote:
Fortunately, the additional delay has given the changes in unstable 
further testing and no new bug reports have been filed since then.


And we're further into the freeze. Fortunately we don't have a release 
date yet, so I'll unblock now.


Paul


OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---


Re: unblock request for fai 6.0.1

2023-04-03 Thread Paul Gevers

Hi,

On 03-04-2023 21:51, la...@debian.org wrote:

this is a unblock request for fai 6.0.1.


unblocked (but the comment for dracut applies too).

Paul


OpenPGP_signature
Description: OpenPGP digital signature


Re: unblock request for dracut 059-4

2023-04-03 Thread Paul Gevers

Hi Thomas,

On 03-04-2023 21:59, la...@debian.org wrote:

this is a unblock request for dracut 059-4.


Please, next time file an unblock bug report (using $(reportbug 
release.debian.org). Messages like these tend to get lost on our high 
volume mail list, particularly if they *look* like unblock bug reports.


Anyways, unblocked.

Paul


OpenPGP_signature
Description: OpenPGP digital signature


unblock request for dracut 059-4

2023-04-03 Thread lange
Hi release team,

this is a unblock request for dracut 059-4.
This version is in unstable for 24 days.
Attached is the debdiff from 059-3 to 059-4

It fixes a wrong path in the debian patch
which closes #1029413 and #1030191
The debdiff is included after the diffstat

best regards Thomas



$ debdiff dracut_059-3.dsc dracut_059-4.dsc|diffstat
 changelog  |8 
 patches/initrd-not-initramfs.patch |   14 +++---
 2 files changed, 15 insertions(+), 7 deletions(-)




diff -Nru dracut-059/debian/changelog dracut-059/debian/changelog
--- dracut-059/debian/changelog 2023-01-09 20:56:29.0 +0100
+++ dracut-059/debian/changelog 2023-03-09 19:13:42.0 +0100
@@ -1,3 +1,11 @@
+dracut (059-4) unstable; urgency=low
+
+  * Fix file name in patch initrd-not-initramfs.patch
+Closes: #1029413, #1030191
+Thanks to nabijaczleweli for for the patch
+
+ -- Thomas Lange   Thu, 09 Mar 2023 19:13:42 +0100
+
 dracut (059-3) unstable; urgency=low
 
   * control: add breaks + replaces, Closes: #1028303
diff -Nru dracut-059/debian/patches/initrd-not-initramfs.patch 
dracut-059/debian/patches/initrd-not-initramfs.patch
--- dracut-059/debian/patches/initrd-not-initramfs.patch2022-12-26 
12:51:37.0 +0100
+++ dracut-059/debian/patches/initrd-not-initramfs.patch2023-03-09 
18:09:34.0 +0100
@@ -16,7 +16,7 @@
  outfile="$dracutsysrootdir/lib/modules/${kernel}/initrd"
  elif [[ -e $dracutsysrootdir/boot/vmlinuz-${kernel} ]]; then
 -outfile="$dracutsysrootdir/boot/initramfs-${kernel}.img"
-+outfile="$dracutsysrootdir/boot/initrd-${kernel}"
++outfile="$dracutsysrootdir/boot/initrd.img-${kernel}"
  elif [[ -z $dracutsysrootdir ]] \
  && [[ $MACHINE_ID ]] \
  && mountpoint -q /efi; then
@@ -25,7 +25,7 @@
  outfile="/boot/efi/${MACHINE_ID}/${kernel}/initrd"
  else
 -outfile="$dracutsysrootdir/boot/initramfs-${kernel}.img"
-+outfile="$dracutsysrootdir/boot/initrd-${kernel}"
++outfile="$dracutsysrootdir/boot/initrd.img-${kernel}"
  fi
  fi
  fi
@@ -36,7 +36,7 @@
  _/boot/efi/__/__/initrd_,
  _/lib/modules/__/initrd_ or
 -_/boot/initramfs-__.img_ and contains the kernel modules 
of
-+_/boot/initrd-__ and contains the kernel modules of
++_/boot/initrd.img-__ and contains the kernel modules of
  the currently active kernel with version __.
  
  If the initramfs image already exists, dracut will display an error message, 
and
@@ -47,7 +47,7 @@
  _/boot/efi///initrd_,
  _/lib/modules//initrd_ or
 -_/boot/initramfs-.img_.
-+_/boot/initrd-_.
++_/boot/initrd.img-_.
  
  OPTIONS
  ---
@@ -59,8 +59,8 @@
  image="/lib/modules/${KERNEL_VERSION}/initramfs.img"
 -elif [[ -f /boot/initramfs-${KERNEL_VERSION}.img ]]; then
 -image="/boot/initramfs-${KERNEL_VERSION}.img"
-+elif [[ -f /boot/initrd-${KERNEL_VERSION} ]]; then
-+image="/boot/initrd-${KERNEL_VERSION}"
++elif [[ -f /boot/initrd.img-${KERNEL_VERSION} ]]; then
++image="/boot/initrd.img-${KERNEL_VERSION}"
  elif [[ $MACHINE_ID ]] \
  && mountpoint -q /efi; then
  image="/efi/${MACHINE_ID}/${KERNEL_VERSION}/initrd"
@@ -73,7 +73,7 @@
 -elif [[ -f /boot/initramfs-${KERNEL_VERSION}.img ]]; then
 -IMG="/boot/initramfs-${KERNEL_VERSION}.img"
 +elif [[ -f /boot/initrd.img-${KERNEL_VERSION} ]]; then
-+IMG="/boot/initrd-${KERNEL_VERSION}"
++IMG="/boot/initrd.img-${KERNEL_VERSION}"
  elif mountpoint -q /efi; then
  IMG="/efi/$MACHINE_ID/$KERNEL_VERSION/initrd"
  elif mountpoint -q /boot/efi; then



unblock request for fai 6.0.1

2023-04-03 Thread lange
Hi release team,

this is a unblock request for fai 6.0.1.
This version is in unstable for 25 days.
Attached is the debdiff from 6.0 to 6.0.1

- It fixes a small perl syntax error in install_packages
- It add comments into disk_config/* files which goes into the fai-doc package
- The year in prcopyleft was set to 2023



$ debdiff fai_6.0.dsc fai_6.0.1.dsc|diffstat
 bin/install_packages  |2 +-
 debian/changelog  |   12 
 examples/simple/disk_config/FAIBASE   |3 +++
 examples/simple/disk_config/FAIBASE_EFI   |3 +++
 examples/simple/disk_config/ROCKY |3 +++
 examples/simple/scripts/GRUB_EFI/10-setup |5 +
 lib/prcopyleft|4 ++--
 7 files changed, 29 insertions(+), 3 deletions(-)



diff -Nru fai-6.0/bin/install_packages fai-6.0.1/bin/install_packages
--- fai-6.0/bin/install_packages2022-11-13 18:48:57.0 +0100
+++ fai-6.0.1/bin/install_packages  2023-02-23 16:31:07.0 +0100
@@ -204,7 +204,7 @@
 my $packlist = join(' ',@{$pkglist});
 
 if ($atype eq "hold") {
-  my $hold = join " hold\n", @{$list{hold}}, "";
+  my $hold = join " hold\n", @{$list{hold}{$pkgopt}}, "";
   execute("echo \"$hold\" | $rootcmd $command{hold}");
   next;
 }
diff -Nru fai-6.0/debian/changelog fai-6.0.1/debian/changelog
--- fai-6.0/debian/changelog2023-01-13 22:45:03.0 +0100
+++ fai-6.0.1/debian/changelog  2023-03-08 19:38:00.0 +0100
@@ -1,3 +1,15 @@
+fai (6.0.1) unstable; urgency=low
+
+  [ Joerg Behrmann ]
+  * install_packages: fix wrong type of perl variable, Closes: #1032267
+
+  [ Thomas Lange ]
+  * prtcopyleft: year++
+  * disk_config/*: add comment about mkfs option that is needed when using
+older Debian releases, Closes: #1031415
+
+ -- Thomas Lange   Wed, 08 Mar 2023 19:38:00 +0100
+
 fai (6.0) unstable; urgency=low
 
   [ Thomas Lange ]
diff -Nru fai-6.0/examples/simple/disk_config/FAIBASE 
fai-6.0.1/examples/simple/disk_config/FAIBASE
--- fai-6.0/examples/simple/disk_config/FAIBASE 2019-03-26 16:32:51.0 
+0100
+++ fai-6.0.1/examples/simple/disk_config/FAIBASE   2023-02-21 
22:06:49.0 +0100
@@ -2,6 +2,9 @@
 #
 #
 
+# you may want to add "-O ^metadata_csum_seed" to createopts if the target
+# system is older than bullseye. See #866603, #1031415, #1031416 for more info.
+
 disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid
 
 primary /  2G-50G   ext4  rw,noatime,errors=remount-ro
diff -Nru fai-6.0/examples/simple/disk_config/FAIBASE_EFI 
fai-6.0.1/examples/simple/disk_config/FAIBASE_EFI
--- fai-6.0/examples/simple/disk_config/FAIBASE_EFI 2022-11-09 
10:41:39.0 +0100
+++ fai-6.0.1/examples/simple/disk_config/FAIBASE_EFI   2023-02-21 
22:07:05.0 +0100
@@ -2,6 +2,9 @@
 #
 # p=   
 
+# you may want to add "-O ^metadata_csum_seed" to createopts if the target
+# system is older than bullseye. See #866603, #1031415, #1031416 for more info.
+
 disk_config disk1 disklabel:gpt bootable:1 fstabkey:uuid
 
 p=efi  /boot/efi 512M  vfat  rw
diff -Nru fai-6.0/examples/simple/disk_config/ROCKY 
fai-6.0.1/examples/simple/disk_config/ROCKY
--- fai-6.0/examples/simple/disk_config/ROCKY   2022-05-28 18:25:13.0 
+0200
+++ fai-6.0.1/examples/simple/disk_config/ROCKY 2023-02-21 22:08:38.0 
+0100
@@ -2,6 +2,9 @@
 #
 #
 
+# you may want to add "-O ^metadata_csum_seed" to createopts if the target
+# system is older than bullseye. See #866603, #1031415, #1031416 for more info.
+
 disk_config disk1 disklabel:msdos bootable:1 fstabkey:label
 
 primary /  4G-50Gext4  rw,noatime,errors=remount-ro createopts="-L 
ROOT"
diff -Nru fai-6.0/examples/simple/scripts/GRUB_EFI/10-setup 
fai-6.0.1/examples/simple/scripts/GRUB_EFI/10-setup
--- fai-6.0/examples/simple/scripts/GRUB_EFI/10-setup   2022-11-27 
20:21:24.0 +0100
+++ fai-6.0.1/examples/simple/scripts/GRUB_EFI/10-setup 2023-01-17 
12:15:57.0 +0100
@@ -69,5 +69,10 @@
 fi
 fi
 $ROOTCMD update-grub
+if [[ $BOOT_DEVICE =~ '/dev/loop' ]]; then
+:
+else
+efibootmgr -v
+fi
 
 exit $error
diff -Nru fai-6.0/lib/prcopyleft fai-6.0.1/lib/prcopyleft
--- fai-6.0/lib/prcopyleft  2022-05-26 21:45:20.0 +0200
+++ fai-6.0.1/lib/prcopyleft2023-01-14 14:03:09.0 +0100
@@ -3,7 +3,7 @@
 #*
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 2003-2022 by Thomas Lange, la...@cs.uni-koeln.de
+# (c) 2003-2023 by Thomas Lange, la...@cs.uni-koeln.de
 # Universitaet zu Koeln
 #
 #*
@@ -17,7 +17,7 @@
  -
Fully Automatic Installation  -  FAI
 
-   $FAI_VERSION   (c) 1999-2022
+   $FAI_VERSION   (c) 1999-2023
Thomas 

Processed: Re: Bug#1033676: unblock: xen/4.17.0+74-g3eac216e6e-1

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 unblock: xen/4.17.0+74-g3eac216e6e-1
Bug #1033676 [release.debian.org] unblock: xen/4.17.0+74-g3eac216e6e-1 
(pre-approval)
Changed Bug title to 'unblock: xen/4.17.0+74-g3eac216e6e-1' from 'unblock: 
xen/4.17.0+74-g3eac216e6e-1 (pre-approval)'.

-- 
1033676: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033676
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1033676: unblock: xen/4.17.0+74-g3eac216e6e-1

2023-04-03 Thread Maximilian Engelhardt
Control: retitle -1 unblock: xen/4.17.0+74-g3eac216e6e-1

On Sonntag, 2. April 2023 21:51:11 CEST Sebastian Ramacher wrote:
> On 2023-03-29 23:27:11 +0200, Maximilian Engelhardt wrote:
> > Package: release.debian.org
> > Severity: normal
> > User: release.debian@packages.debian.org
> > Usertags: unblock
> > X-Debbugs-Cc: x...@packages.debian.org, m...@daemonizer.de,
> > t...@security.debian.org Control: affects -1 + src:xen
> > 
> > Please approve an upload of xen to unstable and later unblock package
> > xen. See the "Other info" section below on why this is a pre-approval
> > request.
> 
> Please go ahead
> 
> Cheers

Thanks, xen/4.17.0+74-g3eac216e6e-1 has been uploaded to unstable and already 
built on all architectures.

> > [ Reason ]
> > Xen in bookworm (and unstable) is currently affected by CVE-2022-42331,
> > CVE-2022-42332, CVE-2022-42333 and CVE-2022-42334 (see #1033297).
> > 
> > [ Impact ]
> > The above mentioned CVEs are not fixed.
> > 
> > [ Tests ]
> > The Debian package is based only on upstream commits that have passed
> > the upstream automated tests.
> > The Debian package has been successfully tested by the xen packaging
> > team on their test machines.
> > 
> > [ Risks ]
> > There could be upstream changes unrelated to the above mentioned
> > security fixes that cause regressions. However upstream has an automated
> > testing machinery (osstest) that only allows a commit in the upstream
> > stable branch if all test pass.
> > 
> > [ Checklist ]
> > 
> >   [x] all changes are documented in the d/changelog
> >   [x] I reviewed all changes and I approve them
> >   [x] attach debdiff against the package in testing
> > 
> > [ Other info ]
> > This security fix is based on the latest upstream stable-4.17 branch.
> > The branch in general only accepts bug fixes and does not allow new
> > features, so the changes there are mainly security and other bug fixes.
> > This does not exactly follow the "only targeted fixes" release policy,
> > so we are asking for a pre-approval.
> > The package we have prepared is exactly what we would have done as a
> > security update in a stable release, what we have historically done
> > together with the security team and are planning to continue to do.
> > As upstream does extensive automated testing on their stable branches
> > chances for unnoticed regressions are low. We believe this way the risk
> > for bugs is lower than trying to manually pick and adjust patches
> > without all the deep knowledge that upstream has. This approach is
> > similar to what the linux package is doing.
> > 
> > unblock xen/4.17.0+74-g3eac216e6e-1
> > 
> > Thanks
> > 


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


Bug#1032614: marked as done (ddcutil: pre-approval request ddcutil-1.4.2-1 fixes bug #1031259)

2023-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 3 Apr 2023 20:33:12 +0200
with message-id 
and subject line Re: Bug#1032614: ddcutil: pre-approval request ddcutil-1.4.2-1 
fixes bug #1031259
has caused the Debian Bug report #1032614,
regarding ddcutil: pre-approval request ddcutil-1.4.2-1 fixes bug #1031259
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1032614: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032614
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ddcutil
Version: 1.4.2-1
Severity: normal
X-Debbugs-Cc: rockow...@minsoft.com

Bug report #1031259 vs ddcutil 1.4.1-1 suggests installing files in
/usr/lib/modules-load.d to ensure that driver i2c-dev is loaded at system
startup, avoiding the possible need for user configuration after package
installation.  The change was made in the upstream source, and ddcutil 1.4.2-1
was uploaded to mentors on 2023-02-22.

The package sponsor, Andrey Rakhmatullin, has suggested that a pre-approval
request be submitted at this point before uploading from mentors to sid.

The change consists of 2 new files installed into /usr/lib/modules-load.d, an
updated Changelog.md file, along with modified DEBIAN/changelog,
DEBIAN/ddcutil.install, DEBIAN/libddcutil4.install, and updates to relevant
Autotools files.




-- System Information:
Debian Release: bookworm/sid
  APT prefers kinetic-updates
  APT policy: (500, 'kinetic-updates'), (500, 'kinetic-security'), (500, 
'kinetic')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.19.0-31-generic (SMP w/20 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ddcutil depends on:
ii  i2c-tools 4.3-2build1
ii  libc6 2.36-0ubuntu4
ii  libdrm2   2.4.113-2
ii  libglib2.0-0  2.74.3-0ubuntu1
ii  libkmod2  30+20220630-3ubuntu1
ii  libudev1  251.4-1ubuntu7
ii  libx11-6  2:1.8.1-2
ii  libxrandr22:1.5.2-2
ii  pci.ids   0.0~2022.08.07-1
ii  usb.ids   2022.05.20-1
ii  usbutils  1:014-1build1

ddcutil recommends no packages.

ddcutil suggests no packages.
diff -Nru ddcutil-1.4.1/CHANGELOG.md ddcutil-1.4.2/CHANGELOG.md
--- ddcutil-1.4.1/CHANGELOG.md  2023-01-23 10:47:29.0 -0500
+++ ddcutil-1.4.2/CHANGELOG.md  2023-02-21 13:26:28.0 -0500
@@ -1,5 +1,16 @@
 # Changelog
 
+## [1.4.2] 2023-02-17
+
+### Added 
+
+- **ddcutil** installation installs files /usr/lib/modules-load.d/ddcutil.conf
+  and /usr/lib/modules-load.d#libddcutil.conf to ensure that kernel module 
+  i2c-dev is loaded at boot time if it is not built into the kernel. There are
+  two files so that when split up into distribution packages, each of the 
+  command line **ddcutil** package and the shared library **libddcutil** 
+  package installs a file.  
+
 ## [1.4.1] 2023-01-16
 
 ### Fixed
diff -Nru ddcutil-1.4.1/configure ddcutil-1.4.2/configure
--- ddcutil-1.4.1/configure 2023-01-23 11:31:05.0 -0500
+++ ddcutil-1.4.2/configure 2023-02-21 13:27:43.0 -0500
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for ddcutil 1.4.1.
+# Generated by GNU Autoconf 2.71 for ddcutil 1.4.2.
 #
 # Report bugs to .
 #
@@ -621,8 +621,8 @@
 # Identity of this package.
 PACKAGE_NAME='ddcutil'
 PACKAGE_TARNAME='ddcutil'
-PACKAGE_VERSION='1.4.1'
-PACKAGE_STRING='ddcutil 1.4.1'
+PACKAGE_VERSION='1.4.2'
+PACKAGE_STRING='ddcutil 1.4.2'
 PACKAGE_BUGREPORT='rockow...@minsoft.com'
 PACKAGE_URL=''
 
@@ -1506,7 +1506,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ddcutil 1.4.1 to adapt to many kinds of systems.
+\`configure' configures ddcutil 1.4.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1577,7 +1577,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ddcutil 1.4.1:";;
+ short | recursive ) echo "Configuration of ddcutil 1.4.2:";;
esac
   cat <<\_ACEOF
 
@@ -1753,7 +1753,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ddcutil configure 1.4.1
+ddcutil configure 1.4.2
 generated by GNU Autoconf 2.71
 
 Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2180,7 +2180,7 @@
 This file 

Bug#1033901: Acknowledgement (unblock: castle-game-engine/7.0~alpha.2+dfsg1-4)

2023-04-03 Thread Abou Al Montacir
This ticket should be seen as an add
on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033840 which was accepted.
-- 
Cheers,
Abou Al Montacir


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


Bug#1033866: marked as done (unblock: node-sockjs-client/1.6.1+dfsg1-2)

2023-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 3 Apr 2023 20:26:13 +0200
with message-id 
and subject line Re: Bug#1033866: unblock: node-sockjs-client/1.6.1+dfsg1-2
has caused the Debian Bug report #1033866,
regarding unblock: node-sockjs-client/1.6.1+dfsg1-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1033866: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: node-sockjs-cli...@packages.debian.org
Control: affects -1 + src:node-sockjs-client

Please unblock package node-sockjs-client

[ Reason ]
autopkgtest is broken due to a __proto__ access which is now forbidden
during autopkgtest (pkg-js-autopkgtest).

[ Impact ]
No impact, no code change

[ Tests ]
Test passed (both build & autopkgtest)

[ Risks ]
No risk, no code change

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

[ Other info ]
This change includes a lintian-brush fix (little things in lintian +
policy 4.6.2)

Regards,
Yadd

unblock node-sockjs-client/1.6.1+dfsg1-2
diff --git a/debian/changelog b/debian/changelog
index d68db9b..77c59b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+node-sockjs-client (1.6.1+dfsg1-2) unstable; urgency=medium
+
+  * Team upload
+
+  [ lintian-brush ]
+  * Update lintian override info format in d/source/lintian-overrides
+on line 2-8, 11-27
+  * Use secure URI in Homepage field
+  * Update standards version to 4.6.2, no changes needed
+
+  [ Yadd ]
+  * Drop __proto__ calls in tests (Closes: #1033821)
+
+ -- Yadd   Mon, 03 Apr 2023 10:13:25 +0400
+
 node-sockjs-client (1.6.1+dfsg1-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 811e9fc..809ccdc 100644
--- a/debian/control
+++ b/debian/control
@@ -22,10 +22,10 @@ Build-Depends:
  , node-proxyquire 
  , node-serve-static 
  , node-uuid 
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/js-team/node-sockjs-client
 Vcs-Git: https://salsa.debian.org/js-team/node-sockjs-client.git
-Homepage: http://sockjs.org
+Homepage: https://sockjs.org
 Rules-Requires-Root: no
 
 Package: node-sockjs-client
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 2f1b0b2..a846c89 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,27 +1,27 @@
 # false positive
-node-sockjs-client source: source-is-missing lib/utils/escape.js
-node-sockjs-client source: source-is-missing tests/lib/echo-tests.js
-source-contains-prebuilt-javascript-object lib/utils/escape.js
-source-contains-prebuilt-javascript-object tests/lib/echo-tests.js
-very-long-line-length-in-source-file lib/utils/escape.js line *
-very-long-line-length-in-source-file tests/lib/echo-tests.js line *
-very-long-line-length-in-source-file *.md line *
+node-sockjs-client source: source-is-missing [lib/utils/escape.js]
+node-sockjs-client source: source-is-missing [tests/lib/echo-tests.js]
+source-contains-prebuilt-javascript-object [lib/utils/escape.js]
+source-contains-prebuilt-javascript-object [tests/lib/echo-tests.js]
+very-long-line-length-in-source-file * [lib/utils/escape.js:*]
+very-long-line-length-in-source-file * [tests/lib/echo-tests.js:*]
+very-long-line-length-in-source-file * [*.md:*]
 
 # False positive in test module
-source-is-missing debian/tests/test_modules/sockjs/lib/iframe.js
-source-is-missing debian/tests/test_modules/sockjs/lib/sockjs.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-eventsource.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-htmlfile.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-jsonp.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-websocket.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-xhr.js
-source-is-missing debian/tests/test_modules/sockjs/lib/transport.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/iframe.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/sockjs.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/trans-eventsource.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/trans-htmlfile.js
-source-contains-prebuilt-javascript-object 

Bug#1033901: unblock: castle-game-engine/7.0~alpha.2+dfsg1-4

2023-04-03 Thread Abou Al Montacir
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package castle-game-engine

[ Reason ]
Fix compilation on mipsel architecture (Closes: Bug#891683)

[ Impact ]
No impact on other architectures. Fixes the compilation on mipsel.

[ Tests ]
The test suite was running on other architectures and will run on mipsel.

[ Risks ]
Probably none.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]
This will allow to bring mipsel to the supported architectures while not
impacting at all any other architecture.

The changes are just fixing compilation directives that are specific to mips
and mipsel.

unblock castle-game-engine/7.0~alpha.2+dfsg1-4
diff -Nru castle-game-engine-7.0~alpha.2+dfsg1/debian/changelog 
castle-game-engine-7.0~alpha.2+dfsg1/debian/changelog
--- castle-game-engine-7.0~alpha.2+dfsg1/debian/changelog   2023-04-02 
16:44:18.0 +0200
+++ castle-game-engine-7.0~alpha.2+dfsg1/debian/changelog   2023-04-03 
15:07:29.0 +0200
@@ -1,3 +1,11 @@
+castle-game-engine (7.0~alpha.2+dfsg1-4) unstable; urgency=medium
+
+  * Fixed compilation on mipsel.
+On mipsel both CPUmips and CPUmipsel are defined by the compiler.
+(Closes: Bug#891683)
+
+ -- Abou Al Montacir   Mon, 03 Apr 2023 15:07:29 +0200
+
 castle-game-engine (7.0~alpha.2+dfsg1-3) unstable; urgency=medium
 
   * Removed unused binary files to fix lintian reported errors.
diff -Nru 
castle-game-engine-7.0~alpha.2+dfsg1/debian/patches/Fixed-compilation-on-mipsel.patch
 
castle-game-engine-7.0~alpha.2+dfsg1/debian/patches/Fixed-compilation-on-mipsel.patch
--- 
castle-game-engine-7.0~alpha.2+dfsg1/debian/patches/Fixed-compilation-on-mipsel.patch
   1970-01-01 01:00:00.0 +0100
+++ 
castle-game-engine-7.0~alpha.2+dfsg1/debian/patches/Fixed-compilation-on-mipsel.patch
   2023-04-03 15:04:37.0 +0200
@@ -0,0 +1,22 @@
+Description: Fixed compilation on mipsel
+ This patch fixes a bug causing CGE not compile on mipsel architecture.
+ .
+ The issue was that on mipsel both CPUmips and CPUmipsel are defined by the
+ compiler.
+Author: Abou Al Montacir 
+
+diff --git a/tools/common-code/toolarchitectures.pas 
b/tools/common-code/toolarchitectures.pas
+index 905fa46..9ae4e07 100644
+--- a/tools/common-code/toolarchitectures.pas
 b/tools/common-code/toolarchitectures.pas
+@@ -138,8 +138,8 @@ const
+ {$ifdef CPUpowerpc64} powerpc64 {$endif}
+ {$ifdef CPUavr} avr {$endif}
+ {$ifdef CPUarmeb} armeb {$endif}
+-{$ifdef CPUmips} mips {$endif}
+-{$ifdef CPUmipsel} mipsel {$endif}
++{$ifdef CPUmipsel} mipsel {$else}
++{$ifdef CPUmips} mips {$endif}{$endif}
+ {$ifdef CPUjvm} jvm {$endif}
+ {$ifdef CPUi8086} i8086 {$endif}
+ {$ifdef CPUsparc64} sparc64 {$endif}
diff -Nru castle-game-engine-7.0~alpha.2+dfsg1/debian/patches/series 
castle-game-engine-7.0~alpha.2+dfsg1/debian/patches/series
--- castle-game-engine-7.0~alpha.2+dfsg1/debian/patches/series  2022-10-24 
20:06:20.0 +0200
+++ castle-game-engine-7.0~alpha.2+dfsg1/debian/patches/series  2023-04-03 
08:43:08.0 +0200
@@ -7,3 +7,4 @@
 77c97ef135eb5ad95c05d90edae11fa3d2863359.patch
 Fix-UTF-8-BOM.patch
 f0fe0583dded3d0c27ae46fde59a00f58a777e46.patch
+Fixed-compilation-on-mipsel.patch


Bug#1033893: marked as done (unblock: mailutils/1:3.15-4)

2023-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Apr 2023 17:18:43 +
with message-id 
and subject line unblock mailutils
has caused the Debian Bug report #1033893,
regarding unblock: mailutils/1:3.15-4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1033893: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: mailut...@packages.debian.org
Control: affects -1 + src:mailutils

Please unblock package mailutils

I tried getting this before the start of the freeze, but apparently was
a few hours late.

This revision just fixes a long standing crash in mail(1), which is
related to certain locale setting.

The patch to the actual fix is a two-liner, but this upload also
included some other minor packaging tweaks like updating
Standards-Version or lintian overrides.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

unblock mailutils/1:3.15-4
diff -Nru mailutils-3.15/debian/changelog mailutils-3.15/debian/changelog
--- mailutils-3.15/debian/changelog 2022-09-13 23:16:02.0 +0200
+++ mailutils-3.15/debian/changelog 2023-03-03 17:00:20.0 +0100
@@ -1,3 +1,16 @@
+mailutils (1:3.15-4) unstable; urgency=medium
+
+  [ Debian Janitor ]
+  * Update lintian override info to new format on line 1.
+  * Update standards version to 4.6.1, no changes needed.
+
+  [ Jordi Mallach ]
+  * Add patch from Dave Love to fix a locale-related crash
+(closes: #944372, #1031702).
+  * Update Standards-Version to 4.6.2, with no changes needed.
+
+ -- Jordi Mallach   Fri, 03 Mar 2023 17:00:20 +0100
+
 mailutils (1:3.15-3) unstable; urgency=medium
 
   [ Jordi Mallach ]
diff -Nru mailutils-3.15/debian/control mailutils-3.15/debian/control
--- mailutils-3.15/debian/control   2022-09-13 21:34:33.0 +0200
+++ mailutils-3.15/debian/control   2023-03-03 16:52:35.0 +0100
@@ -30,7 +30,7 @@
python3-dev,
texinfo,
zlib1g-dev
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/debian/mailutils.git
 Vcs-Browser: https://salsa.debian.org/debian/mailutils
 Homepage: https://www.gnu.org/software/mailutils/
diff -Nru mailutils-3.15/debian/mailutils.lintian-overrides 
mailutils-3.15/debian/mailutils.lintian-overrides
--- mailutils-3.15/debian/mailutils.lintian-overrides   2022-04-18 
16:45:34.0 +0200
+++ mailutils-3.15/debian/mailutils.lintian-overrides   2023-03-03 
15:26:36.0 +0100
@@ -1 +1 @@
-mailutils: elevated-privileges usr/bin/dotlock.mailutils 2755 root/root
+mailutils: elevated-privileges 2755 root/root [usr/bin/dotlock.mailutils]
diff -Nru mailutils-3.15/debian/patches/locale_crash.patch 
mailutils-3.15/debian/patches/locale_crash.patch
--- mailutils-3.15/debian/patches/locale_crash.patch1970-01-01 
01:00:00.0 +0100
+++ mailutils-3.15/debian/patches/locale_crash.patch2023-03-03 
15:31:36.0 +0100
@@ -0,0 +1,35 @@
+From f7fa005e21c56aae550c71d1ebc43030e1063601 Mon Sep 17 00:00:00 2001
+From: Sergey Poznyakoff 
+Date: Tue, 21 Feb 2023 14:18:34 +0200
+Subject: Fix coredump in mail.
+
+Patch proposed by Dave Love 
+
+* mail/util.c (util_get_charset): Check if charset is not NULL
+before strdup'ing it.
+---
+ mail/util.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/mail/util.c b/mail/util.c
+index b7a8e07..710b2af 100644
+--- a/mail/util.c
 b/mail/util.c
+@@ -1218,12 +1218,12 @@ util_get_charset (void)
+ {
+   struct mu_lc_all lc_all = { .flags = 0 };
+   char *tmp = getenv ("LC_ALL");
+-  if (!tmp)
++  if (!tmp || !*tmp)
+   tmp = getenv ("LANG");
+ 
+   if (tmp && mu_parse_lc_all (tmp, _all, MU_LC_CSET) == 0)
+   {
+-charset = mu_strdup (lc_all.charset);
++charset = lc_all.charset ? mu_strdup (lc_all.charset) : NULL;
+ mu_lc_all_free (_all);
+   }
+   else
+-- 
+cgit v1.1
+
diff -Nru mailutils-3.15/debian/patches/series 
mailutils-3.15/debian/patches/series
--- mailutils-3.15/debian/patches/series2022-04-18 16:45:34.0 
+0200
+++ mailutils-3.15/debian/patches/series2023-03-03 15:32:42.0 
+0100
@@ -1,3 +1,4 @@
 set_mu_sieve_moddir.patch
 guile-3.0.patch
 fix_libpq_include.patch
+locale_crash.patch
--- End Message ---
--- Begin Message ---
Unblocked.--- End Message 

Bug#1033895: marked as done (unblock: elasticsearch-curator/5.8.1-4.1)

2023-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Apr 2023 17:19:09 +
with message-id 
and subject line unblock elasticsearch-curator
has caused the Debian Bug report #1033895,
regarding unblock: elasticsearch-curator/5.8.1-4.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1033895: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: release.debian.org
Control: affects -1 + src:elasticsearch-curator
X-Debbugs-Cc: elasticsearch-cura...@packages.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package elasticsearch-curator.

[ Reason ]
Fixes FTBFS bugs #1022015 and #1026566.

[ Impact ]
The package will be auto-removed from bookworm without unblock.

[ Tests ]
package build fails in unit tests.

[ Risks ]
Upstream patch; no changes except for the yaml.load calls.

[ Checklist ]
   [x] all changes are documented in the d/changelog
   [x] I reviewed all changes and I approve them
   [x] attach debdiff against the package in testing

unblock elasticsearch-curator/5.8.1-4.1diff -Nru elasticsearch-curator-5.8.1/debian/changelog 
elasticsearch-curator-5.8.1/debian/changelog
--- elasticsearch-curator-5.8.1/debian/changelog2022-10-16 
18:58:04.0 +0200
+++ elasticsearch-curator-5.8.1/debian/changelog2023-03-04 
17:17:29.0 +0100
@@ -1,3 +1,11 @@
+elasticsearch-curator (5.8.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add upstream fix for compatibility with newer pyyaml.
+(Closes: #1022015)
+
+ -- Adrian Bunk   Sat, 04 Mar 2023 18:17:29 +0200
+
 elasticsearch-curator (5.8.1-4) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru 
elasticsearch-curator-5.8.1/debian/patches/0001-Version-bump-to-pyyaml-5.4.1-1596.patch
 
elasticsearch-curator-5.8.1/debian/patches/0001-Version-bump-to-pyyaml-5.4.1-1596.patch
--- 
elasticsearch-curator-5.8.1/debian/patches/0001-Version-bump-to-pyyaml-5.4.1-1596.patch
 1970-01-01 01:00:00.0 +0100
+++ 
elasticsearch-curator-5.8.1/debian/patches/0001-Version-bump-to-pyyaml-5.4.1-1596.patch
 2023-03-04 17:16:49.0 +0100
@@ -0,0 +1,155 @@
+From e2c3983c04bb91d0a1367e1f16ebf081e3a00658 Mon Sep 17 00:00:00 2001
+From: Tero Saarni 
+Date: Wed, 21 Apr 2021 16:40:43 +0300
+Subject: Version bump to pyyaml 5.4.1 (#1596)
+
+diff --git a/curator/utils.py b/curator/utils.py
+index 3af2c78..0309a4f 100644
+--- a/curator/utils.py
 b/curator/utils.py
+@@ -56,7 +56,7 @@ def get_yaml(path):
+ yaml.add_constructor('!single', single_constructor)
+ 
+ try:
+-return yaml.load(read_file(path))
++return yaml.load(read_file(path), Loader=yaml.FullLoader)
+ except yaml.scanner.ScannerError as err:
+ print('Unable to read/parse YAML file: {0}'.format(path))
+ print(err)
+diff --git a/test/unit/test_class_index_list.py 
b/test/unit/test_class_index_list.py
+index 1cf20f4..cfc4621 100644
+--- a/test/unit/test_class_index_list.py
 b/test/unit/test_class_index_list.py
+@@ -800,7 +800,7 @@ class TestIterateFiltersIndex(TestCase):
+ client.cluster.state.return_value = testvars.clu_state_four
+ client.indices.stats.return_value = testvars.stats_four
+ ilo = curator.IndexList(client)
+-config = yaml.load(testvars.pattern_ft)['actions'][1]
++config = yaml.load(testvars.pattern_ft, 
Loader=yaml.FullLoader)['actions'][1]
+ ilo.iterate_filters(config)
+ self.assertEqual(['a-2016.03.03'], ilo.indices)
+ def test_age_filtertype(self):
+@@ -810,7 +810,7 @@ class TestIterateFiltersIndex(TestCase):
+ client.cluster.state.return_value = testvars.clu_state_two
+ client.indices.stats.return_value = testvars.stats_two
+ ilo = curator.IndexList(client)
+-config = yaml.load(testvars.age_ft)['actions'][1]
++config = yaml.load(testvars.age_ft, 
Loader=yaml.FullLoader)['actions'][1]
+ ilo.iterate_filters(config)
+ self.assertEqual(['index-2016.03.03'], ilo.indices)
+ def test_space_filtertype(self):
+@@ -821,7 +821,7 @@ class TestIterateFiltersIndex(TestCase):
+ client.indices.stats.return_value = testvars.stats_four
+ client.field_stats.return_value = testvars.fieldstats_four
+ ilo = curator.IndexList(client)
+-config = yaml.load(testvars.space_ft)['actions'][1]
++config = yaml.load(testvars.space_ft, 
Loader=yaml.FullLoader)['actions'][1]
+ ilo.iterate_filters(config)
+ self.assertEqual(['a-2016.03.03'], 

Bug#1033889: marked as done (unblock: arriero/0.7~20161228-1.2)

2023-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Apr 2023 17:17:38 +
with message-id 
and subject line unblock arriero
has caused the Debian Bug report #1033889,
regarding unblock: arriero/0.7~20161228-1.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1033889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: release.debian.org
Control: affects -1 + src:arriero
X-Debbugs-Cc: josef81...@gmail.com, t...@debian.org, m...@debian.org
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package arriero.

[ Reason ]
This update allows the program to run without error by importing the 
collections.abc python package and using it in replacement of the 
collections python package with the MutableSet attribute (see #1032380).


[ Impact ]
With this fix, the program does not throw an AttributeError when running 
the arriero --help command or other commands. arriero has no 
reverse-dependencies, so there is no impact on other packages.


[ Tests ]
dh_auto_test runs during the build and would fail the build if tests 
failed. I installed the new .deb and ran arriero --help with the 
expected output, and the updates were reviewed by the DD who signed and 
uploaded the package. I have an autopkgtest ready if needed but I kept 
the upload minimal.


[ Risks ]
arriero has no reverse-dependencies so there are no risks.

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

unblock: arriero/0.7~20161228-1.2

--
Josef Schneider

GPG Fingerprint 3267 0331 DB61 A817 7D25 4D05 5A44 BC12 F2A8 E58F
diff -Nru arriero-0.7~20161228/debian/changelog 
arriero-0.7~20161228/debian/changelog
--- arriero-0.7~20161228/debian/changelog   2022-04-29 01:44:11.0 
+0200
+++ arriero-0.7~20161228/debian/changelog   2023-03-24 13:10:39.0 
+0100
@@ -1,3 +1,10 @@
+arriero (0.7~20161228-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch to import collections.abc in util.py (Closes: #1032380).
+
+ -- Josef Schneider   Fri, 24 Mar 2023 13:10:39 +0100
+
 arriero (0.7~20161228-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru arriero-0.7~20161228/debian/patches/0001-import-collections-abc.patch 
arriero-0.7~20161228/debian/patches/0001-import-collections-abc.patch
--- arriero-0.7~20161228/debian/patches/0001-import-collections-abc.patch   
1970-01-01 01:00:00.0 +0100
+++ arriero-0.7~20161228/debian/patches/0001-import-collections-abc.patch   
2023-03-24 13:10:39.0 +0100
@@ -0,0 +1,33 @@
+From 409dd804c2abb119582378cd6fa098ad8df01f3d Mon Sep 17 00:00:00 2001
+From: Josef Schneider 
+Date: Fri, 17 Mar 2023 13:16:43 +0100
+Subject: [PATCH] import collections.abc
+
+---
+ arriero/util.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/arriero/util.py b/arriero/util.py
+index 91e4121..07f877a 100644
+--- a/arriero/util.py
 b/arriero/util.py
+@@ -17,6 +17,7 @@
+ # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ 
+ import collections
++import collections.abc
+ import fcntl
+ import io
+ import itertools
+@@ -185,7 +186,7 @@ def chain_map(*ds, **kw):
+ return ChainMap(*itertools.chain(ds, [kw]))
+ 
+ 
+-class OrderedSet(deb822.OrderedSet, collections.MutableSet):
++class OrderedSet(deb822.OrderedSet, collections.abc.MutableSet):
+ 
+ discard = deb822.OrderedSet.remove
+ 
+-- 
+2.38.1
+
diff -Nru arriero-0.7~20161228/debian/patches/series 
arriero-0.7~20161228/debian/patches/series
--- arriero-0.7~20161228/debian/patches/series  1970-01-01 01:00:00.0 
+0100
+++ arriero-0.7~20161228/debian/patches/series  2023-03-24 13:10:39.0 
+0100
@@ -0,0 +1 @@
+0001-import-collections-abc.patch


OpenPGP_0x5A44BC12F2A8E58F.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Unblocked.--- End Message ---


Bug#1033900: pre-approval: dkms/3.0.10-10

2023-04-03 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

I'd like to ask for pre-approval for adding a new binary package to
bookworm: dkms-test-dkms. This is a trivial dkms module that will only
be used for autopkgtests, s.t. we can model some failing scenarios as
autopkgtests without relying on some other -dkms packages not in our
control. I've added some new autopkgtests using it. The corresponding
failures are already fixed by the patches in -8.

The new package is available in -9 in experimental.
The attached patch shows only the diff between sid and experimental.

Should -8 migrate first? Does that need unblocking first and maybe some
aging? It comes with a lot of bugfixes, some RC, and an dkms-autopkgtest
fix needed by nvidia-cuda-toolkit/nvidia-cuda-samples (the
nvidia-fs-dkms package uses a dkms feature not used by any other packages
in the archive and thus never before tested with dkms-autopkgtest).

For an upload of -10 to sid I'll pick some more bugfixes ... or maybe a
new upstream bugfix release that incorporates all the patches we
currently carry (including a large extension to the testsuite covering
most of the new fixes, the testsuite I've so far stripped from the
cherry-picked patches). I'll come back with a full debdiff once -10 is
ready (and this pre-approval request was granted).


Andreas
diff --git a/debian/changelog b/debian/changelog
index 24da0ec..206519e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+dkms (3.0.10-9) experimental; urgency=medium
+
+  * Add dkms-test-dkms package with trivial kernel module for dkms tests.
+  * New autopkgtest: Install some-dkms after linux-headers.
+  * New autopkgtest: Install linux-headers after some-dkms.
+  * New autopkgtest: Install some-dkms after linux-image w/o linux-headers.
+  * New autopkgtest: Install linux-image after some-dkms w/o linux-headers.
+  * Upload to experimental.
+
+ -- Andreas Beckmann   Fri, 31 Mar 2023 14:19:59 +0200
+
 dkms (3.0.10-8) unstable; urgency=medium
 
   * Disable tests broken by fix-builtin-archive-dkms-coinstallation.patch.
diff --git a/debian/control b/debian/control
index 73a13db..51455a8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Homepage: https://github.com/dell/dkms
 Vcs-Git: https://salsa.debian.org/debian/dkms.git
 Vcs-Browser: https://salsa.debian.org/debian/dkms
 Rules-Requires-Root: no
+Testsuite: autopkgtest-pkg-dkms
 
 Package: dkms
 Architecture: all
@@ -54,3 +55,13 @@ Description: debhelper addon for the Dynamic Kernel Module 
System (DKMS)
  .
  This package provides a debhelper add-on 'dkms' that simplifies packaging of
  dkms kernel module source packages.
+
+Package: dkms-test-dkms
+Architecture: all
+Depends:
+ ${misc:Depends},
+Description: trivial dkms test kernel module
+ This package provides the dkms source code for the dkms-test kernel module.
+ .
+ This package is only intended for ci tests and not expected to be installed
+ on regular systems
diff --git a/debian/dkms-test-dkms.dkms b/debian/dkms-test-dkms.dkms
new file mode 100644
index 000..f1876da
--- /dev/null
+++ b/debian/dkms-test-dkms.dkms
@@ -0,0 +1 @@
+test/dkms_test-1.0/dkms.conf
diff --git a/debian/dkms-test-dkms.install b/debian/dkms-test-dkms.install
new file mode 100644
index 000..3cad773
--- /dev/null
+++ b/debian/dkms-test-dkms.install
@@ -0,0 +1 @@
+test/dkms_test-1.0 usr/src/
diff --git a/debian/rules b/debian/rules
index 2588aa9..e2ae425 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,6 @@ override_dh_auto_build: debian/scripts/dh_dkms.1
 
 override_dh_auto_install:
$(MAKE) install-debian DESTDIR=$(CURDIR)/debian/dkms
+
+execute_after_dh_install:
+   DH_AUTOSCRIPTDIR=debian/scripts debian/scripts/dh_dkms
diff --git a/debian/tests/control b/debian/tests/control
index 352610d..2e016a3 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -9,3 +9,49 @@ Restrictions:
  needs-root,
  breaks-testbed,
  skip-not-installable,
+
+# install some-dkms after linux-headers
+Test-Command: apt-get install -yf dkms-test-dkms
+Features: test-name=install_some-dkms_after_linux-headers
+Architecture: amd64
+Depends:
+ dkms,
+ linux-headers-generic,
+Restrictions:
+ allow-stderr,
+ needs-root,
+ breaks-testbed,
+
+# install linux-headers after some-dkms
+Test-Command: apt-get install -yf linux-headers-generic
+Features: test-name=install_linux-headers_after_some-dkms
+Architecture: amd64
+Depends:
+ dkms-test-dkms,
+Restrictions:
+ allow-stderr,
+ needs-root,
+ breaks-testbed,
+
+# install some-dkms after linux-image w/o linux-headers
+Test-Command: apt-get install -yf dkms-test-dkms
+Features: test-name=install_some-dkms_after_linux-image_without_linux-headers
+Architecture: amd64
+Depends:
+ dkms,
+ linux-image-generic,
+Restrictions:
+ allow-stderr,
+ needs-root,
+ breaks-testbed,
+
+# install linux-image after some-dkms w/o linux-headers
+Test-Command: apt-get install -yf 

Bug#1033886: marked as done (unblock: mdbtools/1.0.0+dfsg-1.1)

2023-04-03 Thread Debian Bug Tracking System
Your message dated Mon, 03 Apr 2023 17:17:00 +
with message-id 
and subject line unblock mdbtools
has caused the Debian Bug report #1033886,
regarding unblock: mdbtools/1.0.0+dfsg-1.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1033886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033886
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: release.debian.org
Control: affects -1 + src:mdbtools
X-Debbugs-Cc: mdbto...@packages.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package mdbtools.

[ Reason ]
Fixes RC bug #1001144.

[ Impact ]
The package will be auto-removed from bookworm without unblock.

[ Tests ]
postinst and prerm fail without odbcinst installed.

[ Risks ]
Only a Depends is added; trivial.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

unblock mdbtools/1.0.0+dfsg-1.1diff -Nru mdbtools-1.0.0+dfsg/debian/changelog 
mdbtools-1.0.0+dfsg/debian/changelog
--- mdbtools-1.0.0+dfsg/debian/changelog2021-10-31 15:01:12.0 
+0100
+++ mdbtools-1.0.0+dfsg/debian/changelog2023-04-03 14:53:52.0 
+0200
@@ -1,3 +1,11 @@
+mdbtools (1.0.0+dfsg-1.1) unstable; urgency=medium
+
+  [ Wookey ]
+  * Non-maintainer upload.
+  * Add dependency on obdcinst for odbc-mdbtools. (Closes:#1001144)
+
+ -- Bastian Germann   Mon, 03 Apr 2023 14:53:52 +0200
+
 mdbtools (1.0.0+dfsg-1) unstable; urgency=medium
 
   * New upstream release:
diff -Nru mdbtools-1.0.0+dfsg/debian/control mdbtools-1.0.0+dfsg/debian/control
--- mdbtools-1.0.0+dfsg/debian/control  2021-10-31 14:56:49.0 +0100
+++ mdbtools-1.0.0+dfsg/debian/control  2023-04-03 14:52:12.0 +0200
@@ -76,7 +76,7 @@
 Multi-Arch: same
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, odbcinst
 Recommends: libodbc1
 Breaks: libiodbc2 (<< 3.52.7-2+deb7u1),
 libmdbodbc1 (<< 0.7.1-1~),
--- End Message ---
--- Begin Message ---
Unblocked.--- End Message ---


Bug#1033895: unblock: elasticsearch-curator/5.8.1-4.1

2023-04-03 Thread Bastian Germann

Package: release.debian.org
Control: affects -1 + src:elasticsearch-curator
X-Debbugs-Cc: elasticsearch-cura...@packages.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package elasticsearch-curator.

[ Reason ]
Fixes FTBFS bugs #1022015 and #1026566.

[ Impact ]
The package will be auto-removed from bookworm without unblock.

[ Tests ]
package build fails in unit tests.

[ Risks ]
Upstream patch; no changes except for the yaml.load calls.

[ Checklist ]
   [x] all changes are documented in the d/changelog
   [x] I reviewed all changes and I approve them
   [x] attach debdiff against the package in testing

unblock elasticsearch-curator/5.8.1-4.1diff -Nru elasticsearch-curator-5.8.1/debian/changelog 
elasticsearch-curator-5.8.1/debian/changelog
--- elasticsearch-curator-5.8.1/debian/changelog2022-10-16 
18:58:04.0 +0200
+++ elasticsearch-curator-5.8.1/debian/changelog2023-03-04 
17:17:29.0 +0100
@@ -1,3 +1,11 @@
+elasticsearch-curator (5.8.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add upstream fix for compatibility with newer pyyaml.
+(Closes: #1022015)
+
+ -- Adrian Bunk   Sat, 04 Mar 2023 18:17:29 +0200
+
 elasticsearch-curator (5.8.1-4) unstable; urgency=medium
 
   [ Debian Janitor ]
diff -Nru 
elasticsearch-curator-5.8.1/debian/patches/0001-Version-bump-to-pyyaml-5.4.1-1596.patch
 
elasticsearch-curator-5.8.1/debian/patches/0001-Version-bump-to-pyyaml-5.4.1-1596.patch
--- 
elasticsearch-curator-5.8.1/debian/patches/0001-Version-bump-to-pyyaml-5.4.1-1596.patch
 1970-01-01 01:00:00.0 +0100
+++ 
elasticsearch-curator-5.8.1/debian/patches/0001-Version-bump-to-pyyaml-5.4.1-1596.patch
 2023-03-04 17:16:49.0 +0100
@@ -0,0 +1,155 @@
+From e2c3983c04bb91d0a1367e1f16ebf081e3a00658 Mon Sep 17 00:00:00 2001
+From: Tero Saarni 
+Date: Wed, 21 Apr 2021 16:40:43 +0300
+Subject: Version bump to pyyaml 5.4.1 (#1596)
+
+diff --git a/curator/utils.py b/curator/utils.py
+index 3af2c78..0309a4f 100644
+--- a/curator/utils.py
 b/curator/utils.py
+@@ -56,7 +56,7 @@ def get_yaml(path):
+ yaml.add_constructor('!single', single_constructor)
+ 
+ try:
+-return yaml.load(read_file(path))
++return yaml.load(read_file(path), Loader=yaml.FullLoader)
+ except yaml.scanner.ScannerError as err:
+ print('Unable to read/parse YAML file: {0}'.format(path))
+ print(err)
+diff --git a/test/unit/test_class_index_list.py 
b/test/unit/test_class_index_list.py
+index 1cf20f4..cfc4621 100644
+--- a/test/unit/test_class_index_list.py
 b/test/unit/test_class_index_list.py
+@@ -800,7 +800,7 @@ class TestIterateFiltersIndex(TestCase):
+ client.cluster.state.return_value = testvars.clu_state_four
+ client.indices.stats.return_value = testvars.stats_four
+ ilo = curator.IndexList(client)
+-config = yaml.load(testvars.pattern_ft)['actions'][1]
++config = yaml.load(testvars.pattern_ft, 
Loader=yaml.FullLoader)['actions'][1]
+ ilo.iterate_filters(config)
+ self.assertEqual(['a-2016.03.03'], ilo.indices)
+ def test_age_filtertype(self):
+@@ -810,7 +810,7 @@ class TestIterateFiltersIndex(TestCase):
+ client.cluster.state.return_value = testvars.clu_state_two
+ client.indices.stats.return_value = testvars.stats_two
+ ilo = curator.IndexList(client)
+-config = yaml.load(testvars.age_ft)['actions'][1]
++config = yaml.load(testvars.age_ft, 
Loader=yaml.FullLoader)['actions'][1]
+ ilo.iterate_filters(config)
+ self.assertEqual(['index-2016.03.03'], ilo.indices)
+ def test_space_filtertype(self):
+@@ -821,7 +821,7 @@ class TestIterateFiltersIndex(TestCase):
+ client.indices.stats.return_value = testvars.stats_four
+ client.field_stats.return_value = testvars.fieldstats_four
+ ilo = curator.IndexList(client)
+-config = yaml.load(testvars.space_ft)['actions'][1]
++config = yaml.load(testvars.space_ft, 
Loader=yaml.FullLoader)['actions'][1]
+ ilo.iterate_filters(config)
+ self.assertEqual(['a-2016.03.03'], ilo.indices)
+ def test_forcemerge_filtertype(self):
+@@ -832,7 +832,7 @@ class TestIterateFiltersIndex(TestCase):
+ client.indices.stats.return_value = testvars.stats_one
+ client.indices.segments.return_value = testvars.shards
+ ilo = curator.IndexList(client)
+-config = yaml.load(testvars.forcemerge_ft)['actions'][1]
++config = yaml.load(testvars.forcemerge_ft, 
Loader=yaml.FullLoader)['actions'][1]
+ ilo.iterate_filters(config)
+ self.assertEqual([testvars.named_index], ilo.indices)
+ def test_allocated_filtertype(self):
+@@ -842,7 +842,7 @@ class TestIterateFiltersIndex(TestCase):
+ client.cluster.state.return_value = testvars.clu_state_two
+ client.indices.stats.return_value = testvars.stats_two
+ ilo = 

Processed: unblock: elasticsearch-curator/5.8.1-4.1

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:elasticsearch-curator
Bug #1033895 [release.debian.org] unblock: elasticsearch-curator/5.8.1-4.1
Added indication that 1033895 affects src:elasticsearch-curator

-- 
1033895: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033895
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: unblock: mailutils/1:3.15-4

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:mailutils
Bug #1033893 [release.debian.org] unblock: mailutils/1:3.15-4
Added indication that 1033893 affects src:mailutils

-- 
1033893: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1033893: unblock: mailutils/1:3.15-4

2023-04-03 Thread Jordi Mallach
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: mailut...@packages.debian.org
Control: affects -1 + src:mailutils

Please unblock package mailutils

I tried getting this before the start of the freeze, but apparently was
a few hours late.

This revision just fixes a long standing crash in mail(1), which is
related to certain locale setting.

The patch to the actual fix is a two-liner, but this upload also
included some other minor packaging tweaks like updating
Standards-Version or lintian overrides.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

unblock mailutils/1:3.15-4
diff -Nru mailutils-3.15/debian/changelog mailutils-3.15/debian/changelog
--- mailutils-3.15/debian/changelog 2022-09-13 23:16:02.0 +0200
+++ mailutils-3.15/debian/changelog 2023-03-03 17:00:20.0 +0100
@@ -1,3 +1,16 @@
+mailutils (1:3.15-4) unstable; urgency=medium
+
+  [ Debian Janitor ]
+  * Update lintian override info to new format on line 1.
+  * Update standards version to 4.6.1, no changes needed.
+
+  [ Jordi Mallach ]
+  * Add patch from Dave Love to fix a locale-related crash
+(closes: #944372, #1031702).
+  * Update Standards-Version to 4.6.2, with no changes needed.
+
+ -- Jordi Mallach   Fri, 03 Mar 2023 17:00:20 +0100
+
 mailutils (1:3.15-3) unstable; urgency=medium
 
   [ Jordi Mallach ]
diff -Nru mailutils-3.15/debian/control mailutils-3.15/debian/control
--- mailutils-3.15/debian/control   2022-09-13 21:34:33.0 +0200
+++ mailutils-3.15/debian/control   2023-03-03 16:52:35.0 +0100
@@ -30,7 +30,7 @@
python3-dev,
texinfo,
zlib1g-dev
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/debian/mailutils.git
 Vcs-Browser: https://salsa.debian.org/debian/mailutils
 Homepage: https://www.gnu.org/software/mailutils/
diff -Nru mailutils-3.15/debian/mailutils.lintian-overrides 
mailutils-3.15/debian/mailutils.lintian-overrides
--- mailutils-3.15/debian/mailutils.lintian-overrides   2022-04-18 
16:45:34.0 +0200
+++ mailutils-3.15/debian/mailutils.lintian-overrides   2023-03-03 
15:26:36.0 +0100
@@ -1 +1 @@
-mailutils: elevated-privileges usr/bin/dotlock.mailutils 2755 root/root
+mailutils: elevated-privileges 2755 root/root [usr/bin/dotlock.mailutils]
diff -Nru mailutils-3.15/debian/patches/locale_crash.patch 
mailutils-3.15/debian/patches/locale_crash.patch
--- mailutils-3.15/debian/patches/locale_crash.patch1970-01-01 
01:00:00.0 +0100
+++ mailutils-3.15/debian/patches/locale_crash.patch2023-03-03 
15:31:36.0 +0100
@@ -0,0 +1,35 @@
+From f7fa005e21c56aae550c71d1ebc43030e1063601 Mon Sep 17 00:00:00 2001
+From: Sergey Poznyakoff 
+Date: Tue, 21 Feb 2023 14:18:34 +0200
+Subject: Fix coredump in mail.
+
+Patch proposed by Dave Love 
+
+* mail/util.c (util_get_charset): Check if charset is not NULL
+before strdup'ing it.
+---
+ mail/util.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/mail/util.c b/mail/util.c
+index b7a8e07..710b2af 100644
+--- a/mail/util.c
 b/mail/util.c
+@@ -1218,12 +1218,12 @@ util_get_charset (void)
+ {
+   struct mu_lc_all lc_all = { .flags = 0 };
+   char *tmp = getenv ("LC_ALL");
+-  if (!tmp)
++  if (!tmp || !*tmp)
+   tmp = getenv ("LANG");
+ 
+   if (tmp && mu_parse_lc_all (tmp, _all, MU_LC_CSET) == 0)
+   {
+-charset = mu_strdup (lc_all.charset);
++charset = lc_all.charset ? mu_strdup (lc_all.charset) : NULL;
+ mu_lc_all_free (_all);
+   }
+   else
+-- 
+cgit v1.1
+
diff -Nru mailutils-3.15/debian/patches/series 
mailutils-3.15/debian/patches/series
--- mailutils-3.15/debian/patches/series2022-04-18 16:45:34.0 
+0200
+++ mailutils-3.15/debian/patches/series2023-03-03 15:32:42.0 
+0100
@@ -1,3 +1,4 @@
 set_mu_sieve_moddir.patch
 guile-3.0.patch
 fix_libpq_include.patch
+locale_crash.patch


Bug#1033890: unblock: safeeyes/2.1.5-0.1

2023-04-03 Thread Julian Gilbey
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: safee...@packages.debian.org
Control: affects -1 + src:safeeyes

Please unblock package safeeyes

[ Reason ]
The version of safeeyes in testing is very broken: (i) it
does not appear in the notification bar for (at least) KDE/Plasma and
XFCE4, making it impossible to control or defer (bug #1006942, though
for some reason that bug was not recorded as RC); (ii) it fails to
load any plugins with Python 3.11, meaning that it fails to function
correctly (most of the package runs via a plugins mechanism, loading
internal plugins; bug #1033106).

Unfortunately, though, I wasn't thinking clearly when I uploaded, and
the diff is rather bigger than it ought to have been (though the vast
majority of it is translation updates).  I'll explain more below in
the "Other info" section.

[ Impact ]
The package will only lock the screen at the chosen intervals with no
ability to control it, defer it, take account of user idle time

[ Tests ]
Unfortunately there are no autopkgtests in this package.  I did an NMU
for it recently, but have been happily running a local copy of my code
for several weeks.

[ Risks ]
It's a leaf package, and while the current diff is substantial (see
"Other info" below), the changes are all essentially trivial.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
v  [x] attach debdiff against the package in testing

[ Other info ]
I fixed #1006942 by upgrading to a new upstream version.  Given that
it was targeted for bookworm, I should have cherry-picked the relevant
patch.  If this is deemed too much for bookworm, what would you
suggest to fix it?  Should I perhaps upload a version
2.1.5+really2.1.3-0.1 which only has cherry-picked patches?

To assist, here is a list of all changed files in the debdiff and
comments on them:

safeeyes-2.1.5/debian/changelog
safeeyes-2.1.5/debian/control

  This fixes the dependencies to match the packages currently in
  testing (gir1.2-appindicator3-0.1 is no longer present, and
  gir1.2-notify-0.7 is required for the notifications to work)

safeeyes-2.1.5/debian/patches/series
safeeyes-2.1.5/debian/patches/support-python311.patch

  These introduce a one-line patch for the Python 3.11 bug; I
  haven't included DEP-3 headers in this patch, but could do if you
  would like me to.

safeeyes-2.1.5/.github/FUNDING.yml
safeeyes-2.1.5/.github/ISSUE_TEMPLATE/bug_report.md
safeeyes-2.1.5/.github/ISSUE_TEMPLATE/feature_request.md
safeeyes-2.1.5/.github/ISSUE_TEMPLATE/plugin-request.md
safeeyes-2.1.5/.github/workflows/release.yml
safeeyes-2.1.5/.gitignore

  All of these are in the upstream version but it turns out weren't
  included in the previous Debian version.  None of them are used in the
  build or end up in the binary package.

safeeyes-2.1.5/LICENSE
safeeyes-2.1.5/README.md

  URLs updated to use https rather than http

safeeyes-2.1.5/safeeyes/config/locale/*/LC_MESSAGES/safeeyes.po

  Updated translation files (this accounts for most of the bulk of the
  debdiff)

safeeyes-2.1.5/safeeyes/glade/about_dialog.glade

  URLs changed from http to https, and version number update

safeeyes-2.1.5/safeeyes/__main__.py

  A safety check to prevent crashing in case locale does not support
  bindtextdomain (though why it would not, I don't know)

safeeyes-2.1.5/safeeyes/plugins/donotdisturb/plugin.py

  This is a small bug fix.

safeeyes-2.1.5/safeeyes/plugins/smartpause/dependency_checker.py
safeeyes-2.1.5/safeeyes/plugins/smartpause/plugin.py

  This is new code to support the "sway" desktop environment.

safeeyes-2.1.5/safeeyes/plugins/trayicon/plugin.py

  This is the code which fixes Debian bug #1006942

safeeyes-2.1.5/safeeyes/safeeyes.py

  Updated version number

safeeyes-2.1.5/safeeyes/utility.py

  Support "sawy"; new check for using Wayland

safeeyes-2.1.5/setup.py

  New version number

safeeyes-2.1.5/validate_po.py

  Unused script, not included in final binary package; presumably it
  is used by the developers to check the .po files are OK.

unblock safeeyes/2.1.5-0.1
diff -Nru safeeyes-2.1.3/debian/changelog safeeyes-2.1.5/debian/changelog
--- safeeyes-2.1.3/debian/changelog 2021-09-04 19:00:04.0 +0100
+++ safeeyes-2.1.5/debian/changelog 2023-03-24 12:32:08.0 +
@@ -1,3 +1,12 @@
+safeeyes (2.1.5-0.1) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * New upstream version makes icon appear in KDE/Plasma and XFCE4 system
+tray once again (Closes: #1006942)
+  * Support Python 3.11 (Closes: #1033106)
+
+ -- Julian Gilbey   Fri, 24 Mar 2023 12:32:08 +
+
 safeeyes (2.1.3-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru safeeyes-2.1.3/debian/control safeeyes-2.1.5/debian/control
--- safeeyes-2.1.3/debian/control   2021-09-04 19:00:04.0 +0100
+++ safeeyes-2.1.5/debian/control   2023-03-24 12:32:08.0 

Processed: unblock: safeeyes/2.1.5-0.1

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:safeeyes
Bug #1033890 [release.debian.org] unblock: safeeyes/2.1.5-0.1
Added indication that 1033890 affects src:safeeyes

-- 
1033890: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033890
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1033889: unblock: arriero/0.7~20161228-1.2

2023-04-03 Thread Josef Schneider

Package: release.debian.org
Control: affects -1 + src:arriero
X-Debbugs-Cc: josef81...@gmail.com, t...@debian.org, m...@debian.org
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package arriero.

[ Reason ]
This update allows the program to run without error by importing the 
collections.abc python package and using it in replacement of the 
collections python package with the MutableSet attribute (see #1032380).


[ Impact ]
With this fix, the program does not throw an AttributeError when running 
the arriero --help command or other commands. arriero has no 
reverse-dependencies, so there is no impact on other packages.


[ Tests ]
dh_auto_test runs during the build and would fail the build if tests 
failed. I installed the new .deb and ran arriero --help with the 
expected output, and the updates were reviewed by the DD who signed and 
uploaded the package. I have an autopkgtest ready if needed but I kept 
the upload minimal.


[ Risks ]
arriero has no reverse-dependencies so there are no risks.

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

unblock: arriero/0.7~20161228-1.2

--
Josef Schneider

GPG Fingerprint 3267 0331 DB61 A817 7D25 4D05 5A44 BC12 F2A8 E58F
diff -Nru arriero-0.7~20161228/debian/changelog 
arriero-0.7~20161228/debian/changelog
--- arriero-0.7~20161228/debian/changelog   2022-04-29 01:44:11.0 
+0200
+++ arriero-0.7~20161228/debian/changelog   2023-03-24 13:10:39.0 
+0100
@@ -1,3 +1,10 @@
+arriero (0.7~20161228-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add patch to import collections.abc in util.py (Closes: #1032380).
+
+ -- Josef Schneider   Fri, 24 Mar 2023 13:10:39 +0100
+
 arriero (0.7~20161228-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru arriero-0.7~20161228/debian/patches/0001-import-collections-abc.patch 
arriero-0.7~20161228/debian/patches/0001-import-collections-abc.patch
--- arriero-0.7~20161228/debian/patches/0001-import-collections-abc.patch   
1970-01-01 01:00:00.0 +0100
+++ arriero-0.7~20161228/debian/patches/0001-import-collections-abc.patch   
2023-03-24 13:10:39.0 +0100
@@ -0,0 +1,33 @@
+From 409dd804c2abb119582378cd6fa098ad8df01f3d Mon Sep 17 00:00:00 2001
+From: Josef Schneider 
+Date: Fri, 17 Mar 2023 13:16:43 +0100
+Subject: [PATCH] import collections.abc
+
+---
+ arriero/util.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/arriero/util.py b/arriero/util.py
+index 91e4121..07f877a 100644
+--- a/arriero/util.py
 b/arriero/util.py
+@@ -17,6 +17,7 @@
+ # Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ 
+ import collections
++import collections.abc
+ import fcntl
+ import io
+ import itertools
+@@ -185,7 +186,7 @@ def chain_map(*ds, **kw):
+ return ChainMap(*itertools.chain(ds, [kw]))
+ 
+ 
+-class OrderedSet(deb822.OrderedSet, collections.MutableSet):
++class OrderedSet(deb822.OrderedSet, collections.abc.MutableSet):
+ 
+ discard = deb822.OrderedSet.remove
+ 
+-- 
+2.38.1
+
diff -Nru arriero-0.7~20161228/debian/patches/series 
arriero-0.7~20161228/debian/patches/series
--- arriero-0.7~20161228/debian/patches/series  1970-01-01 01:00:00.0 
+0100
+++ arriero-0.7~20161228/debian/patches/series  2023-03-24 13:10:39.0 
+0100
@@ -0,0 +1 @@
+0001-import-collections-abc.patch


OpenPGP_0x5A44BC12F2A8E58F.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Processed: unblock: arriero/0.7~20161228-1.2

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:arriero
Bug #1033889 [release.debian.org] unblock: arriero/0.7~20161228-1.2
Added indication that 1033889 affects src:arriero

-- 
1033889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: unblock: mdbtools/1.0.0+dfsg-1.1

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:mdbtools
Bug #1033886 [release.debian.org] unblock: mdbtools/1.0.0+dfsg-1.1
Added indication that 1033886 affects src:mdbtools

-- 
1033886: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033886
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1033886: unblock: mdbtools/1.0.0+dfsg-1.1

2023-04-03 Thread Bastian Germann

Package: release.debian.org
Control: affects -1 + src:mdbtools
X-Debbugs-Cc: mdbto...@packages.debian.org
User: release.debian@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package mdbtools.

[ Reason ]
Fixes RC bug #1001144.

[ Impact ]
The package will be auto-removed from bookworm without unblock.

[ Tests ]
postinst and prerm fail without odbcinst installed.

[ Risks ]
Only a Depends is added; trivial.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

unblock mdbtools/1.0.0+dfsg-1.1diff -Nru mdbtools-1.0.0+dfsg/debian/changelog 
mdbtools-1.0.0+dfsg/debian/changelog
--- mdbtools-1.0.0+dfsg/debian/changelog2021-10-31 15:01:12.0 
+0100
+++ mdbtools-1.0.0+dfsg/debian/changelog2023-04-03 14:53:52.0 
+0200
@@ -1,3 +1,11 @@
+mdbtools (1.0.0+dfsg-1.1) unstable; urgency=medium
+
+  [ Wookey ]
+  * Non-maintainer upload.
+  * Add dependency on obdcinst for odbc-mdbtools. (Closes:#1001144)
+
+ -- Bastian Germann   Mon, 03 Apr 2023 14:53:52 +0200
+
 mdbtools (1.0.0+dfsg-1) unstable; urgency=medium
 
   * New upstream release:
diff -Nru mdbtools-1.0.0+dfsg/debian/control mdbtools-1.0.0+dfsg/debian/control
--- mdbtools-1.0.0+dfsg/debian/control  2021-10-31 14:56:49.0 +0100
+++ mdbtools-1.0.0+dfsg/debian/control  2023-04-03 14:52:12.0 +0200
@@ -76,7 +76,7 @@
 Multi-Arch: same
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, odbcinst
 Recommends: libodbc1
 Breaks: libiodbc2 (<< 3.52.7-2+deb7u1),
 libmdbodbc1 (<< 0.7.1-1~),


Bug#1033885: unblock: pydevd/2.9.5+ds-4

2023-04-03 Thread Julian Gilbey
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: pyd...@packages.debian.org
Control: affects -1 + src:pydevd

Please unblock package pydevd

[ Reason ]
This is a small tweak to the autopkgtests to prevent them from failing
on a number of architectures not in the released architectures.  It
closes #1029718, but I don't know whether it is appropriate for
transitioning to testing (it not being an RC bug).

[ Impact ]
It is not currently buildable on those architectures.

[ Tests ]
The autopkgtests cover everything; this patch just excludes some which
fail with Python 3.11.

[ Risks ]
Code is trivial and only in the autopkgtest code.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]
None

unblock pydevd/2.9.5+ds-4
diff -Nru pydevd-2.9.5+ds/debian/changelog pydevd-2.9.5+ds/debian/changelog
--- pydevd-2.9.5+ds/debian/changelog2023-02-11 21:30:07.0 +
+++ pydevd-2.9.5+ds/debian/changelog2023-03-12 12:36:38.0 +
@@ -1,3 +1,10 @@
+pydevd (2.9.5+ds-4) unstable; urgency=medium
+
+  * Exclude failing tests on a wider variety of architectures
+(closes: #1029718)
+
+ -- Julian Gilbey   Sun, 12 Mar 2023 12:36:38 +
+
 pydevd (2.9.5+ds-3) unstable; urgency=medium
 
   * Update README.Debian
diff -Nru pydevd-2.9.5+ds/debian/get_test_exclusions 
pydevd-2.9.5+ds/debian/get_test_exclusions
--- pydevd-2.9.5+ds/debian/get_test_exclusions  2023-02-11 21:30:07.0 
+
+++ pydevd-2.9.5+ds/debian/get_test_exclusions  2023-03-12 12:36:38.0 
+
@@ -91,10 +91,25 @@
 tests_python/test_debugger_json.py::test_function_breakpoints_async
 )
 
-# s390x fails even more disastrously
-if [ $arch = s390x ]
+# failing tests on 32-bit big-endian targets and riscv64
+if [ $arch = hppa -o $arch = m68k -o $arch = powerpc -o $arch = riscv64 ]
 then
-   EXCLUDES+=(
+EXCLUDES+=(
+tests_python/test_debugger.py::test_gevent
+tests_python/test_debugger.py::test_gevent_remote
+tests_python/test_debugger_json.py::test_wait_for_attach_gevent
+
tests_python/test_debugger_json.py::test_gevent_show_paused_greenlets
+
tests_python/test_debugger_json.py::test_gevent_subprocess_not_python
+tests_python/test_debugger_json.py::test_gevent_subprocess_python
+tests_python/test_debugger_json.py::test_notify_gevent
+tests_python/test_utilities.py::test_gevent_notify
+)
+fi
+
+# failing tests on 64-bit big-endian targets
+if [ $arch = s390x -o $arch = s390x -o $arch = sparc64 ]
+then
+EXCLUDES+=(
 tests_python/test_debugger.py::test_case_13
 tests_python/test_debugger.py::test_check_tracer_with_exceptions
 tests_python/test_debugger.py::test_unhandled_exceptions_basic
@@ -106,7 +121,19 @@
 
tests_python/test_debugger_json.py::test_case_unhandled_exception[_debugger_case_unhandled_exceptions.py]
 
tests_python/test_debugger_json.py::test_case_unhandled_exception[_debugger_case_unhandled_exceptions_custom.py]
 tests_python/test_utilities.py::test_tracing_basic
-   )
+)
+fi
+
+# Further failing tests on riscv64 (see bug#1024680)
+if [ $arch = riscv64 ]
+then
+EXCLUDES+=(
+tests_python/test_debugger.py::test_attach_to_pid_no_threads[False]
+tests_python/test_debugger.py::test_attach_to_pid_halted
+tests_python/test_debugger.py::test_case_16_resolve_numpy_array
+
tests_python/test_debugger.py::test_gevent_show_paused_greenlets[False]
+tests_python/test_debugger_json.py::test_attach_to_pid[False]
+)
 fi
 fi
 
@@ -127,7 +154,7 @@
 
tests_python/test_debugger.py::test_case_django_template_inherits_no_exception
 tests_python/test_debugger.py::test_case_flask
 tests_python/test_debugger_json.py::test_attach_to_pid[True]
-   tests_python/test_debugger_json.py::test_case_django_line_validation
+tests_python/test_debugger_json.py::test_case_django_line_validation
 
tests_python/test_debugger_json.py::test_case_django_no_attribute_exception_breakpoint
 tests_python/test_debugger_json.py::test_case_flask_line_validation
 tests_python/test_debugger_json.py::test_code_reload
@@ -138,30 +165,10 @@
 )
 fi
 
-# Further failing tests on riscv64 (see bug#1024680)
-if [ $arch = riscv64 ]
-then
-EXCLUDES+=(
-tests_python/test_debugger.py::test_attach_to_pid_no_threads[False]
-tests_python/test_debugger.py::test_attach_to_pid_halted
-tests_python/test_debugger.py::test_case_16_resolve_numpy_array
-tests_python/test_debugger.py::test_gevent
-

Processed: unblock: pydevd/2.9.5+ds-4

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:pydevd
Bug #1033885 [release.debian.org] unblock: pydevd/2.9.5+ds-4
Added indication that 1033885 affects src:pydevd

-- 
1033885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033885
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: unblock: sysvinit/3.06-4

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:sysvinit
Bug #1033876 [release.debian.org] unblock: sysvinit/3.06-4
Added indication that 1033876 affects src:sysvinit

-- 
1033876: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033876
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1033876: unblock: sysvinit/3.06-4

2023-04-03 Thread Mark Hindley
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: sysvi...@packages.debian.org
Control: affects -1 + src:sysvinit

Release Team,

Please consider unblocking package sysvinit

The version in sid fixes a regression recently reported in #1033311 (pidof not
matching pathnames which are symlinks) and also has a new debconf translation.

[ Reason ]

 - cherry pick upstream patches to fix a regression caused by incorrect memory
   initialisation (#1033311)

 - New debconf Romanian translation (#1033723)
 
[ Impact ]

Regression in #1033311 would not be fixed and Romanian debconf translations
would not be available.

[ Tests ]

Reporter of #1033311 has tested the fix and confirmed resolution[1].

[ Risks ]

Although sysvinit-utils is Essential, I consider the risk is low and the benefit
of fixing #1033311 is significant.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiffs against the package in testing

[ Other info ]

The fix for #1033311 was uploaded in 3.06-3 and has already been in unstable for
5 days.

unblock sysvinit/3.06-4

Thanks

Mark

 [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033311#149
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .changes but not in first
-
-rw-r--r--  root/root   
/usr/lib/debug/.build-id/7d/b2c2611f9e478474cf82dfeab6aa760f65a8be.debug

Files in first .changes but not in second
-
-rw-r--r--  root/root   
/usr/lib/debug/.build-id/f7/c7a26070fae0ea19e066675c08fa7e3bf05585.debug

Control files of package bootlogd: lines which differ (wdiff format)

Version: [-3.06-2-] {+3.06-4+}

Control files of package bootlogd-dbgsym: lines which differ (wdiff format)
---
Depends: bootlogd (= [-3.06-2)-] {+3.06-4)+}
Version: [-3.06-2-] {+3.06-4+}

Control files of package initscripts: lines which differ (wdiff format)
---
Version: [-3.06-2-] {+3.06-4+}

Control files of package sysv-rc: lines which differ (wdiff format)
---
Version: [-3.06-2-] {+3.06-4+}

Control files of package sysvinit-core: lines which differ (wdiff format)
-
Installed-Size: [-342-] {+343+}
Version: [-3.06-2-] {+3.06-4+}

Control files of package sysvinit-core-dbgsym: lines which differ (wdiff format)

Depends: sysvinit-core (= [-3.06-2)-] {+3.06-4)+}
Version: [-3.06-2-] {+3.06-4+}

Control files of package sysvinit-utils: lines which differ (wdiff format)
--
Version: [-3.06-2-] {+3.06-4+}

Control files of package sysvinit-utils-dbgsym: lines which differ (wdiff 
format)
-
Build-Ids: {+7db2c2611f9e478474cf82dfeab6aa760f65a8be+} 
f7694b57b3d2e7921327b4d215648310a9c63829 
[-f7c7a26070fae0ea19e066675c08fa7e3bf05585-]
Depends: sysvinit-utils (= [-3.06-2)-] {+3.06-4)+}
Installed-Size: [-52-] {+53+}
Version: [-3.06-2-] {+3.06-4+}
diff -Nru sysvinit-3.06/debian/changelog sysvinit-3.06/debian/changelog
--- sysvinit-3.06/debian/changelog  2022-12-18 17:00:20.0 +
+++ sysvinit-3.06/debian/changelog  2023-04-03 07:25:22.0 +0100
@@ -1,3 +1,19 @@
+sysvinit (3.06-4) unstable; urgency=medium
+
+  * Add Romanian debconf translations with thanks to Remus-Gabriel Chelu
+.  (Closes: #1033723)
+
+ -- Mark Hindley   Mon, 03 Apr 2023 07:25:22 +0100
+
+sysvinit (3.06-3) unstable; urgency=medium
+
+  * Cherry pick hunk from upstream to fix regression in pidof not matching
+symlinks. (Closes: #1033311)
+  * Cherry pick upstream patch to fix memory initialisation in pidof.
+(Closes: #1033311)
+
+ -- Mark Hindley   Thu, 30 Mar 2023 13:59:53 +0100
+
 sysvinit (3.06-2) unstable; urgency=medium
 
   * Upload to unstable.
diff -Nru 
sysvinit-3.06/debian/patches/0001-Fix-pidof-not-following-symlinks-regression.patch
 
sysvinit-3.06/debian/patches/0001-Fix-pidof-not-following-symlinks-regression.patch
--- 
sysvinit-3.06/debian/patches/0001-Fix-pidof-not-following-symlinks-regression.patch
 1970-01-01 01:00:00.0 +0100
+++ 
sysvinit-3.06/debian/patches/0001-Fix-pidof-not-following-symlinks-regression.patch
 2023-04-03 07:25:22.0 +0100
@@ -0,0 +1,27 @@
+From 93da64d13380b29fd330608493615f8877525494 Mon Sep 17 00:00:00 2001
+From: Jesse 
+Date: Wed, 29 Mar 2023 10:34:45 -0300
+Subject: [PATCH] Accepted patch from Mark 

Bug#1033875: nmu: gridsite

2023-04-03 Thread Mattias Ellert
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu
Control: affects -1 + src:gridsite

This is a re-request of the gridsite nmu requested in:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033347

That request was created March 23 and requested an nmu for
gridsite_3.0.0~20180202git2fdbc6f-3. However the version in unstable at
the time was 3.0.0~20230214gitee81151-1 (accepted in unstable March 2,
migrated to testing March 24).

Since the scheduled nmu was for a version no longer in unstable it
never happened.

The requested nmu was to rebuild on 32 bit architectures due to a bug
in fakeroot that caused some files and directories in the package to
have the wrong group and user. The current version was uploaded March 2
and the fakeroot bug was fixed in fakeroot 1.31-1.1, which was also
uploaded on March 2.

Unfortunately the fakeroot build had not reached the buildroots when
gridsite was built.

An nmu of gridsite 3.0.0~20230214gitee81151-1 is needed on the
following architectures:

armel
armhf
hppa
i386
m68k
mipsel
sh4

Make sure that fakeroot >= 1.31-1.1 is used (current version in
unstable is -1.2).

These nmus should possibly be allowed to go into the upcoming release
as well in order to fix the issue also there.

Mattias Ellert



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


Processed: nmu: gridsite

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:gridsite
Bug #1033875 [release.debian.org] nmu: gridsite
Added indication that 1033875 affects src:gridsite

-- 
1033875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033875
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1033873: unblock: qbs/1.24.1+dfsg-2

2023-04-03 Thread Dmitry Shachnev
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: q...@packages.debian.org
Control: affects -1 + src:qbs

Dear Release team,

[ Reason ]
Please unblock qbs to fix a FTBFS bug present in the current version in
testing (#1033430).

Build failure is caused by qt6-base 6.4.2+dfsg-4 upload after which qmake
and qdoc binaries are no longer in the same directory, which qbs assumed.
I fixed this by using a proper way to find qdoc binary (Qt6::qdoc target)
instead of relying on qmake. My fix was also accepted by upstream developers.

Also, the new version in sid includes upstream patch release 1.24.1 but it
contains just a couple of fixes:

$ git diff v1.24.0 v1.24.1 --stat
 CMakeLists.txt   | 4 +++-
 VERSION  | 2 +-
 changelogs/changes-1.24.1.md | 9 +
 share/qbs/modules/cpp/iar.js | 2 ++
 4 files changed, 15 insertions(+), 2 deletions(-)

Finally, I marked some symbols as optional to fix FTBFS when building with
-O3 optimization level (as seen in Ubuntu ppc64el).

[ Impact ]
(What is the impact for the user if the unblock isn't granted?)

qbs will be auto-removed on May 7th, and that will cause the removal of
reverse dependencies: asyncfuture, dewalls, plotsauce, qmath3d.

[ Tests ]
(What automated or manual tests cover the affected code?)

We run the upstream test suite during build.

[ Risks ]
(Discussion of the risks involved. E.g. code is trivial or
complex, key package vs leaf package, alternatives available.)

I don't see any risks. The new version is in unstable for almost a month and
nobody complained.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]
(Anything else the release team should know.)

unblock qbs/1.24.1+dfsg-2

--
Dmitry Shachnev
diff -Nru qbs-1.24.0+dfsg/changelogs/changes-1.24.1.md qbs-1.24.1+dfsg/changelogs/changes-1.24.1.md
--- qbs-1.24.0+dfsg/changelogs/changes-1.24.1.md	1970-01-01 03:00:00.0 +0300
+++ qbs-1.24.1+dfsg/changelogs/changes-1.24.1.md	2023-02-22 16:42:11.0 +0300
@@ -0,0 +1,9 @@
+# C/C++ Support
+Fix macros and include paths retrieval for IAR
+
+# Build System
+Add fix for cmake >= 3.18
+
+# Contributors
+* Denis Shienkov
+* Eike Ziller
diff -Nru qbs-1.24.0+dfsg/CMakeLists.txt qbs-1.24.1+dfsg/CMakeLists.txt
--- qbs-1.24.0+dfsg/CMakeLists.txt	2022-11-24 12:32:18.0 +0300
+++ qbs-1.24.1+dfsg/CMakeLists.txt	2023-02-22 16:42:11.0 +0300
@@ -45,7 +45,9 @@
 if (Qt6_FOUND)
 find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core5Compat REQUIRED)
 if(NOT TARGET Qt6Core5Compat)
-set_property(TARGET Qt6::Core5Compat PROPERTY IMPORTED_GLOBAL TRUE) # hack for CMake < 1.18
+if(CMAKE_VERSION VERSION_LESS 3.18)
+set_property(TARGET Qt6::Core5Compat PROPERTY IMPORTED_GLOBAL TRUE) # hack for CMake < 3.18
+endif()
 add_library(Qt6Core5Compat ALIAS Qt6::Core5Compat)
 endif()
 else()
diff -Nru qbs-1.24.0+dfsg/debian/changelog qbs-1.24.1+dfsg/debian/changelog
--- qbs-1.24.0+dfsg/debian/changelog	2023-01-02 02:39:26.0 +0300
+++ qbs-1.24.1+dfsg/debian/changelog	2023-03-05 20:28:50.0 +0300
@@ -1,3 +1,18 @@
+qbs (1.24.1+dfsg-2) unstable; urgency=medium
+
+  * Add a patch to find qdoc directly, to fix arch:all build.
+  * Prevent dh_compress from compressing qbs.qch.
+
+ -- Dmitry Shachnev   Sun, 05 Mar 2023 20:28:50 +0300
+
+qbs (1.24.1+dfsg-1) unstable; urgency=medium
+
+  * New upstream bugfix release.
+  * Mark some symbols that disappear with -O3 as optional.
+  * Bump Standards-Version to 4.6.2, no changes needed.
+
+ -- Dmitry Shachnev   Sat, 04 Mar 2023 21:02:25 +0300
+
 qbs (1.24.0+dfsg-4) unstable; urgency=medium
 
   [ Patrick Franz ]
diff -Nru qbs-1.24.0+dfsg/debian/control qbs-1.24.1+dfsg/debian/control
--- qbs-1.24.0+dfsg/debian/control	2023-01-01 16:06:51.0 +0300
+++ qbs-1.24.1+dfsg/debian/control	2023-03-05 20:28:50.0 +0300
@@ -17,7 +17,7 @@
qt6-base-private-dev,
qt6-declarative-dev,
qt6-tools-dev
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://wiki.qt.io/Qbs
 Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qbs.git
diff -Nru qbs-1.24.0+dfsg/debian/copyright qbs-1.24.1+dfsg/debian/copyright
--- qbs-1.24.0+dfsg/debian/copyright	2022-12-31 02:10:04.0 +0300
+++ qbs-1.24.1+dfsg/debian/copyright	2023-03-05 20:28:50.0 +0300
@@ -671,7 +671,7 @@
 License: BSD-2-clause
 
 Files: debian/*
-Copyright: 2014-2022, Dmitry Shachnev 
+Copyright: 2014-2023, Dmitry Shachnev 
 License: LGPL-3 or GPL-2
 
 License: LGPL-2.1-or-3 with Qt-1.1 exception
diff -Nru qbs-1.24.0+dfsg/debian/libqbscore1.24.symbols qbs-1.24.1+dfsg/debian/libqbscore1.24.symbols
--- qbs-1.24.0+dfsg/debian/libqbscore1.24.symbols	2023-01-02 02:37:09.0 +0300
+++ 

Processed: unblock: qbs/1.24.1+dfsg-2

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:qbs
Bug #1033873 [release.debian.org] unblock: qbs/1.24.1+dfsg-2
Added indication that 1033873 affects src:qbs

-- 
1033873: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033873
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1033866: unblock: node-sockjs-client/1.6.1+dfsg1-2

2023-04-03 Thread Yadd
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: node-sockjs-cli...@packages.debian.org
Control: affects -1 + src:node-sockjs-client

Please unblock package node-sockjs-client

[ Reason ]
autopkgtest is broken due to a __proto__ access which is now forbidden
during autopkgtest (pkg-js-autopkgtest).

[ Impact ]
No impact, no code change

[ Tests ]
Test passed (both build & autopkgtest)

[ Risks ]
No risk, no code change

[ Checklist ]
  [X] all changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in testing

[ Other info ]
This change includes a lintian-brush fix (little things in lintian +
policy 4.6.2)

Regards,
Yadd

unblock node-sockjs-client/1.6.1+dfsg1-2
diff --git a/debian/changelog b/debian/changelog
index d68db9b..77c59b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+node-sockjs-client (1.6.1+dfsg1-2) unstable; urgency=medium
+
+  * Team upload
+
+  [ lintian-brush ]
+  * Update lintian override info format in d/source/lintian-overrides
+on line 2-8, 11-27
+  * Use secure URI in Homepage field
+  * Update standards version to 4.6.2, no changes needed
+
+  [ Yadd ]
+  * Drop __proto__ calls in tests (Closes: #1033821)
+
+ -- Yadd   Mon, 03 Apr 2023 10:13:25 +0400
+
 node-sockjs-client (1.6.1+dfsg1-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 811e9fc..809ccdc 100644
--- a/debian/control
+++ b/debian/control
@@ -22,10 +22,10 @@ Build-Depends:
  , node-proxyquire 
  , node-serve-static 
  , node-uuid 
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/js-team/node-sockjs-client
 Vcs-Git: https://salsa.debian.org/js-team/node-sockjs-client.git
-Homepage: http://sockjs.org
+Homepage: https://sockjs.org
 Rules-Requires-Root: no
 
 Package: node-sockjs-client
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index 2f1b0b2..a846c89 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,27 +1,27 @@
 # false positive
-node-sockjs-client source: source-is-missing lib/utils/escape.js
-node-sockjs-client source: source-is-missing tests/lib/echo-tests.js
-source-contains-prebuilt-javascript-object lib/utils/escape.js
-source-contains-prebuilt-javascript-object tests/lib/echo-tests.js
-very-long-line-length-in-source-file lib/utils/escape.js line *
-very-long-line-length-in-source-file tests/lib/echo-tests.js line *
-very-long-line-length-in-source-file *.md line *
+node-sockjs-client source: source-is-missing [lib/utils/escape.js]
+node-sockjs-client source: source-is-missing [tests/lib/echo-tests.js]
+source-contains-prebuilt-javascript-object [lib/utils/escape.js]
+source-contains-prebuilt-javascript-object [tests/lib/echo-tests.js]
+very-long-line-length-in-source-file * [lib/utils/escape.js:*]
+very-long-line-length-in-source-file * [tests/lib/echo-tests.js:*]
+very-long-line-length-in-source-file * [*.md:*]
 
 # False positive in test module
-source-is-missing debian/tests/test_modules/sockjs/lib/iframe.js
-source-is-missing debian/tests/test_modules/sockjs/lib/sockjs.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-eventsource.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-htmlfile.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-jsonp.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-websocket.js
-source-is-missing debian/tests/test_modules/sockjs/lib/trans-xhr.js
-source-is-missing debian/tests/test_modules/sockjs/lib/transport.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/iframe.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/sockjs.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/trans-eventsource.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/trans-htmlfile.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/trans-jsonp.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/trans-websocket.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/trans-xhr.js
-source-contains-prebuilt-javascript-object 
debian/tests/test_modules/sockjs/lib/transport.js
-very-long-line-length-in-source-file 
debian/tests/test_modules/sockjs/lib/sockjs.js line 122 is 675 characters long 
(>512)
+source-is-missing [debian/tests/test_modules/sockjs/lib/iframe.js]
+source-is-missing [debian/tests/test_modules/sockjs/lib/sockjs.js]
+source-is-missing [debian/tests/test_modules/sockjs/lib/trans-eventsource.js]
+source-is-missing [debian/tests/test_modules/sockjs/lib/trans-htmlfile.js]
+source-is-missing [debian/tests/test_modules/sockjs/lib/trans-jsonp.js]
+source-is-missing 

Processed: unblock: node-sockjs-client/1.6.1+dfsg1-2

2023-04-03 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 + src:node-sockjs-client
Bug #1033866 [release.debian.org] unblock: node-sockjs-client/1.6.1+dfsg1-2
Added indication that 1033866 affects src:node-sockjs-client

-- 
1033866: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems