Bug#1033190: libvisual-plugins: [INTL:de] Updated German Translation

2023-03-19 Thread Chris Leick

Package: libvisual-plugins
Version: 0.4.0+dfsg1-17
Severity: wishlist
Tags: l10n patch



Hi,

please find attached the newest German translation.

Kind regards,
Chris

de.po.gz
Description: application/gzip


Bug#981244: ssmtp “FromLineOverride=NO” has no impact

2023-03-19 Thread Lukas Tribus
This bug is probably caused by the debian change in bug #939298 which
does not appear to consider revaliases configuration.



Bug#1033211: clp: configure script misdetects tons of things

2023-03-19 Thread Helmut Grohne
Source: clp
Version: 1.17.6-3
Severity: important
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

Hi,

I happened to look into a clp cross build failure, but what I found was
more problems. If you look at configure output, you see this:

| checking whether the compiler supports GNU C... no
| checking whether gcc accepts -g... no
| checking for gcc option to enable C11 features... unsupported
| checking for gcc option to enable C99 features... unsupported
| checking for gcc option to enable C89 features... unsupported

Quite obviously, this is all wrong and autoconf will turn on quite a bit
of barely tested workarounds due to these misdetections.

So I looked into why this happens and ultimately, all of these use
ac_fn_c_try_compile and they all say "$? = 0" followed by "failed
program" in config.log. So compilation was successful, but it was
treated as failure, because conftest.$ac_objext didn't exist. As it
happens, ac_objext is undefined, because _AC_COMPILER_OBJEXT hasn't been
run yet. It gets run later and then ac_fn_c_try_compile actually works,
but when these tests are rerun, their cached values are used.

I looked into the m4 files to see why this would happen, but I ended up
not identifying the cause. However, if you export ac_objext=o,
ac_fn_c_try_compile actually works and these things get correctly
detected. As it happens, this also fixes cross compilation, but really
the misdetections are a problem and should be fixed even for native
builds. I'm attaching a patch that works around the issue by setting
ac_objext, but I hope you can find a better solution.

Helmut
diff --minimal -Nru clp-1.17.6/debian/changelog clp-1.17.6/debian/changelog
--- clp-1.17.6/debian/changelog 2022-11-27 05:27:26.0 +0100
+++ clp-1.17.6/debian/changelog 2023-03-19 19:40:11.0 +0100
@@ -1,3 +1,9 @@
+clp (1.17.6-4) UNRELEASED; urgency=medium
+
+  * Work around severe configure misdetections. (Closes: #-1)
+
+ -- Helmut Grohne   Sun, 19 Mar 2023 19:40:11 +0100
+
 clp (1.17.6-3) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru clp-1.17.6/debian/rules clp-1.17.6/debian/rules
--- clp-1.17.6/debian/rules 2022-11-27 05:27:26.0 +0100
+++ clp-1.17.6/debian/rules 2023-03-19 19:40:11.0 +0100
@@ -9,7 +9,10 @@
dh_autoreconf autoreconf -- --force --install --no-recursive 
--include=BuildTools
 
 override_dh_auto_configure:
-   dh_auto_configure -- --enable-static --enable-dot 
--enable-dependency-linking
+   # The configure script is broken as it uses ac_fn_c_try_compile before
+   # having run _AC_COMPILER_OBJEXT, so supply ac_objext to make it barely
+   # work.
+   ac_objext=o dh_auto_configure -- --enable-static --enable-dot 
--enable-dependency-linking
 
 override_dh_auto_build:
dh_auto_build


Bug#1032575: marked as done (a2ps: new upstream version available)

2023-03-19 Thread Debian Bug Tracking System
Your message dated Sun, 19 Mar 2023 22:19:13 +
with message-id 
and subject line Bug#1032575: fixed in a2ps 1:4.15.2-1~exp1
has caused the Debian Bug report #1032575,
regarding a2ps: new upstream version 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.)


-- 
1032575: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032575
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: a2ps
Version: 1:4.14-7
Severity: wishlist
X-Debbugs-Cc: car...@debian.org

Hi

Not in time for the Debian bookworm release, but please package
afterwards the new a2ps upstream version:

https://lists.gnu.org/archive/html/info-gnu/2023-03/msg2.html

Regards,
Salvatore
--- End Message ---
--- Begin Message ---
Source: a2ps
Source-Version: 1:4.15.2-1~exp1
Done: Boyuan Yang 

