Bug#1008610: marked as done (gthumb-dev: gthumb-3.11.pc refers to non-existant header folder /usr/include/gthumb-3.11)

2023-07-04 Thread Debian Bug Tracking System
Your message dated Tue, 4 Jul 2023 08:11:54 +0200
with message-id <8e07d6bd-a506-97e6-1e19-816678acd...@pfft.no>
and subject line fixed
has caused the Debian Bug report #1008610,
regarding gthumb-dev: gthumb-3.11.pc refers to non-existant header folder 
/usr/include/gthumb-3.11
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.)


-- 
1008610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gthumb-dev
Version: 3:3.11.2-0.1
Severity: normal

Dear Maintainer,

There appears to be an inconsistency between the installed gthumb
header location (/usr/include/gthumb) and the gthumb-3.11.pc package
config file (/usr/include/gthumb-3.11). This prevents valid use of the
package config system to build gthumb extensions.

   * What led up to the situation?
 - attempting to rebuild my existing gthumb extension for Debian 11

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 - my Makefile uses pkg-config to locate headers.

   * What was the outcome of this action?
 - my extension fails to build as headers are not found.

   * What outcome did you expect instead?
 - that gthumb headers would be where the package config indicates.

Phil.

-- System Information:
Debian Release: 11.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-13-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gthumb-dev depends on:
ii  gthumb  3:3.11.2-0.1

gthumb-dev recommends no packages.

gthumb-dev suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Closing this as it has been fixed.--- End Message ---


Processed: fixed in 4.10

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

> fixed -1 4.10-1~exp1
Bug #838721 [sispmctl] sispmctl: doesn't work correctly on non-Intel 
architectures
Marked as fixed in versions sispmctl/4.10-1~exp1.

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



Bug#838721: fixed in 4.10

2023-07-04 Thread Hilko Bengen
control: fixed -1 4.10-1~exp1

As of 4.10, the plannif_printf function in sispm_ctl.c contains the
following loop:

  for (i=bufindex; i < 0x27; i += 2) {
buffer[i] = 0xFF;
buffer[i + 1] = 0x3F;
  }

Therefore, it appears to me that the bug does not apply to that version.

Cheers,
-Hilko



Processing of sispmctl_4.10-1_source.changes

2023-07-04 Thread Debian FTP Masters
sispmctl_4.10-1_source.changes uploaded successfully to localhost
along with the files:
  sispmctl_4.10-1.dsc
  sispmctl_4.10-1.debian.tar.xz
  sispmctl_4.10-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#804265: marked as done (sispmctl: Allow sispmctl to be run as non-priviledged user)

2023-07-04 Thread Debian Bug Tracking System
Your message dated Tue, 04 Jul 2023 08:49:08 +
with message-id 
and subject line Bug#804265: fixed in sispmctl 4.10-1
has caused the Debian Bug report #804265,
regarding sispmctl: Allow sispmctl to be run as non-priviledged user
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.)


-- 
804265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804265
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sispmctl
Version: 3.1-1
Severity: wishlist

Dear Maintainer,

many thanks for providing the sispmctl package, that made using sispmctl really 
simple.

I missed the ability to run sispmctl as non-priviledged user. A simple udev 
rule (I assume there are not more than a handful vendor and 
product ids) allow to do this:

blackbox:~# addgroup sispmctl
blackbox:~# addgroup rd sispmctl  # add all users to sispmctl group which 
should be able to control the gembird plug
blackbox:~# cat /etc/udev/rules.d/z61_sispmctl.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="fd13", 
GROUP="sispmctl", MODE="0664"
blackbox:~# 

I suggest to add this into the debian package.

I would not know how to do this myself, but maybe the android-tools-adb package 
could serve as example, since it seems to add the adb group 
and contains /lib/udev/rules.d/70-android-tools-adb.rules, which does something 
similar.

Many thanks again for packaging simpmctl.

Rainer


-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable'), (450, 'proposed-updates'), (400, 'testing'), 
(300, 'unstable'), (250, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sispmctl depends on:
ii  libc6 2.19-18+deb8u1
ii  libusb-0.1-4  2:0.1.12-25

sispmctl recommends no packages.

sispmctl suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: sispmctl
Source-Version: 4.10-1
Done: Hilko Bengen 

We believe that the bug you reported is fixed in the latest version of
sispmctl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 804...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hilko Bengen  (supplier of updated sispmctl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Jul 2023 10:11:17 +0200
Source: sispmctl
Architecture: source
Version: 4.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Hilko Bengen 
Closes: 804265 825330 838721
Changes:
 sispmctl (4.10-1) unstable; urgency=medium
 .
   * QA upload.
   * Upload to unstable. Closes: #838721, #804265, #825330
Checksums-Sha1:
 ff96c38c8dbe98b594f45239dce75bc79110909d 1867 sispmctl_4.10-1.dsc
 de445431913300a63d623285fc0559cc9b5a9e77 2788 sispmctl_4.10-1.debian.tar.xz
 1027274e998a3a39a6e5ac9d0706d67fe556d614 6446 sispmctl_4.10-1_source.buildinfo
Checksums-Sha256:
 8d6e57261aa6989d461b6ae3dc939832b07fd6315867c359b7890ca237c1cdea 1867 
sispmctl_4.10-1.dsc
 f79c85f5ad075e268aada620a999d68d5ce2da1da64559fdaa943052398629d2 2788 
sispmctl_4.10-1.debian.tar.xz
 fbccba8ac7832c03f1ecae38faaa234f2d727fc48e797a06142819e4aadb5b9a 6446 
sispmctl_4.10-1_source.buildinfo
Files:
 ba95b2b0d3f818f894e98592cacc1e55 1867 admin optional sispmctl_4.10-1.dsc
 30051e8ef4dcf216e96eb26a0ca53bb3 2788 admin optional 
sispmctl_4.10-1.debian.tar.xz
 164aec6458dcf701d506e385c738e4cc 6446 admin optional 
sispmctl_4.10-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAmSj1L8ACgkQdbcQY1wh
On5Mug//XnerxOx7fSHdzWX5xkAAIcYCIeGXXLSGz+PmU2eNyuwvyA2X4mj8otPk
H3jIH38Xq+2UZj9UNRGti19ZBsXHLbYAGDfRCOBaKjQXMLoQ9W+bFtkWs15ETlwy
446p2bBBEGxMVRWV04PGyolm65TT2TEXs8IJqko4qTuWDwqD5rRPj/uHjmq/PKfY
yEpJLm4RFPykbO/JP7aURaTSyQSSOOTJC1nkJPimX5KHXo/u/i7AO8ri43+WW+/K
GIhis0Q7+wc5lGmOUC8PD2U0JEknD8aeZ1Marn0sjGEVPuHcAnGGWRB4fFH2VCO+
dQ5LZr/Sr5kjeJNyB+E+psc88eIzEcMTjzVxjSUJEZ8OnHEfSWYXt7ygziC67eMd
yjpMv6MXPMdziTVyNpQGJJNhndykEDvzafQ67OLtS8v66Dm0bMYzTzqD+2oMB4f2
exPbcVTUyGIvuf4

Bug#825330: marked as done (sispmctl: New upstream version is available)

2023-07-04 Thread Debian Bug Tracking System
Your message dated Tue, 04 Jul 2023 08:49:08 +
with message-id 
and subject line Bug#825330: fixed in sispmctl 4.10-1
has caused the Debian Bug report #825330,
regarding sispmctl: New upstream version is available
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.)


-- 
825330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sispmctl
Version: 3.1-1
Severity: wishlist

Dear Maintainer,

a new upstream version 4.0 is available at 
https://sourceforge.net/p/sispmctl/git/ci/release-4.0/tree/

Please consider upgrading the Debian package.

Rainer


-- System Information:
Debian Release: 8.4
  APT prefers stable
  APT policy: (500, 'stable'), (450, 'proposed-updates'), (400, 'testing'), 
(300, 'unstable'), (250, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sispmctl depends on:
ii  libc6 2.19-18+deb8u4
ii  libusb-0.1-4  2:0.1.12-25

sispmctl recommends no packages.

sispmctl suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: sispmctl
Source-Version: 4.10-1
Done: Hilko Bengen 

We believe that the bug you reported is fixed in the latest version of
sispmctl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 825...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hilko Bengen  (supplier of updated sispmctl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Jul 2023 10:11:17 +0200
Source: sispmctl
Architecture: source
Version: 4.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Hilko Bengen 
Closes: 804265 825330 838721
Changes:
 sispmctl (4.10-1) unstable; urgency=medium
 .
   * QA upload.
   * Upload to unstable. Closes: #838721, #804265, #825330
Checksums-Sha1:
 ff96c38c8dbe98b594f45239dce75bc79110909d 1867 sispmctl_4.10-1.dsc
 de445431913300a63d623285fc0559cc9b5a9e77 2788 sispmctl_4.10-1.debian.tar.xz
 1027274e998a3a39a6e5ac9d0706d67fe556d614 6446 sispmctl_4.10-1_source.buildinfo
Checksums-Sha256:
 8d6e57261aa6989d461b6ae3dc939832b07fd6315867c359b7890ca237c1cdea 1867 
sispmctl_4.10-1.dsc
 f79c85f5ad075e268aada620a999d68d5ce2da1da64559fdaa943052398629d2 2788 
sispmctl_4.10-1.debian.tar.xz
 fbccba8ac7832c03f1ecae38faaa234f2d727fc48e797a06142819e4aadb5b9a 6446 
sispmctl_4.10-1_source.buildinfo
Files:
 ba95b2b0d3f818f894e98592cacc1e55 1867 admin optional sispmctl_4.10-1.dsc
 30051e8ef4dcf216e96eb26a0ca53bb3 2788 admin optional 
sispmctl_4.10-1.debian.tar.xz
 164aec6458dcf701d506e385c738e4cc 6446 admin optional 
sispmctl_4.10-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAmSj1L8ACgkQdbcQY1wh
On5Mug//XnerxOx7fSHdzWX5xkAAIcYCIeGXXLSGz+PmU2eNyuwvyA2X4mj8otPk
H3jIH38Xq+2UZj9UNRGti19ZBsXHLbYAGDfRCOBaKjQXMLoQ9W+bFtkWs15ETlwy
446p2bBBEGxMVRWV04PGyolm65TT2TEXs8IJqko4qTuWDwqD5rRPj/uHjmq/PKfY
yEpJLm4RFPykbO/JP7aURaTSyQSSOOTJC1nkJPimX5KHXo/u/i7AO8ri43+WW+/K
GIhis0Q7+wc5lGmOUC8PD2U0JEknD8aeZ1Marn0sjGEVPuHcAnGGWRB4fFH2VCO+
dQ5LZr/Sr5kjeJNyB+E+psc88eIzEcMTjzVxjSUJEZ8OnHEfSWYXt7ygziC67eMd
yjpMv6MXPMdziTVyNpQGJJNhndykEDvzafQ67OLtS8v66Dm0bMYzTzqD+2oMB4f2
exPbcVTUyGIvuf4bcJrqQnmi29aBQxSoVWVyd55hQYfXsX42m+ZBAfy0JXmCa2e0
QNILqzs0uQSpxco5ufmkzmT/X9rZae0LjQ4ysKKOpy2u/3THbl+BkoDQJUp4y4EQ
IwuuH3wMJkD9t++fBUSBGto0tZWi9nx8Z4fTDJ3cGNu0Ufbx+279QyqvkFbZRgd1
B5D6UgZjiHZFpQHxm6qMoSbrcSIJOIwChwtw0E38m8mBKIk8hBY=
=ZYPl
-END PGP SIGNATURE End Message ---


Bug#838721: marked as done (sispmctl: doesn't work correctly on non-Intel architectures)

2023-07-04 Thread Debian Bug Tracking System
Your message dated Tue, 04 Jul 2023 08:49:08 +
with message-id 
and subject line Bug#838721: fixed in sispmctl 4.10-1
has caused the Debian Bug report #838721,
regarding sispmctl: doesn't work correctly on non-Intel architectures
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.)


-- 
838721: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838721
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sispmctl
Version: 3.1-1

The source file src/sispm_ctl.c of sispmctl contains the following
line (where buffer is an array of unsigned char):

  wmemset((wchar_t*)(buffer+5), (wchar_t)0x3FFF3FFF, (0x27-5)/sizeof(wchar_t));

The author's intent was to fill bytes 0x05 inclusive through 0x25
exclusive with the pattern 0x3fff3fff in little-endian format.  This
is broken on almost every architecture other than Intel: it assumes
that the byte order is little-endian, and it assumes that there are no
alignment constraints on wchar_t.

On ARM, for example, the words get written at the wrong offset in the
buffer (4 instead of 5), because wmemset() drops the least significant
bits of the address (since a wchar_t is supposed to be always
aligned); this has weird effects on the program's output (the dates
printed out are completely wrong since the topmost byte gets clobbered
by the wmemset()) and perhaps on its effect (I didn't notice any, but
I don't know how the targeted device reacts to receiving 0x3f 0xff
instead of 0xff 0x3f).

The attached patch fixed this by using correct portable C code to
perform what the author intended.

-- 
 David A. Madore
   ( http://www.madore.org/~david/ )
Index: sispmctl-3.1/src/sispm_ctl.c
===
--- sispmctl-3.1.orig/src/sispm_ctl.c
+++ sispmctl-3.1/src/sispm_ctl.c
@@ -29,7 +29,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
@@ -401,7 +400,15 @@ void plannif_printf(const struct plannif
   nextWord = plan->timeStamp;
   WRITENEXTDOUBLEWORD;
 
-  wmemset((wchar_t*)(buffer+5), (wchar_t)0x3FFF3FFF, (0x27-5)/sizeof(wchar_t));
+  {
+int i;
+for ( i=0 ; i<(0x27-5)/4 ; i++ ) {
+  buffer[5+i*4+0] = 0xff;
+  buffer[5+i*4+1] = 0x3f;
+  buffer[5+i*4+2] = 0xff;
+  buffer[5+i*4+3] = 0x3f;
+}
+  }
 
   if (plan->actions[0].timeForNext == -1) {
 //delete all
--- End Message ---
--- Begin Message ---
Source: sispmctl
Source-Version: 4.10-1
Done: Hilko Bengen 

We believe that the bug you reported is fixed in the latest version of
sispmctl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 838...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hilko Bengen  (supplier of updated sispmctl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Jul 2023 10:11:17 +0200
Source: sispmctl
Architecture: source
Version: 4.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Hilko Bengen 
Closes: 804265 825330 838721
Changes:
 sispmctl (4.10-1) unstable; urgency=medium
 .
   * QA upload.
   * Upload to unstable. Closes: #838721, #804265, #825330
Checksums-Sha1:
 ff96c38c8dbe98b594f45239dce75bc79110909d 1867 sispmctl_4.10-1.dsc
 de445431913300a63d623285fc0559cc9b5a9e77 2788 sispmctl_4.10-1.debian.tar.xz
 1027274e998a3a39a6e5ac9d0706d67fe556d614 6446 sispmctl_4.10-1_source.buildinfo
Checksums-Sha256:
 8d6e57261aa6989d461b6ae3dc939832b07fd6315867c359b7890ca237c1cdea 1867 
sispmctl_4.10-1.dsc
 f79c85f5ad075e268aada620a999d68d5ce2da1da64559fdaa943052398629d2 2788 
sispmctl_4.10-1.debian.tar.xz
 fbccba8ac7832c03f1ecae38faaa234f2d727fc48e797a06142819e4aadb5b9a 6446 
sispmctl_4.10-1_source.buildinfo
Files:
 ba95b2b0d3f818f894e98592cacc1e55 1867 admin optional sispmctl_4.10-1.dsc
 30051e8ef4dcf216e96eb26a0ca53bb3 2788 admin optional 
sispmctl_4.10-1.debian.tar.xz
 164aec6458dcf701d506e385c738e4cc 6446 admin optional 
sispmctl_4.10-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAmSj1L8ACgkQdbcQY1wh
On5Mug//XnerxOx7fSHdzWX5xkAAIcYCIeGXXLSGz+PmU2eNyuwvyA2X4mj8otPk
H3jIH38Xq+2UZj9UNRGti19ZBsXHLbYAGDfRCOBaKjQX

sispmctl_4.10-1_source.changes ACCEPTED into unstable

2023-07-04 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Jul 2023 10:11:17 +0200
Source: sispmctl
Architecture: source
Version: 4.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Hilko Bengen 
Closes: 804265 825330 838721
Changes:
 sispmctl (4.10-1) unstable; urgency=medium
 .
   * QA upload.
   * Upload to unstable. Closes: #838721, #804265, #825330
Checksums-Sha1:
 ff96c38c8dbe98b594f45239dce75bc79110909d 1867 sispmctl_4.10-1.dsc
 de445431913300a63d623285fc0559cc9b5a9e77 2788 sispmctl_4.10-1.debian.tar.xz
 1027274e998a3a39a6e5ac9d0706d67fe556d614 6446 sispmctl_4.10-1_source.buildinfo
Checksums-Sha256:
 8d6e57261aa6989d461b6ae3dc939832b07fd6315867c359b7890ca237c1cdea 1867 
sispmctl_4.10-1.dsc
 f79c85f5ad075e268aada620a999d68d5ce2da1da64559fdaa943052398629d2 2788 
sispmctl_4.10-1.debian.tar.xz
 fbccba8ac7832c03f1ecae38faaa234f2d727fc48e797a06142819e4aadb5b9a 6446 
sispmctl_4.10-1_source.buildinfo
Files:
 ba95b2b0d3f818f894e98592cacc1e55 1867 admin optional sispmctl_4.10-1.dsc
 30051e8ef4dcf216e96eb26a0ca53bb3 2788 admin optional 
sispmctl_4.10-1.debian.tar.xz
 164aec6458dcf701d506e385c738e4cc 6446 admin optional 
sispmctl_4.10-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAmSj1L8ACgkQdbcQY1wh
On5Mug//XnerxOx7fSHdzWX5xkAAIcYCIeGXXLSGz+PmU2eNyuwvyA2X4mj8otPk
H3jIH38Xq+2UZj9UNRGti19ZBsXHLbYAGDfRCOBaKjQXMLoQ9W+bFtkWs15ETlwy
446p2bBBEGxMVRWV04PGyolm65TT2TEXs8IJqko4qTuWDwqD5rRPj/uHjmq/PKfY
yEpJLm4RFPykbO/JP7aURaTSyQSSOOTJC1nkJPimX5KHXo/u/i7AO8ri43+WW+/K
GIhis0Q7+wc5lGmOUC8PD2U0JEknD8aeZ1Marn0sjGEVPuHcAnGGWRB4fFH2VCO+
dQ5LZr/Sr5kjeJNyB+E+psc88eIzEcMTjzVxjSUJEZ8OnHEfSWYXt7ygziC67eMd
yjpMv6MXPMdziTVyNpQGJJNhndykEDvzafQ67OLtS8v66Dm0bMYzTzqD+2oMB4f2
exPbcVTUyGIvuf4bcJrqQnmi29aBQxSoVWVyd55hQYfXsX42m+ZBAfy0JXmCa2e0
QNILqzs0uQSpxco5ufmkzmT/X9rZae0LjQ4ysKKOpy2u/3THbl+BkoDQJUp4y4EQ
IwuuH3wMJkD9t++fBUSBGto0tZWi9nx8Z4fTDJ3cGNu0Ufbx+279QyqvkFbZRgd1
B5D6UgZjiHZFpQHxm6qMoSbrcSIJOIwChwtw0E38m8mBKIk8hBY=
=ZYPl
-END PGP SIGNATURE-



Processing of sispmctl_4.10-2_source.changes

2023-07-04 Thread Debian FTP Masters
sispmctl_4.10-2_source.changes uploaded successfully to localhost
along with the files:
  sispmctl_4.10-2.dsc
  sispmctl_4.10-2.debian.tar.xz
  sispmctl_4.10-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



sispmctl_4.10-2_source.changes ACCEPTED into unstable

2023-07-04 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 Jul 2023 14:10:21 +0200
Source: sispmctl
Architecture: source
Version: 4.10-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Hilko Bengen 
Changes:
 sispmctl (4.10-2) unstable; urgency=medium
 .
   * Fix system user name (typo)
Checksums-Sha1:
 719da57ad465a3f937799f26eb4f35696a249989 1867 sispmctl_4.10-2.dsc
 6934b99b68080f5e5d1c54ecae1dcfa7e21159ba 2792 sispmctl_4.10-2.debian.tar.xz
 a1a36b8001f45be653ccc49b0ee91893ff43c5ee 6446 sispmctl_4.10-2_source.buildinfo
Checksums-Sha256:
 cb1b374274b68c44b917801865494923127606bd77fdcb1967fbaa8762bd3d45 1867 
sispmctl_4.10-2.dsc
 bcf8bf6112b3c847ca78ca8e7d6c808133630defef00fbe76c52b3e5b9820a5f 2792 
sispmctl_4.10-2.debian.tar.xz
 9f39c0d2e44ac7cf0f26af15e9a2a689e01faea8503996b0552686eea8a59a7c 6446 
sispmctl_4.10-2_source.buildinfo
Files:
 e62165487f560001abd7ef35a6180b47 1867 admin optional sispmctl_4.10-2.dsc
 0d486bbdb7c2452a9f95c18695cb84fa 2792 admin optional 
sispmctl_4.10-2.debian.tar.xz
 af6cac65f83c3d817067674a91ed5eb5 6446 admin optional 
sispmctl_4.10-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAmSkDFUACgkQdbcQY1wh
On6FTxAAu5BgwaNam7pHDZQoDHwI7tHXVZ4cbRmkEidT5bh6LGwjQCOgrvUkfOX8
EITe1Nh4opEKNj9UEvSbwuNGOzqkR/WcW4sfWPbYmiCCCi35/83E7Pwje17daWJ1
bI69E5zUjdgHFYmuwd4SsiruBkzb58uvzL7svAMrp8k99pJrzACyT9e8NmZnGFIN
K9xiBb41LXAMzeT0ZvxfAubOxZwoyshOig82zZMcH1Z0+uowOZmCfm4zKO8x2iOv
ldT0pJN9Mu9r5I6lyAjHPtpepceIT9RIuhFY2RgB/DTYUNR0EZSw7R7yy9ZubUfC
hDvPsXBCJsXX4pmf+Yup0IYviMLgpXTtY+t8UsHzDqyFkg+sP/j0vJgjnPw/kY6D
ms1lU15FbPxHguM3ypioOTumO+UGnxxD9osVQvGH5zS/V4Wv0hyUyRK7fidOIRzZ
PcI4onkB2D8OCXozqfF99bRdcwKxbw71tikbTsAJL7uTnOXcMHKXm6py5rRGfQAt
7cH0yWjwo3Nu1nYLkGLQms5P7K4Odp5yWLFsXq6rzwaX/JW54nHizRBtf+ptl+yt
XAi1Y75c33ke64Xmky/Yx/D/bgOu1WqhYFziOT5OtizYKwsgDVRcot6DgIgMjcVS
YalnstaCu/n4xtaLs5vtWVAtHNH5OqnNqqb0TLBmeljm+MV9gEk=
=DKLv
-END PGP SIGNATURE-



Bug#1040322: debdry: should not ship test data in /usr/lib/python3/dist-packages/control

2023-07-04 Thread Helmut Grohne
Package: debdry
Version: 0.2.2-1
Severity: serious

debdry creates a control file in its test suite. This file happens to
get installed into /usr/lib/python3/dist-packages/control and this
happens to cause an undeclared file conflict with python3-kombu. I'm
filing this with debdry, because it clearly should not be installing
this file.

Helmut



Processed: RFP: rust-jwalk -- Filesystem walk performed in parallel with streamed and sorted results

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

> block 30 by -1
Bug #30 [src:watchman] watchman: depends on obsolete pcre3 library
30 was not blocked by any bugs.
30 was not blocking any bugs.
Added blocking bug(s) of 30: 1040326

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



Processed: RFP: rust-tabular -- Plain text tables, aligned automatically

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

> block 30 by -1
Bug #30 [src:watchman] watchman: depends on obsolete pcre3 library
30 was blocked by: 1040326
30 was not blocking any bugs.
Added blocking bug(s) of 30: 1040327

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



ghostscript_10.0.0~dfsg-11+deb12u1_source.changes ACCEPTED into proposed-updates

2023-07-04 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 02 Jul 2023 10:50:27 +0200
Source: ghostscript
Architecture: source
Version: 10.0.0~dfsg-11+deb12u1
Distribution: bookworm-security
Urgency: high
Maintainer: Debian QA Group 
Changed-By: Salvatore Bonaccorso 
Changes:
 ghostscript (10.0.0~dfsg-11+deb12u1) bookworm-security; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * Don't "reduce" %pipe% file names for permission validation
 (CVE-2023-36664)
   * Revisit fix for upstream bug 706761 (CVE-2023-36664)
Checksums-Sha1:
 e5049b6c95850be01c086ae0a434a5fb7e625a32 3019 
ghostscript_10.0.0~dfsg-11+deb12u1.dsc
 7aa37250cc830f3c9914b083ef468cfe30e6a00f 26688456 
ghostscript_10.0.0~dfsg.orig.tar.xz
 9ec57c8615d07870946686c25fe3acf79fc54747 86840 
ghostscript_10.0.0~dfsg-11+deb12u1.debian.tar.xz
 5494833599b1698e614b07cd7ff2a78342c9e97c 7241 
ghostscript_10.0.0~dfsg-11+deb12u1_source.buildinfo
Checksums-Sha256:
 fb2553f22cb746028b7b695fca5fd165df945cbc71fccbd9550975fbf83b9d5f 3019 
ghostscript_10.0.0~dfsg-11+deb12u1.dsc
 67a288151fd88f0d44e165429c48cc85d69b3e4d3765c95e60839a094bfb8df3 26688456 
ghostscript_10.0.0~dfsg.orig.tar.xz
 250b67a674434027fe32c08895e24b6fe0a281d3794e579a862efb6645b3824a 86840 
ghostscript_10.0.0~dfsg-11+deb12u1.debian.tar.xz
 8e21435af519f3a62ac6aaa1452c9e83187fec6ce5f523a6769ce8c5832986d5 7241 
ghostscript_10.0.0~dfsg-11+deb12u1_source.buildinfo
Files:
 cb59b0e8adc7ca0ee266caf8eb19bb48 3019 text optional 
ghostscript_10.0.0~dfsg-11+deb12u1.dsc
 ef38488b0a39c7064a027f4a4c9b9151 26688456 text optional 
ghostscript_10.0.0~dfsg.orig.tar.xz
 a4bf275a6bf53dc58af257ad30e9710a 86840 text optional 
ghostscript_10.0.0~dfsg-11+deb12u1.debian.tar.xz
 9bd155911b3b94f5b8930441ca4cb22e 7241 text optional 
ghostscript_10.0.0~dfsg-11+deb12u1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmShPApfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89E+XoP/juusb2iMweZRx8qf3iM0N7//kuJwPMv
qKF41GexGkwK/bOBSLC6QxKLO5jwrFoa6J104jfyOyFBIH+zAjrl9kZYIhze1Tjh
Uus+q+SgjNAPW012hnau1A2S73iSxGF6XviwerpR7u3tHe0pcalr4x0ZUEp1FSIB
JowJm4Qjb8DGgUot0f/dx0RoDB/hNIXLQw6QdyjaFa6zduZ3R7tnpISKA+7/cklo
+ShV1Tqb1kFoxerBqFLQwlZrizrbtvQa0sdSmWmh5LQYyaRuPI/5ZK5T76mQvQhF
kNipAvZrYMDlK4oOo7rKW0cevd/DKl9FbEGcQ/hKzMUAKPQRk17VVjvNjq+vtRex
1PZ56lrP/mojUkKFRclih2cFjm1mVZzuh1aPt5bKT+OB0tLTqQYg6X/sgt+5JiAK
KILT7dXj6qD6HMXA1y4tEs80wrxeBNWhZkaDaGWkurwGbzDBb7IE20RQzkefGQBI
gIhYQsj4sFc/BaAYsF5pLPgZ+CxvWe4HHxFQoJWTXo/fwxeptMkZzgm7+C3oW/h6
xyMvig06OWkgFyL6FU2I3Rl1yv7XwURg8AypZU1PYG0ylB7mXer9hlBgAJ5eaIC2
mqFLpwGcM/KOFBZUxMY+5PzvGnxwENYWljAnvbmQeoFrKZLgHeAey2jnWbxBFz8a
U8ALB4XnL2Z9
=vKWr
-END PGP SIGNATURE-



/buster/ekg2-ui-gtk links to undesirable website

2023-07-04 Thread gnulinux
Hello list,

https://packages.debian.org/buster/ekg2-ui-gtk mentions the homepage
ekg2.org. Unfortunately, ekg2.org redirects (301) to another site with
pornographical content.

-- 
matthias.