Processing of wondershaper_1.1a-12_source.changes

2024-05-17 Thread Debian FTP Masters
wondershaper_1.1a-12_source.changes uploaded successfully to localhost
along with the files:
  wondershaper_1.1a-12.dsc
  wondershaper_1.1a-12.debian.tar.xz
  wondershaper_1.1a-12_source.buildinfo

Greetings,

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



Processing of imgsizer_2.10-4_source.changes

2024-05-17 Thread Debian FTP Masters
imgsizer_2.10-4_source.changes uploaded successfully to localhost
along with the files:
  imgsizer_2.10-4.dsc
  imgsizer_2.10-4.debian.tar.xz
  imgsizer_2.10-4_source.buildinfo

Greetings,

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



Bug#1071307: fte: FTBFS: /usr/include/string.h:506:15: error: conflicting declaration of ‘size_t strlcpy(char*, const char*, size_t)’ with ‘C’ linkage

2024-05-17 Thread Santiago Vila

Package: src:fte
Version: 0.50.2b6-20110708-5
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<>'
dh_auto_build -D src -- -f fte-unix.mak
cd src && make -j2 "INSTALL=install --strip-program=true" -f 
fte-unix.mak
make[2]: Entering directory '/<>/src'
g++ -c cfte.cpp -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Wconversion 
-Wwrite-strings -Winline -g-I/usr/include/qt3 -I/usr/lib64/qt-3.3/include  
-I/usr/include/slang -DUNIX -DLINUX
g++ -c s_files.cpp -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Wconversion 
-Wwrite-strings -Winline -g-I/usr/include/qt3 -I/usr/lib64/qt-3.3/include  
-I/usr/include/slang -DUNIX -DLINUX
g++ -c s_string.cpp -g -O2 -ffile-prefix-map=/<>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security 
-fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Wconversion 
-Wwrite-strings -Winline -g-I/usr/include/qt3 -I/usr/lib64/qt-3.3/include  
-I/usr/include/slang -DUNIX -DLINUX
In file included from s_string.cpp:3:
/usr/include/string.h:506:15: error: conflicting declaration of ‘size_t 
strlcpy(char*, const char*, size_t)’ with ‘C’ linkage
  506 | extern size_t strlcpy (char *__restrict __dest,
  |   ^~~
In file included from s_string.cpp:1:
s_string.h:10:8: note: previous declaration with ‘C++’ linkage
   10 | size_t strlcpy(char *dst, const char *src, size_t size);
  |^~~
/usr/include/string.h:506:15: error: declaration of ‘size_t strlcpy(char*, 
const char*, size_t) noexcept’ has a different exception specifier
  506 | extern size_t strlcpy (char *__restrict __dest,
  |   ^~~
s_string.h:10:8: note: from previous declaration ‘size_t strlcpy(char*, const 
char*, size_t)’
   10 | size_t strlcpy(char *dst, const char *src, size_t size);
  |^~~
/usr/include/string.h:512:15: error: conflicting declaration of ‘size_t 
strlcat(char*, const char*, size_t)’ with ‘C’ linkage
  512 | extern size_t strlcat (char *__restrict __dest,
  |   ^~~
s_string.h:14:8: note: previous declaration with ‘C++’ linkage
   14 | size_t strlcat(char *dst, const char *src, size_t size);
  |^~~
/usr/include/string.h:512:15: error: declaration of ‘size_t strlcat(char*, 
const char*, size_t) noexcept’ has a different exception specifier
  512 | extern size_t strlcat (char *__restrict __dest,
  |   ^~~
s_string.h:14:8: note: from previous declaration ‘size_t strlcat(char*, const 
char*, size_t)’
   14 | size_t strlcat(char *dst, const char *src, size_t size);
  |^~~
make[2]: *** [fte-unix.mak:159: s_string.o] Error 1
make[2]: *** Waiting for unfinished jobs
cfte.cpp: In function ‘int LoadFile(const char*, const char*, int)’:
cfte.cpp:1885:29: warning: ‘localconfig/’ directive writing 12 bytes into a 
region of size between 1 and 1024 [-Wformat-overflow=]
 1885 | sprintf(tmp, "%slocalconfig/%s", StartDir, CfgName);
  | ^~~~
In file included from /usr/include/stdio.h:964,
 from cfte.cpp:22:
In function ‘int sprintf(char*, const char*, ...)’,
inlined from ‘int LoadFile(const char*, const char*, int)’ at 
cfte.cpp:1885:20:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:34: note: 
‘__builtin___sprintf_chk’ output 13 or more bytes (assuming 1036) into a 
destination of size 1024
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
  |  ^~
   31 |   __glibc_objsize (__s), __fmt,
  |   ~
   32 |   __va_arg_pack ());
  |   ~
cfte.cpp: In function ‘int LoadFile(const char*, const char*, int)’:
cfte.cpp:1893:37: warning: ‘config/’ directive writing 7 bytes into a region of 
size between 1 and 1024 [-Wformat-overflow=]
 1893 | sprintf(tmp, "%sconfig/%s", StartDir, CfgName);
  | ^~~
In function ‘int sprintf(char*, const char*, ...)’,
inlined from ‘int LoadFile(const char*, const char*, int)’ at 
cfte.cpp:1893:28:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:34: note: 
‘__builtin___sprintf_chk’ output 8 or more bytes 

Bug#1071298: canna: FTBFS: dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file

2024-05-17 Thread Santiago Vila

Package: src:canna
Version: 3.7p3-21
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
 debian/rules build
dh build
   dh_update_autotools_config
cp -an --reflink=auto canuum/config.guess 
debian/.debhelper/bucket/files/5b6877e0d2db2a7ef37611a0c5dfb81eabbe34519bd648bf71f8b7d4e3847850.tmp
cp: warning: behavior of -n is non-portable and may change in future; use 
--update=none instead
mv 
debian/.debhelper/bucket/files/5b6877e0d2db2a7ef37611a0c5dfb81eabbe34519bd648bf71f8b7d4e3847850.tmp
 
debian/.debhelper/bucket/files/5b6877e0d2db2a7ef37611a0c5dfb81eabbe34519bd648bf71f8b7d4e3847850
cp -f /usr/share/misc/config.guess ./canuum/config.guess
cp -an --reflink=auto canuum/config.sub 
debian/.debhelper/bucket/files/86b363ca4362b5f2562a0a6f0c5f9d445de3ab67de34c3e4a7dc0ca1f854e17a.tmp
cp: warning: behavior of -n is non-portable and may change in future; use 
--update=none instead
mv 
debian/.debhelper/bucket/files/86b363ca4362b5f2562a0a6f0c5f9d445de3ab67de34c3e4a7dc0ca1f854e17a.tmp
 
debian/.debhelper/bucket/files/86b363ca4362b5f2562a0a6f0c5f9d445de3ab67de34c3e4a7dc0ca1f854e17a
cp -f /usr/share/misc/config.sub ./canuum/config.sub
   dh_autoreconf
find . canuum ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path 
'*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a  -type f -exec 
md5sum {} + -o -type l -printf "symlink  %p
" > debian/autoreconf.before

[... snipped ...]

mv debian/canna-utils/usr/share/man/ja/man1/delwords.1.dh-new 
debian/canna-utils/usr/share/man/ja/man1/delwords.1
mv debian/canna-utils/usr/share/man/ja/man1/lsdic.1.dh-new 
debian/canna-utils/usr/share/man/ja/man1/lsdic.1
mv debian/canna-utils/usr/share/man/ja/man1/mkdic.1.dh-new 
debian/canna-utils/usr/share/man/ja/man1/mkdic.1
mv debian/canna-utils/usr/share/man/ja/man1/mkromdic.1.dh-new 
debian/canna-utils/usr/share/man/ja/man1/mkromdic.1
mv debian/canna-utils/usr/share/man/ja/man1/mvdic.1.dh-new 
debian/canna-utils/usr/share/man/ja/man1/mvdic.1
mv debian/canna-utils/usr/share/man/ja/man1/rmdic.1.dh-new 
debian/canna-utils/usr/share/man/ja/man1/rmdic.1
mv debian/canna-utils/usr/share/man/man1/addwords.1.dh-new 
debian/canna-utils/usr/share/man/man1/addwords.1
mv debian/canna-utils/usr/share/man/man1/cannacheck.1.dh-new 
debian/canna-utils/usr/share/man/man1/cannacheck.1
mv debian/canna-utils/usr/share/man/man1/cannastat.1.dh-new 
debian/canna-utils/usr/share/man/man1/cannastat.1
mv debian/canna-utils/usr/share/man/man1/catdic.1.dh-new 
debian/canna-utils/usr/share/man/man1/catdic.1
mv debian/canna-utils/usr/share/man/man1/chkconc.1.dh-new 
debian/canna-utils/usr/share/man/man1/chkconc.1
mv debian/canna-utils/usr/share/man/man1/cpdic.1.dh-new 
debian/canna-utils/usr/share/man/man1/cpdic.1
mv debian/canna-utils/usr/share/man/man1/cshost.1.dh-new 
debian/canna-utils/usr/share/man/man1/cshost.1
mv debian/canna-utils/usr/share/man/man1/delwords.1.dh-new 
debian/canna-utils/usr/share/man/man1/delwords.1
mv debian/canna-utils/usr/share/man/man1/lsdic.1.dh-new 
debian/canna-utils/usr/share/man/man1/lsdic.1
mv debian/canna-utils/usr/share/man/man1/mkdic.1.dh-new 
debian/canna-utils/usr/share/man/man1/mkdic.1
mv debian/canna-utils/usr/share/man/man1/mkromdic.1.dh-new 
debian/canna-utils/usr/share/man/man1/mkromdic.1
mv debian/canna-utils/usr/share/man/man1/mvdic.1.dh-new 
debian/canna-utils/usr/share/man/man1/mvdic.1
mv debian/canna-utils/usr/share/man/man1/rmdic.1.dh-new 
debian/canna-utils/usr/share/man/man1/rmdic.1
mv debian/libcanna1g-dev/usr/share/man/ja/man3/RkBgnBun.3.dh-new 
debian/libcanna1g-dev/usr/share/man/ja/man3/RkBgnBun.3
mv debian/libcanna1g-dev/usr/share/man/ja/man3/RkCloseRoma.3.dh-new 
debian/libcanna1g-dev/usr/share/man/ja/man3/RkCloseRoma.3
mv debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtEuc.3.dh-new 
debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtEuc.3
mv debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtHan.3.dh-new 
debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtHan.3
mv debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtHira.3.dh-new 
debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtHira.3
mv debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtKana.3.dh-new 
debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtKana.3
mv debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtRoma.3.dh-new 
debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtRoma.3
mv debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtZen.3.dh-new 
debian/libcanna1g-dev/usr/share/man/ja/man3/RkCvtZen.3
mv debian/libcanna1g-dev/usr/share/man/ja/man3/RkDefineDic.3.dh-new 

Bug#1071296: blobwars: FTBFS: src/headers.h:60:20: error: ambiguating new declaration of ‘void strlcat(char*, const char*, size_t)’

2024-05-17 Thread Santiago Vila

Package: src:blobwars
Version: 2.00-4
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:


[...]
 debian/rules build
dh build --parallel
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config -O--parallel
   dh_auto_configure -O--parallel
dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
(level 9 in use)
   dh_auto_build -O--parallel
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
make -j2
make[1]: Entering directory '/<>'
g++ -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection `pkg-config --cflags sdl2 SDL2_mixer SDL2_image SDL2_ttf SDL2_net` -DVERSION=2.00 -DRELEASE=1 
-DUSEPAK=0 -DPAKNAME=\"blobwars.pak\" -DPAKLOCATION=\"/usr/share/games/blobwars/\" -DUNIX 
-DGAMEPLAYMANUAL=\"/usr/share/doc/blobwars/index.html\" -Wall -DLOCALEDIR=\"/usr/share/locale/\" 
-DMEDAL_SERVER_HOST=\"www.parallelrealities.co.uk\" -DMEDAL_SERVER_PORT=80 -Wdate-time -D_FORTIFY_SOURCE=2 -flto -c src/CAudio.cpp
g++ -g -O2 -ffile-prefix-map=/<>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection `pkg-config --cflags sdl2 SDL2_mixer SDL2_image SDL2_ttf SDL2_net` -DVERSION=2.00 -DRELEASE=1 
-DUSEPAK=0 -DPAKNAME=\"blobwars.pak\" -DPAKLOCATION=\"/usr/share/games/blobwars/\" -DUNIX 
-DGAMEPLAYMANUAL=\"/usr/share/doc/blobwars/index.html\" -Wall -DLOCALEDIR=\"/usr/share/locale/\" 
-DMEDAL_SERVER_HOST=\"www.parallelrealities.co.uk\" -DMEDAL_SERVER_PORT=80 -Wdate-time -D_FORTIFY_SOURCE=2 -flto -c src/CBoss.cpp
In file included from src/CBoss.cpp:22:
src/headers.h:60:20: error: ambiguating new declaration of ‘void strlcat(char*, 
const char*, size_t)’
   60 | static inline void strlcat(char *dest, const char *src, size_t n) { 
strncat(dest, src, n - 1); }
  |^~~
In file included from src/CAudio.cpp:22:
src/headers.h:60:20: error: ambiguating new declaration of ‘void strlcat(char*, 
const char*, size_t)’
   60 | static inline void strlcat(char *dest, const char *src, size_t n) { 
strncat(dest, src, n - 1); }
  |^~~
In file included from /usr/include/features.h:502,
 from /usr/include/errno.h:25,
 from src/headers.h:22:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:167:1: note: old 
declaration ‘size_t strlcat(char*, const char*, size_t)’
  167 | __NTH (strlcat (char *__restrict __dest, const char *__restrict __src,
  | ^
src/headers.h:61:20: error: ambiguating new declaration of ‘void strlcpy(char*, 
const char*, size_t)’
   61 | static inline void strlcpy(char *dest, const char *src, size_t n) { 
strncpy(dest, src, n); dest[n - 1] = 0; }
  |^~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:150:1: note: old 
declaration ‘size_t strlcpy(char*, const char*, size_t)’
  150 | __NTH (strlcpy (char *__restrict __dest, const char *__restrict __src,
  | ^
In file included from /usr/include/features.h:502,
 from /usr/include/errno.h:25,
 from src/headers.h:22:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:167:1: note: old 
declaration ‘size_t strlcat(char*, const char*, size_t)’
  167 | __NTH (strlcat (char *__restrict __dest, const char *__restrict __src,
  | ^
src/headers.h:61:20: error: ambiguating new declaration of ‘void strlcpy(char*, 
const char*, size_t)’
   61 | static inline void strlcpy(char *dest, const char *src, size_t n) { 
strncpy(dest, src, n); dest[n - 1] = 0; }
  |^~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:150:1: note: old 
declaration ‘size_t strlcpy(char*, const char*, size_t)’
  150 | __NTH (strlcpy (char *__restrict __dest, const char *__restrict __src,
  | ^
make[1]: *** [Makefile:84: CBoss.o] Error 1
make[1]: *** Waiting for unfinished jobs
make[1]: *** [Makefile:84: CAudio.o] Error 1
make[1]: Leaving directory '/<>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:7: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2


The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202405/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully 

Processing of skales_0.20170929-4_source.changes

2024-05-17 Thread Debian FTP Masters
skales_0.20170929-4_source.changes uploaded successfully to localhost
along with the files:
  skales_0.20170929-4.dsc
  skales_0.20170929-4.debian.tar.xz
  skales_0.20170929-4_source.buildinfo

Greetings,

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



skales_0.20170929-4_source.changes ACCEPTED into unstable

2024-05-17 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 May 2024 11:59:05 -0300
Source: skales
Architecture: source
Version: 0.20170929-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Joao Eriberto Mota Filho 
Closes: 1071273
Changes:
 skales (0.20170929-4) unstable; urgency=medium
 .
   * QA upload.
   * debian/control:
   - Added Homepage field.
   - Added Rules-Requires-Root to source stanza.
   - Bumped Standards-Version to 4.6.2.
   - Changed from 'any' to 'all' in Architecture field. (Closes: #1071273)
   - Using the right program names in long description.
   * debian/copyright:
   - Added Source, Upstream-Name and Comment fields.
   - Added the packaging rights block.
   * debian/docs: created to install an upstream README file.
   * debian/examples: created to install some examples.
   * debian/patches/:
   - dtbtoo-soname:
   ~ Added Last-Update field.
   ~ Fixed a spelling error in description.
   ~ Renamed to 010_dtbtoo-soname.patch.
   - python3:
   ~ Added Last-Update field.
   ~ Renamed to 020_python3.patch.
   ~ Re-written the header.
   * debian/skales.manpages: renamed to manpages.
   * debian/upstream/metadata: created.
Checksums-Sha1:
 a055740b4db75bcf2bf73c3c980c41e199a464de 1885 skales_0.20170929-4.dsc
 cfcdb93e864672429c66cd9c586754960b5eb184 3336 skales_0.20170929-4.debian.tar.xz
 1ecd54a59234fe095904bacb54755ede0ee98be1 6612 
skales_0.20170929-4_source.buildinfo
Checksums-Sha256:
 34930f828585cf12b946ef95b1d6172f58619f380ddc1ee180b7fb9725dbc3dd 1885 
skales_0.20170929-4.dsc
 38dbd07d9c35dcb004f56499de6204d1197a58018061b09f7c70f7a85dcb87cd 3336 
skales_0.20170929-4.debian.tar.xz
 3b11be64bfcd2578ba0b09415b98c35ca1743689ab27f5e00559acaf18c5aba8 6612 
skales_0.20170929-4_source.buildinfo
Files:
 6a2ae61f6f55b645c246a4049cabb85c 1885 admin optional skales_0.20170929-4.dsc
 e50ffc7aa8b90be6879accca5fc99521 3336 admin optional 
skales_0.20170929-4.debian.tar.xz
 1e179ebf691855778ba4b6517728678f 6612 admin optional 
skales_0.20170929-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAmZHgfsACgkQ3mO5xwTr
6e8xuQ/+OT1+W07Sy8qnODtnWKpIzpbz57ysjV/EgsBIf+6GWccBktCrF6BYtGCr
oaMreWjZQXdG49fwyCcvh6keR2J/R2gaqEcqJKIBPtnHBNS/fpRcaDgdFi0Wpw7z
l5l0ClpeFAq2p7h3eNvqLplC4/jAE1eMcM8IfHGn0P6l/MkDSU0rHmY8VOPMXzow
DgVzeEJ3eVjx22oD0xkaXyPj99qIoQezjbH5QfE/I8NCQ9plBiEuM8QCLp+58owU
nVP7RLtIFFlt/58nTYQbqdANTnGZjqluxeuxH/aKrUR/bs/yfMJHcaLCnaM5TpTv
8UT4p1EWeq9NPOI9H7fGt8AuDixdQipo8uKeyo4fFtVpOj2GyOjkgCb2rTpOyCWX
Ejf3XdlLTcaoRmDMEnRwdd8Xe4vWdS9wlfKukSde/KDGmCyjK48y5rY0NSjIzdu1
YF5bM3gufZKijYKwzhPpz5ro+y6hwP5QLoXIeAcz4rbsoMUloEmQePZCg8caXZZ2
itxTQKA6wVd2CLdSCozx3+aAV6fVNhDyRABLk+oC5bVu9eZRFzhTa6tLTokRUYyx
RG2GcG8IHBHSGK4YfDAANWJXlqo5vTApbjQhI8tyQkiYIXEChSSF7559R1Jm1mcK
hVJK0LW5uvMizwbB3lqgyzDQnQiZUF7V3pHmsNF7QSBeoOqQqDs=
=v0oI
-END PGP SIGNATURE-



pgp0E_lgVlEg3.pgp
Description: PGP signature


nam_1.15-7_source.changes ACCEPTED into unstable

2024-05-17 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 May 2024 14:07:53 +0200
Source: nam
Architecture: source
Version: 1.15-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Petter Reinholdtsen 
Changes:
 nam (1.15-7) unstable; urgency=medium
 .
   * QA upload.
 .
   * Added d/gbp.conf to enforce the use of pristine-tar.
   * Updated Standards-Version from 3.9.8 to 4.7.0.
   * Use wrap-and-sort -at for debian control files
   * Trim trailing whitespace.
   * Transition to automatic debug package (from: nam-dbg).
   * Move source package lintian overrides to debian/source.
   * Bump debhelper from deprecated 8 to 10.
   * Fix field name case in debian/control (Vcs-git ⇒ Vcs-Git).
   * Update Vcs fields in d/control to salsa.
   * Skip autoreconf for now as it do not work.
   * Updated to debhelper compat level 13.
Checksums-Sha1:
 c6974282bf65ebf6b67bb698cd8adeaca4d177ff 1985 nam_1.15-7.dsc
 cfa5d69e4284961c1caaa68102c2a41cf329e66f 9632 nam_1.15-7.debian.tar.xz
 023fa791022dd2787030b95f4b55794f7c94513b 9363 nam_1.15-7_source.buildinfo
Checksums-Sha256:
 d849881b1003bdf693922bec31bb044134f8bf40654814f29cb94671310e9d24 1985 
nam_1.15-7.dsc
 1b259c31fa08a3eab6e54482b2ea58629da9e9fa347279b1911f9b9d0e243113 9632 
nam_1.15-7.debian.tar.xz
 04f71103497599fc42a553ae26fecc7e49a86b222040771d2ed1f7434af8d6bd 9363 
nam_1.15-7_source.buildinfo
Files:
 7a404c5652c4526e93dffdb4671fd344 1985 net optional nam_1.15-7.dsc
 51300cda3f90e5972d77639e3ff9b0e1 9632 net optional nam_1.15-7.debian.tar.xz
 2b12bf02f32458ca499e5902df9685d1 9363 net optional nam_1.15-7_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmZHSNoACgkQgSgKoIe6
+w4cWQ//XL+Xvdb9bmnvl5I8/xgZHXwtDqbkcFVYxPPfTF9rd+sczz2dBcYaksML
noruTHgeoFNKMHJjQmsU30LMV5sosnqQTUgfStvfGsgUuhBXhtE5CnxyeCjKZ+Kx
evq/J5d7M5rXzAViC7M75EPZpz3csXRzQOPf07kz9aJUjboiUVY5slS/wTE3+ekm
vJg50ZismDC5DRNV7AnryAVz2GkAZLsO1UmxQA2PBGxeICIyVJC921LBRyackxjt
rVeJucUrXaW33fw2WXYzWwpEZw0iAkrb1lCWkrhxnfUzaSdarLYQjcK8uIp5Z2WH
oXn3NE6Pzk3KmIqbBCsQpklQggLaxtE3ypUryNjtNID/X6Dsa2yDkGp11TDynDA0
YO7FELCc5+YuC1DABW/m3vB2rxYp/E5MRgwCDWvimT1Hpj9pfji0bCiSPm8+Ep8A
eebKmkvsXR6LHN5r+h5jQlCJWiQIZH6OXfoOvzucdw4gmK8Fy/w/sp3FUYVdVkDd
QMzCwHmsatN9Mu5/v65I0xKD66sptb/mqMiP+x/C6M1q1DsUrD3RhssMmEWwL3PW
S+gS0w4wTQt14veJFtNi7Xbg5zEvwq6nJGOti6L+yIQCLD1SKPPZSWx6lDlEbY9Q
kWlZdlShVssE3t9GjDzKpYv11hw7Eh7P1ie+Z7cP9eg31bpVwTI=
=cvpi
-END PGP SIGNATURE-



pgpBOxzILdmjS.pgp
Description: PGP signature


Processed: reassign 1071184 to src:linux, found 1071184 in 6.7.12-1, reassign 1071174 to src:onionshare ...

2024-05-17 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 1071184 src:linux 6.6.15-2
Bug #1071184 [linux-image] Kernel 6.6 and 6.7 route-leak between VRF and 
default leads to Time to live exceeded
Warning: Unknown package 'linux-image'
Bug reassigned from package 'linux-image' to 'src:linux'.
Ignoring request to alter found versions of bug #1071184 to the same values 
previously set
Ignoring request to alter fixed versions of bug #1071184 to the same values 
previously set
Bug #1071184 [src:linux] Kernel 6.6 and 6.7 route-leak between VRF and default 
leads to Time to live exceeded
Marked as found in versions linux/6.6.15-2.
> found 1071184 6.7.12-1
Bug #1071184 [src:linux] Kernel 6.6 and 6.7 route-leak between VRF and default 
leads to Time to live exceeded
Marked as found in versions linux/6.7.12-1.
> reassign 1071174 src:onionshare 2.6.2-1
Bug #1071174 [src:nionshare] onionshare: runtime dependency on cython
Warning: Unknown package 'src:nionshare'
Bug reassigned from package 'src:nionshare' to 'src:onionshare'.
No longer marked as found in versions nionshare/2.6.2-1.
Ignoring request to alter fixed versions of bug #1071174 to the same values 
previously set
Bug #1071174 [src:onionshare] onionshare: runtime dependency on cython
Marked as found in versions onionshare/2.6.2-1.
> close 1062444
Bug #1062444 [src:ima-evm-utils] ima-evm-utils: NMU diff for 64-bit time_t 
transition
Marked Bug as done
> reassign 1071125 python3-donfig 0.8.1+dfsg-2
Bug #1071125 {Done: Antonio Valentino } 
[python3-donfig,python3-nabu] python3-donfig and python3-nabu have an 
undeclared file conflict on /usr/lib/python3/dist-packages/doc/conf.py
Bug reassigned from package 'python3-donfig,python3-nabu' to 'python3-donfig'.
No longer marked as found in versions 0.8.1+dfsg-2.
No longer marked as fixed in versions donfig/0.8.1+dfsg-3.
Bug #1071125 {Done: Antonio Valentino } 
[python3-donfig] python3-donfig and python3-nabu have an undeclared file 
conflict on /usr/lib/python3/dist-packages/doc/conf.py
Marked as found in versions donfig/0.8.1+dfsg-2.
> fixed 1071125 0.8.1+dfsg-3
Bug #1071125 {Done: Antonio Valentino } 
[python3-donfig] python3-donfig and python3-nabu have an undeclared file 
conflict on /usr/lib/python3/dist-packages/doc/conf.py
Marked as fixed in versions donfig/0.8.1+dfsg-3.
> retitle 1071125 python3-donfig: ships 
> /usr/lib/python3/dist-packages/doc/conf.py
Bug #1071125 {Done: Antonio Valentino } 
[python3-donfig] python3-donfig and python3-nabu have an undeclared file 
conflict on /usr/lib/python3/dist-packages/doc/conf.py
Changed Bug title to 'python3-donfig: ships 
/usr/lib/python3/dist-packages/doc/conf.py' from 'python3-donfig and 
python3-nabu have an undeclared file conflict on 
/usr/lib/python3/dist-packages/doc/conf.py'.
> reassign 1060134 src:busybox 1:1.30.1-6
Bug #1060134 {Done: Michael Tokarev } [kmod-udeb,busybox-udeb] 
kmod-udeb vs busybox-udeb: agree on who ships depmod
Bug reassigned from package 'kmod-udeb,busybox-udeb' to 'src:busybox'.
No longer marked as found in versions kmod/28-1 and busybox/1:1.30.1-6.
No longer marked as fixed in versions busybox/1:1.36.1-7.
Bug #1060134 {Done: Michael Tokarev } [src:busybox] kmod-udeb 
vs busybox-udeb: agree on who ships depmod
Marked as found in versions busybox/1:1.30.1-6.
> fixed 1060134 1:1.36.1-7
Bug #1060134 {Done: Michael Tokarev } [src:busybox] kmod-udeb 
vs busybox-udeb: agree on who ships depmod
Marked as fixed in versions busybox/1:1.36.1-7.
> affects 1060134 + src:kmod
Bug #1060134 {Done: Michael Tokarev } [src:busybox] kmod-udeb 
vs busybox-udeb: agree on who ships depmod
Added indication that 1060134 affects src:kmod
> fixed 1063177 1.5.0+dfsg1-4
Bug #1063177 {Done: Benjamin Drung } [src:osmo-hlr] 
osmo-hlr: NMU diff for 64-bit time_t transition
Marked as fixed in versions osmo-hlr/1.5.0+dfsg1-4.
> fixed 1062984 1.18-1
Bug #1062984 {Done: Benjamin Drung } [src:timblserver] 
timblserver: NMU diff for 64-bit time_t transition
Marked as fixed in versions timblserver/1.18-1.
> fixed 1062860 3.10-1
Bug #1062860 {Done: Graham Inggs } [src:mbt] mbt: NMU diff 
for 64-bit time_t transition
Marked as fixed in versions mbt/3.10-1.
> notfixed 1062511 4.4.4-15.1
Bug #1062511 {Done: mwhud...@debian.org} [src:dx] dx: NMU diff for 64-bit 
time_t transition
The source 'dx' and version '4.4.4-15.1' do not appear to match any binary 
packages
No longer marked as fixed in versions 4.4.4-15.1.
> fixed 1062511 1:4.4.4-15.1
Bug #1062511 {Done: mwhud...@debian.org} [src:dx] dx: NMU diff for 64-bit 
time_t transition
Marked as fixed in versions dx/1:4.4.4-15.1.
> tags 1070980 + sid trixie
Bug #1070980 {Done: Andreas Tille } [src:libamplsolver] 
libamplsolver: FTBFS on architectures calling fedisableexcept (ppc64el, s390x, 
riscv64, ...)
Added tag(s) trixie and sid.
> tags 1071017 + sid trixie
Bug #1071017 [obs-source-copy] FTBFS: source-copy.cpp:615:31: error: ‘void 
obs_sceneitem_get_info(const obs_sceneitem_t*, obs_transform_info*)’ is 
deprecated 

Processing of unmass_0.9-8_source.changes

2024-05-17 Thread Debian FTP Masters
unmass_0.9-8_source.changes uploaded successfully to localhost
along with the files:
  unmass_0.9-8.dsc
  unmass_0.9-8.debian.tar.xz
  unmass_0.9-8_source.buildinfo

Greetings,

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



unmass_0.9-8_source.changes ACCEPTED into unstable

2024-05-17 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 May 2024 13:03:40 +0200
Source: unmass
Architecture: source
Version: 0.9-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Petter Reinholdtsen 
Changes:
 unmass (0.9-8) unstable; urgency=medium
 .
   * QA upload.
 .
   * Added d/gbp.conf to describe branch layout.
   * Updated vcs in d/control to Salsa.
   * Updated d/gbp.conf to enforce the use of pristine-tar.
   * Updated Standards-Version from 4.6.2 to 4.7.0.
   * Use wrap-and-sort -at for debian control files
   * Drop no longer needed dh-autoreconf build dependency.
Checksums-Sha1:
 ca668fc7d373ea4603ba1e8c6defe7c035aa6956 1809 unmass_0.9-8.dsc
 7383ef171caf22e93872f4aa8096b35f5768abb1 3236 unmass_0.9-8.debian.tar.xz
 8adb4cab151b1eeea00f0d29dd7351c2c43529db 6345 unmass_0.9-8_source.buildinfo
Checksums-Sha256:
 11f06c29adbfa5d88ca15a6c625f4d5f64ded8c1c88e4c1dbb6d4784777229d0 1809 
unmass_0.9-8.dsc
 c33a26f2a466e39f12b225d346ac021d530f9fe9e3b773ab010d44b12e93537b 3236 
unmass_0.9-8.debian.tar.xz
 d142ea075fb641e91dbdaa03b3061af57beb3b8413677576c21a4fea2ceed6b7 6345 
unmass_0.9-8_source.buildinfo
Files:
 17e79151707ac610d508e2749ca36bf6 1809 utils optional unmass_0.9-8.dsc
 56ed89f94f86171069fe6d3b9daeb5f3 3236 utils optional unmass_0.9-8.debian.tar.xz
 84cc986e38f6e181647a028bfe618283 6345 utils optional 
unmass_0.9-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmZHOioACgkQgSgKoIe6
+w5BUBAApJSf4WoqKeO//EjoN48XoTo1Cj/sM0zj7zjmDUc2WwS56y0fMv2YJwbX
MBZPml09LwdY2ERexRM781xXYTYUVpKJZAZvTnytzCtLp4wVTxH/2Ds75RwoFkTe
JwIAIZMeQTwdmYEsySx4Kjd58BGY5I+DgOM2CFtphM2wGVgkpGi3dsY4MYsu+rPY
/MW3/fphM4m/MOmioSjiH12HQ1nTlemq5tuRYy2L7uwHkw4ub5ASHclfaSccXl64
Vh6kLmd63jOIAKur3xi+wbYfW3iusBGytAxrjg5Chr9/teqI3m/Tg87uCN1rPKiH
9mA4megnouaWaI/Tdd3E811YHhxwt6KIWPcq4SFNbZqbNDLtnK04py1eE1plz4JY
IRtJNSSqklyDclwUkthOyDgtB+4sJ6EqE5zhmLW+qKcFEW9FojfihfnxzmS9hK1c
m5Gc/WrBdFs0DbYtrSomr/cp6uBwer3dDavXg+3ZmwkkaGDFTJb0+780M6BL1zmk
tXP2T7GsMXuKXq7m41ShlsNBfH1wlFyzVNQ+LP0y5P+8y+Oef/Cy6kZedtbSnAS1
6CmpJnoS1hHF5qdylNHTt8RJHRycLWJuVeG1DfvPgjm5iO+ZzxClps2LBidyCfRS
m8w2H9E8WxHduo8YuHZJ69L6Ke/RlViAf0jNCrb0+2NLoEwoH0I=
=PPfZ
-END PGP SIGNATURE-



pgp_bT20XtObO.pgp
Description: PGP signature


Processing of gnokii_0.6.31+dfsg-6_source.changes

2024-05-17 Thread Debian FTP Masters
gnokii_0.6.31+dfsg-6_source.changes uploaded successfully to localhost
along with the files:
  gnokii_0.6.31+dfsg-6.dsc
  gnokii_0.6.31+dfsg-6.debian.tar.xz
  gnokii_0.6.31+dfsg-6_source.buildinfo

Greetings,

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



Bug#1070427: marked as done (libgnokii7t64: copyright file missing (policy 12.5))

2024-05-17 Thread Debian Bug Tracking System
Your message dated Fri, 17 May 2024 11:04:32 +
with message-id 
and subject line Bug#1070427: fixed in gnokii 0.6.31+dfsg-6
has caused the Debian Bug report #1070427,
regarding libgnokii7t64: copyright file missing (policy 12.5)
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.)


-- 
1070427: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgnokii7t64
Version: 0.6.31+dfsg-5.1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

a test with piuparts revealed that your package misses the copyright
file, which is a violation of Policy 12.5:
https://www.debian.org/doc/debian-policy/ch-docs.html#copyright-information

/usr/share/doc/$PACKAGE/ is neither a directory nor a symlink.

  MISSING COPYRIGHT FILE: /usr/share/doc/libgnokii7t64/copyright
  # ls -lad /usr/share/doc/libgnokii7t64
  ls: cannot access '/usr/share/doc/libgnokii7t64': No such file or directory
  # ls -la /usr/share/doc/libgnokii7t64/
  ls: cannot access '/usr/share/doc/libgnokii7t64/': No such file or directory


cheers,

Andreas
--- End Message ---
--- Begin Message ---
Source: gnokii
Source-Version: 0.6.31+dfsg-6
Done: Andreas Beckmann 

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

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated gnokii 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: Fri, 17 May 2024 12:44:36 +0200
Source: gnokii
Architecture: source
Version: 0.6.31+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1070427
Changes:
 gnokii (0.6.31+dfsg-6) unstable; urgency=medium
 .
   * QA upload.
   * Fix linked documentation directories.  (Closes: #1070427)
   * Declare: Rules-Requires-Root: no.
   * Enable all hardening flags.
Checksums-Sha1:
 5a2631f5d74d199a768e41e9c283e2b6a47954ce 2549 gnokii_0.6.31+dfsg-6.dsc
 5f38a80fdfd0b0178afc5be75dab6908fb2dba29 16932 
gnokii_0.6.31+dfsg-6.debian.tar.xz
 e9acf8bfdb49fed93dba2c47a582e873c70d02ed 9200 
gnokii_0.6.31+dfsg-6_source.buildinfo
Checksums-Sha256:
 039401314826d68a3f93a509cec2c9d7727b1efe397e74601f7d0c5ef13269cc 2549 
gnokii_0.6.31+dfsg-6.dsc
 c415e2794306dac3b27dcaeedc90b1e5ea6362b9249f86cd249b15e22b3b 16932 
gnokii_0.6.31+dfsg-6.debian.tar.xz
 6b500896ea429f2a53a3cf3fc3381ededd40ffad7f347bb75fdbd57dadc59164 9200 
gnokii_0.6.31+dfsg-6_source.buildinfo
Files:
 8119a3c40f2e34b3d5f594f0bdb00d0b 2549 comm optional gnokii_0.6.31+dfsg-6.dsc
 110b20243560a40299d922f7c7d959d1 16932 comm optional 
gnokii_0.6.31+dfsg-6.debian.tar.xz
 5fd1c126b1e5d6db89b690c61538e514 9200 comm optional 
gnokii_0.6.31+dfsg-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmZHNbsQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCI5AD/45ay4Meu+h87PsP5tpRWDWkugY6urs6W2y
sB1CV8at+Bxjc1vC8zVmZ4fREJU0a7TLTgYu4gb3lT0VJ3Ze+XKEAirSMskJMi6H
/ZMWjTXUTy3/WcXc+3pAjuQYcep+c96VEpINQpP2y6lx+7MANPmSmyPvug3tK6su
vnzLgPjkis3TuLSBGZ0xEqp/2FKVZBqii5wa+DvWLehYwfkfdFx2OcNFYNWhEjL7
H1AJKCdUJx06VXRs3yoytPNpqxNPspvjQoFsgzBcA7ZxS+SFqVcw+gPKc0FYClWd
ueF9oTK+ydQ+qxX331Podx7Jyk5AMzlDMmZdeqzOwAwZ2qyI1fY4XNVl2YjYoFG+
pgiYUogHKQdltXi/Iou7v42kMAZXStGXVfo+7mPOoSvkGU6tkTLYRkjKSNr1yBGG
Yo4s6h9b+l51Bes5pm7oopwUGuILWxrnHksP+7DLmrxXnh9X9THp+aF8b8PSke7R
IhV2aTpoA7WAxKW3Mh+7+33FpDAyUa3Iuh8Jc/0nWVD8TmOE7vVCtOeCjl5FFETR
XZIBrQsRs3z90PEglcAOmQftAn8WT3upL9ojeyjZnQG0VMTY+UzgV873RMsyOoks
O5KFgFcPj1QOiOxgty8SZZqXetON8JKhqtAmtvDLS2HUAX8W2YolOZrQ2ZpUxN7U
JKQ49phUbA==
=Iiww
-END PGP SIGNATURE-



pgpjJc_uJ0auZ.pgp
Description: PGP signature
--- End Message ---


gnokii_0.6.31+dfsg-6_source.changes ACCEPTED into unstable

2024-05-17 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 May 2024 12:44:36 +0200
Source: gnokii
Architecture: source
Version: 0.6.31+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Andreas Beckmann 
Closes: 1070427
Changes:
 gnokii (0.6.31+dfsg-6) unstable; urgency=medium
 .
   * QA upload.
   * Fix linked documentation directories.  (Closes: #1070427)
   * Declare: Rules-Requires-Root: no.
   * Enable all hardening flags.
Checksums-Sha1:
 5a2631f5d74d199a768e41e9c283e2b6a47954ce 2549 gnokii_0.6.31+dfsg-6.dsc
 5f38a80fdfd0b0178afc5be75dab6908fb2dba29 16932 
gnokii_0.6.31+dfsg-6.debian.tar.xz
 e9acf8bfdb49fed93dba2c47a582e873c70d02ed 9200 
gnokii_0.6.31+dfsg-6_source.buildinfo
Checksums-Sha256:
 039401314826d68a3f93a509cec2c9d7727b1efe397e74601f7d0c5ef13269cc 2549 
gnokii_0.6.31+dfsg-6.dsc
 c415e2794306dac3b27dcaeedc90b1e5ea6362b9249f86cd249b15e22b3b 16932 
gnokii_0.6.31+dfsg-6.debian.tar.xz
 6b500896ea429f2a53a3cf3fc3381ededd40ffad7f347bb75fdbd57dadc59164 9200 
gnokii_0.6.31+dfsg-6_source.buildinfo
Files:
 8119a3c40f2e34b3d5f594f0bdb00d0b 2549 comm optional gnokii_0.6.31+dfsg-6.dsc
 110b20243560a40299d922f7c7d959d1 16932 comm optional 
gnokii_0.6.31+dfsg-6.debian.tar.xz
 5fd1c126b1e5d6db89b690c61538e514 9200 comm optional 
gnokii_0.6.31+dfsg-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmZHNbsQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCI5AD/45ay4Meu+h87PsP5tpRWDWkugY6urs6W2y
sB1CV8at+Bxjc1vC8zVmZ4fREJU0a7TLTgYu4gb3lT0VJ3Ze+XKEAirSMskJMi6H
/ZMWjTXUTy3/WcXc+3pAjuQYcep+c96VEpINQpP2y6lx+7MANPmSmyPvug3tK6su
vnzLgPjkis3TuLSBGZ0xEqp/2FKVZBqii5wa+DvWLehYwfkfdFx2OcNFYNWhEjL7
H1AJKCdUJx06VXRs3yoytPNpqxNPspvjQoFsgzBcA7ZxS+SFqVcw+gPKc0FYClWd
ueF9oTK+ydQ+qxX331Podx7Jyk5AMzlDMmZdeqzOwAwZ2qyI1fY4XNVl2YjYoFG+
pgiYUogHKQdltXi/Iou7v42kMAZXStGXVfo+7mPOoSvkGU6tkTLYRkjKSNr1yBGG
Yo4s6h9b+l51Bes5pm7oopwUGuILWxrnHksP+7DLmrxXnh9X9THp+aF8b8PSke7R
IhV2aTpoA7WAxKW3Mh+7+33FpDAyUa3Iuh8Jc/0nWVD8TmOE7vVCtOeCjl5FFETR
XZIBrQsRs3z90PEglcAOmQftAn8WT3upL9ojeyjZnQG0VMTY+UzgV873RMsyOoks
O5KFgFcPj1QOiOxgty8SZZqXetON8JKhqtAmtvDLS2HUAX8W2YolOZrQ2ZpUxN7U
JKQ49phUbA==
=Iiww
-END PGP SIGNATURE-



pgpszqT1zojxB.pgp
Description: PGP signature


tla_1.3.5+dfsg1-4_source.changes ACCEPTED into unstable

2024-05-17 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 May 2024 12:07:34 +0200
Source: tla
Architecture: source
Version: 1.3.5+dfsg1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Petter Reinholdtsen 
Changes:
 tla (1.3.5+dfsg1-4) unstable; urgency=medium
 .
   * QA upload.
 .
   * Added d/gbp.conf to describe branch layout.
   * Updated vcs in d/control to Salsa.
   * Updated d/gbp.conf to enforce the use of pristine-tar.
   * Updated Standards-Version from 3.9.2 to 4.7.0.
   * Use wrap-and-sort -at for debian control files
   * Drop use of autotools-dev debhelper.
   * Bump debhelper from deprecated 7 to 13.
   * Set debhelper-compat version in Build-Depends.
   * Use ?= for assignments to architecture variables.
   * Drop no longer needed autotools-dev build dependency.
Checksums-Sha1:
 1bce8fc9286951dfe064401aea08bd157443121e 1897 tla_1.3.5+dfsg1-4.dsc
 e156a244c05ce838993dd28d669e51c63b8d305c 33292 tla_1.3.5+dfsg1-4.debian.tar.xz
 1fda349f19de8bfe7adf3d31a461a8ce6e58e590 6436 
tla_1.3.5+dfsg1-4_source.buildinfo
Checksums-Sha256:
 c93bc297149f350ba8bdbcce78b79c2c7286f6d8007f6f470819e50deefbd201 1897 
tla_1.3.5+dfsg1-4.dsc
 9cba09b1b5fc4470de43c7ddcc39a4583227703f84717ca6899662fb815f327a 33292 
tla_1.3.5+dfsg1-4.debian.tar.xz
 2d11866cecd2cd5701318b85d9ee06b68d1c4f77122c75b83b1d662bd8729b75 6436 
tla_1.3.5+dfsg1-4_source.buildinfo
Files:
 489d20d61cd04deaddff0bb08e37c55a 1897 vcs optional tla_1.3.5+dfsg1-4.dsc
 1ae4b583b66f7feab27a5970a95f93aa 33292 vcs optional 
tla_1.3.5+dfsg1-4.debian.tar.xz
 fd4e635d43416bf68014cf63a4234295 6436 vcs optional 
tla_1.3.5+dfsg1-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmZHLU4ACgkQgSgKoIe6
+w5Jrw/+MXmHar+krsLHykz4XCyYbzkNpIB6GbkKWMUxxV5m2aziAlhPWEYyXu7S
JH4Qb58j5qkZeajBgNvQTybqX3Dz2doKYsaaHNbYzUjUg8+ldtwgNNFaSedTGLmz
HPlBcookEcGAP2Z7zSEc6KlusiB6lR4x3pr28+v3/ArVDrCHgszOy+nc3tv5KI/N
JOBLPmVdayueNSLY6VzCVxQVHcDX+sajgwAVO00x1EfwV3DJeqz/NT1WNtWqI8bL
nVCMrUE0TEQ6KzBuoG4JeISv8E83oS29aIMWl1hbB+9jCTKeFnMNCJacGtsD+E5c
t56xTSeAbi7FPSCNqQmU8EfrI5dGHviqs5TMiI7BGXInxCLTT2t85Emt5v4XtXfO
JATd9on8P3UmkLwbReUsgt9dKCzNAZsnsHBEXG38/GxTNrcDmX7gu6c7RlRq3x3S
NL4Q7wmJSS5uOfjSaBMnWwySMSf/drFEXuhcnOPE33ZyFY5UwCZ2vSkVCftcD3OT
yIXhPX4Uk89Esvs3fi8O/V0Eyp3hfX0H1OhBEIfBiFf46YQEREWp9zIvTFk9+Iij
cuM4UcFh8lHEMPUQ8ExmqoDOfSCbASUkJ5EOmQ454xNT3NG2JXgAYYJXlbMncttG
HveIFMkKYuzu3q6cGF4sPwrqOZhv6KNGakJnc6nPVqhYTtpb6wE=
=vQFQ
-END PGP SIGNATURE-



pgp_z2DrrlshD.pgp
Description: PGP signature


Processing of tla_1.3.5+dfsg1-4_source.changes

2024-05-17 Thread Debian FTP Masters
tla_1.3.5+dfsg1-4_source.changes uploaded successfully to localhost
along with the files:
  tla_1.3.5+dfsg1-4.dsc
  tla_1.3.5+dfsg1-4.debian.tar.xz
  tla_1.3.5+dfsg1-4_source.buildinfo

Greetings,

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