We believe that the bug you reported is fixed in the latest version of
a2ps, 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 1032...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang  (supplier of updated a2ps 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: SHA512

Format: 1.8
Date: Sun, 19 Mar 2023 17:54:30 -0400
Source: a2ps
Architecture: source
Version: 1:4.15.2-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Boyuan Yang 
Closes: 660766 1032575
Changes:
 a2ps (1:4.15.2-1~exp1) experimental; urgency=medium
 .
   * QA upload.
   * New upstream release. (Closes: #1032575)
 + Fix segfault with --stdin="". (Closes: #660766)
Checksums-Sha1:
 0f84c9bdd2034d593999c75144a612212447c606 2288 a2ps_4.15.2-1~exp1.dsc
 b02c9f4066ebb2899f7615b93b354fb77192377c 3600923 a2ps_4.15.2.orig.tar.gz
 a9d4c791af02c225419c9dd4c02efcfafe6d1cd5 488 a2ps_4.15.2.orig.tar.gz.asc
 73f98ead0c2da37ea2a0392aab106b25f2e9be9f 17728 a2ps_4.15.2-1~exp1.debian.tar.xz
 dae088992c7b4712b33e96a5d65e362286eb7aac 11016 
a2ps_4.15.2-1~exp1_amd64.buildinfo
Checksums-Sha256:
 ff1425e97522df2042cd68da66fb133ae8af144230d7076eeb2aaa75ef0a4d00 2288 
a2ps_4.15.2-1~exp1.dsc
 ec52904a9fac126416b32ac9a2405f3d617dda97d65299e1a415554fe033d225 3600923 
a2ps_4.15.2.orig.tar.gz
 107817af12ba55303cc53d6ce22e7e3ee858456293794fb1429a697967763b81 488 
a2ps_4.15.2.orig.tar.gz.asc
 af2c72a405743abae48c2fcc1c18582175e743a936517c22791860781b6d0bd8 17728 
a2ps_4.15.2-1~exp1.debian.tar.xz
 ec06568d371f038cc8f915cffaa11e011943041c90bf5ff51b4ac9711e419afc 11016 
a2ps_4.15.2-1~exp1_amd64.buildinfo
Files:
 41e1d2392f6c8d80ca820693160ee14b 2288 text optional a2ps_4.15.2-1~exp1.dsc
 b161c7b1bd3ae0b09fd176717c559553 3600923 text optional a2ps_4.15.2.orig.tar.gz
 fc971993712bb2ed6b2a5a2c7428cc1e 488 text optional a2ps_4.15.2.orig.tar.gz.asc
 f7bc9a5706dce680129134d5f40e0907 17728 text optional 
a2ps_4.15.2-1~exp1.debian.tar.xz
 fea32d575a5d99042d624205805e0230 11016 text optional 
a2ps_4.15.2-1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmQXhwUACgkQwpPntGGC
Ws6XTQ//XhLSFr52Qj03MSEJqHVaLzlzlET0gwaxdMubE1Sjr4UxcnLyI/7HUITj
4k+vKnFgJ6dcANNfZbdYHt9yEaqkguyV+YU4bq2G3ytVRk66QMVUDWrJX+bbR5+k
1uV0/0i8TBAwYD8Hh5DT4+d7bjF78CKr/uE9iKKE5noMqd2s/p5yr92ALmeQKRsw
ntPSKxGKaIkiu2cER0RweG7lyXSG3Jpgz+Ale88GoUIcTW0Nqk7mteFDUHIon9KF
Ew3jxmzig4PKJXigTy1nKTN9IxcNPK7XNjGHYZuzt4cVtK5PQA9nxULBdY7HCWN8
ar3HICgnq8IwI8n/5wwN9SCdMm+A9whMksz5iuOyDBQsr30sH4+ZqB5AVjUVv+nX
R7zlIKClbyf6I3Ko0foUuswaRMrC8oPdaF8D7MtNBMHcaR3xrHWWiLwAsEDuxMTb
qnjcWM0AYxXlsH1uMz0i304cMKQ0XW/VBs5Hm3zMwfrrUg6fq220X5OKH0EO4Z0V
X55mB/aA/UxoEIhLSxitTmKX0jw/JlBgfzDQO3jG7z+gXojwAhXqFD9fzJCDQgCr
4Z2gl+VdlS7ayIsLxY64ycsmBhmlwSxnsYJTzCjwnUzJ3abQvsgKy5Iisk6EWOsR
tPsaEvd8BLRTxptOmRI6gsfn40ZPasZH7EuWAik6i44n4raCLwY=
=BoZN
-END PGP SIGNATURE End Message ---


Bug#660766: marked as done (a2ps: segfault on --stdin="")

2023-03-19 Thread Debian Bug Tracking System
Your message dated Sun, 19 Mar 2023 22:19:13 +
with message-id 
and subject line Bug#660766: fixed in a2ps 1:4.15.2-1~exp1
has caused the Debian Bug report #660766,
regarding a2ps: segfault on --stdin=""
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.)


-- 
660766: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660766
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: a2ps
Version: 1:4.14-1.1
Severity: normal

echo | a2ps --stdin=""
segfaults
dmesg:
 a2ps[32168]: segfault at 0 ip b7795ea3 sp bfb57544 error 4 in 
libc-2.13.so[b7723000+13e000]


-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'oldstable'), 
(500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.4 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /UNIONFS/bin/bash

Versions of packages a2ps depends on:
ii  dpkg  1.15.8.11  Debian package management system
ii  file  5.04-5 Determines file type using "magic"
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6 2.13-20Embedded GNU C Library: Shared lib
ii  libpaper1 1.1.24 library for handling paper charact
ii  psutils   1.17-27A collection of PostScript documen

Versions of packages a2ps recommends:
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  cups-bsd [lpr]1.5.0-13   Common UNIX Printing System(tm) - 
ii  wdiff 0.5-18 Compares two files word by word

Versions of packages a2ps suggests:
ii  emacsen-common   1.4.22  Common facilities for all emacsen
ii  ghostscript  9.02~dfsg-3 interpreter for the PostScript lan
ii  groff1.20.1-10   GNU troff text-formatting system
ii  gv   1:3.7.1-1   PostScript and PDF viewer for X
pn  html2ps(no description available)
ii  imagemagick  8:6.6.0.4-3 image manipulation programs
pn  t1-cyrillic(no description available)
ii  texlive-binaries [texlive-ba 2009-8  Binaries for TeX Live

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: a2ps
Source-Version: 1:4.15.2-1~exp1
Done: Boyuan Yang 

We believe that the bug you reported is fixed in the latest version of
a2ps, 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 660...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boyuan Yang  (supplier of updated a2ps 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: SHA512

Format: 1.8
Date: Sun, 19 Mar 2023 17:54:30 -0400
Source: a2ps
Architecture: source
Version: 1:4.15.2-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Boyuan Yang 
Closes: 660766 1032575
Changes:
 a2ps (1:4.15.2-1~exp1) experimental; urgency=medium
 .
   * QA upload.
   * New upstream release. (Closes: #1032575)
 + Fix segfault with --stdin="". (Closes: #660766)
Checksums-Sha1:
 0f84c9bdd2034d593999c75144a612212447c606 2288 a2ps_4.15.2-1~exp1.dsc
 b02c9f4066ebb2899f7615b93b354fb77192377c 3600923 a2ps_4.15.2.orig.tar.gz
 a9d4c791af02c225419c9dd4c02efcfafe6d1cd5 488 a2ps_4.15.2.orig.tar.gz.asc
 73f98ead0c2da37ea2a0392aab106b25f2e9be9f 17728 a2ps_4.15.2-1~exp1.debian.tar.xz
 dae088992c7b4712b33e96a5d65e362286eb7aac 11016 
a2ps_4.15.2-1~exp1_amd64.buildinfo
Checksums-Sha256:
 ff1425e97522df2042cd68da66fb133ae8af144230d7076eeb2aaa75ef0a4d00 2288 
a2ps_4.15.2-1~exp1.dsc
 ec52904a9fac126416b32ac9a2405f3d617dda97d65299e1a415554fe033d225 3600923 
a2ps_4.15.2.orig.tar.gz
 107817af12ba55303cc53d6ce22e7e3ee858456293794fb1429a697967763b81 488 
a2ps_4.15.2.orig.tar.gz.asc
 af2c72a405743abae48c2fcc1c18582175e743a936517c22791860781b6d0bd8 17728 
a2ps_4.15.2-1~exp1.debian.tar.xz
 ec06568d371f038cc8f915cffaa11e011943041c90bf5ff51b4ac9711e419afc 11016 
a2ps_4.15.2

Processing of a2ps_4.15.2-1~exp1_source.changes

2023-03-19 Thread Debian FTP Masters
a2ps_4.15.2-1~exp1_source.changes uploaded successfully to localhost
along with the files:
  a2ps_4.15.2-1~exp1.dsc
  a2ps_4.15.2.orig.tar.gz
  a2ps_4.15.2.orig.tar.gz.asc
  a2ps_4.15.2-1~exp1.debian.tar.xz
  a2ps_4.15.2-1~exp1_amd64.buildinfo

Greetings,

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



a2ps_4.15.2-1~exp1_source.changes ACCEPTED into experimental

2023-03-19 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Mar 2023 17:54:30 -0400
Source: a2ps
Architecture: source
Version: 1:4.15.2-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Boyuan Yang 
Closes: 660766 1032575
Changes:
 a2ps (1:4.15.2-1~exp1) experimental; urgency=medium
 .
   * QA upload.
   * New upstream release. (Closes: #1032575)
 + Fix segfault with --stdin="". (Closes: #660766)
Checksums-Sha1:
 0f84c9bdd2034d593999c75144a612212447c606 2288 a2ps_4.15.2-1~exp1.dsc
 b02c9f4066ebb2899f7615b93b354fb77192377c 3600923 a2ps_4.15.2.orig.tar.gz
 a9d4c791af02c225419c9dd4c02efcfafe6d1cd5 488 a2ps_4.15.2.orig.tar.gz.asc
 73f98ead0c2da37ea2a0392aab106b25f2e9be9f 17728 a2ps_4.15.2-1~exp1.debian.tar.xz
 dae088992c7b4712b33e96a5d65e362286eb7aac 11016 
a2ps_4.15.2-1~exp1_amd64.buildinfo
Checksums-Sha256:
 ff1425e97522df2042cd68da66fb133ae8af144230d7076eeb2aaa75ef0a4d00 2288 
a2ps_4.15.2-1~exp1.dsc
 ec52904a9fac126416b32ac9a2405f3d617dda97d65299e1a415554fe033d225 3600923 
a2ps_4.15.2.orig.tar.gz
 107817af12ba55303cc53d6ce22e7e3ee858456293794fb1429a697967763b81 488 
a2ps_4.15.2.orig.tar.gz.asc
 af2c72a405743abae48c2fcc1c18582175e743a936517c22791860781b6d0bd8 17728 
a2ps_4.15.2-1~exp1.debian.tar.xz
 ec06568d371f038cc8f915cffaa11e011943041c90bf5ff51b4ac9711e419afc 11016 
a2ps_4.15.2-1~exp1_amd64.buildinfo
Files:
 41e1d2392f6c8d80ca820693160ee14b 2288 text optional a2ps_4.15.2-1~exp1.dsc
 b161c7b1bd3ae0b09fd176717c559553 3600923 text optional a2ps_4.15.2.orig.tar.gz
 fc971993712bb2ed6b2a5a2c7428cc1e 488 text optional a2ps_4.15.2.orig.tar.gz.asc
 f7bc9a5706dce680129134d5f40e0907 17728 text optional 
a2ps_4.15.2-1~exp1.debian.tar.xz
 fea32d575a5d99042d624205805e0230 11016 text optional 
a2ps_4.15.2-1~exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmQXhwUACgkQwpPntGGC
Ws6XTQ//XhLSFr52Qj03MSEJqHVaLzlzlET0gwaxdMubE1Sjr4UxcnLyI/7HUITj
4k+vKnFgJ6dcANNfZbdYHt9yEaqkguyV+YU4bq2G3ytVRk66QMVUDWrJX+bbR5+k
1uV0/0i8TBAwYD8Hh5DT4+d7bjF78CKr/uE9iKKE5noMqd2s/p5yr92ALmeQKRsw
ntPSKxGKaIkiu2cER0RweG7lyXSG3Jpgz+Ale88GoUIcTW0Nqk7mteFDUHIon9KF
Ew3jxmzig4PKJXigTy1nKTN9IxcNPK7XNjGHYZuzt4cVtK5PQA9nxULBdY7HCWN8
ar3HICgnq8IwI8n/5wwN9SCdMm+A9whMksz5iuOyDBQsr30sH4+ZqB5AVjUVv+nX
R7zlIKClbyf6I3Ko0foUuswaRMrC8oPdaF8D7MtNBMHcaR3xrHWWiLwAsEDuxMTb
qnjcWM0AYxXlsH1uMz0i304cMKQ0XW/VBs5Hm3zMwfrrUg6fq220X5OKH0EO4Z0V
X55mB/aA/UxoEIhLSxitTmKX0jw/JlBgfzDQO3jG7z+gXojwAhXqFD9fzJCDQgCr
4Z2gl+VdlS7ayIsLxY64ycsmBhmlwSxnsYJTzCjwnUzJ3abQvsgKy5Iisk6EWOsR
tPsaEvd8BLRTxptOmRI6gsfn40ZPasZH7EuWAik6i44n4raCLwY=
=BoZN
-END PGP SIGNATURE-



lxctl is marked for autoremoval from testing

2023-03-19 Thread Debian testing autoremoval watch
lxctl 0.3.1+debian-5 is marked for autoremoval from testing on 2023-04-24

It (build-)depends on packages with these RC bugs:
1032706: lxc: lxc-snapshot cannot restore containers with loop storage backend
 https://bugs.debian.org/1032706



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl