kst_2.0.8-6_source.changes ACCEPTED into unstable

2024-04-30 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 30 Apr 2024 14:51:55 +0200
Source: kst
Architecture: source
Version: 2.0.8-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Petter Reinholdtsen 
Changes:
 kst (2.0.8-6) 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.0 to 4.7.0.
   * Use wrap-and-sort -at for debian control files
   * Replaced obsolete pkg-config build dependency with pkgconf.
   * Set upstream metadata fields: Archive, Bug-Database.
   * Removed duplicate entry in d/copyright.
   * Updated lintian overrides for source for accuracty and new format.
Checksums-Sha1:
 0510084ac462009ef1ae74770d48035fb7e97a4c 1991 kst_2.0.8-6.dsc
 5062389b299199e641965291586d5c4c156af585 24304 kst_2.0.8-6.debian.tar.xz
 eec16aa7c8b1f3fa4f3404488e5321a566160962 13637 kst_2.0.8-6_source.buildinfo
Checksums-Sha256:
 17c3489ffbdd02160d83fcb94ba2dcbb0c298a64e18446f0c4db6b6f0fa78f9a 1991 
kst_2.0.8-6.dsc
 cebda0bcfe9c9ca2eff40b283e28d84dcaf5e9abb640407c26bbf1758933d34d 24304 
kst_2.0.8-6.debian.tar.xz
 69f42b203ff310721074a5d895f9523f54873755b512dc30deb9016b4282c6bc 13637 
kst_2.0.8-6_source.buildinfo
Files:
 43b5c60548689b8375a68541bf719916 1991 science optional kst_2.0.8-6.dsc
 487c3649ddd8f8f49b7e77f6ef1ade7a 24304 science optional 
kst_2.0.8-6.debian.tar.xz
 6b8e0ce32b09b76661923cf22c0d7fd3 13637 science optional 
kst_2.0.8-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmYw6nMACgkQgSgKoIe6
+w6NURAAuHZsWuHl6XDeuQ/VDw1OcCfIy2kZSS9nOmdQ6hZnQZfozTovArlaf9Mj
jaOdF4CsRLaPNXx2Z4kM+UAOh/T+cbAL6Ee8IaDpSaWzZGl8cjiU+4/iPAiw2gGI
XcjbVqZHgCasOXfxg7xs/dZWHKXwoz7wNZ481IO/HX5aIdjoU7iFNWf2J1S3m63n
gzclaBn7PnMi1d8JOJbWhuKTeTzqF7jDxPUqS2PEQ+iHSUlOL83l10Uf+n47aWMu
pTjHkS60kBLtfTWdqkMXaRiWFLipZaQnOeW+J8slqJ1DjpK+MPEtmaXqM4TkV5cI
uQjI6V+SmKqum63BMvr35bkCbmetGiyATL3+qTRgRwnKNMxejdxrL/I/0MhqwQA/
1GxZexX5v8f3zGnex7F0M8f6j3vxSUq/+/bzO2l2KW4ZJc9UKu5iDqijVoB8VQS5
gZ++7duYv5OAlTFgE+0HcR0SET0jX8bxIhmu5tNlnT3uYPkES9Dwl7k9irqZrpKn
GNlklIhPk89s4BBooBFV8Vu7wwZ67EOP+JdqQHCRz7jF4wD3t99BaEwkDtMduRC7
Q2R/zgPQsRRav+W4KUyxVDWer2yYh9TDIIPuD+9hZ8RYkY40SJ3fd+BTt+YgLjxK
UQcMOaz0wkcLrHTr/TCqjGqH1PWAacy0TZO5i1KUNLvTcl0/Sbg=
=hM89
-END PGP SIGNATURE-



pgpoyt0GlnBSt.pgp
Description: PGP signature


Processing of kst_2.0.8-6_source.changes

2024-04-30 Thread Debian FTP Masters
kst_2.0.8-6_source.changes uploaded successfully to localhost
along with the files:
  kst_2.0.8-6.dsc
  kst_2.0.8-6.debian.tar.xz
  kst_2.0.8-6_source.buildinfo

Greetings,

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



Bug#1070125: dmucs FTCBFS: uses the build architecture compiler

2024-04-30 Thread Helmut Grohne
Source: dmucs
Version: 0.6.1+dfsg-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

dmucs fails to cross build from source, because it uses the build
architecture compiler. override_dh_auto_configure now invokes
./configure without passing --host and hence configure uses the wrong
compiler. Moreover, the upstream build system fails to forward the
detected compiler to the COSMIC subdirectory. I'm attaching a patch to
fix both for your convenience.

Helmut
diff -Nru dmucs-0.6.1+dfsg/debian/changelog dmucs-0.6.1+dfsg/debian/changelog
--- dmucs-0.6.1+dfsg/debian/changelog   2024-04-22 02:19:52.0 +0200
+++ dmucs-0.6.1+dfsg/debian/changelog   2024-04-30 13:31:33.0 +0200
@@ -1,3 +1,11 @@
+dmucs (0.6.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: (Closes: #-1)
++ Pass --host to configure.
++ cross.patch: Forward CC to COSMIC subdir.
+
+ -- Helmut Grohne   Tue, 30 Apr 2024 13:31:33 +0200
+
 dmucs (0.6.1+dfsg-1) unstable; urgency=medium
 
   * QA upload.
diff -Nru dmucs-0.6.1+dfsg/debian/patches/cross.patch 
dmucs-0.6.1+dfsg/debian/patches/cross.patch
--- dmucs-0.6.1+dfsg/debian/patches/cross.patch 1970-01-01 01:00:00.0 
+0100
+++ dmucs-0.6.1+dfsg/debian/patches/cross.patch 2024-04-30 13:31:33.0 
+0200
@@ -0,0 +1,19 @@
+--- dmucs-0.6.1+dfsg.orig/COSMIC/Makefile
 dmucs-0.6.1+dfsg/COSMIC/Makefile
+@@ -29,7 +29,7 @@
+ # One may also start up the PortMaster (Spm -f firewallfilename).
+ # Please read the documentation on this.
+ 
+-CC = cc
++CC ?= cc
+ 
+ OBJ = Saccept.o  Sprintf.o  Stest.ooutofmem.o \
+   Sclose.o   Sprtskt.o  Stimeoutwait.o rdcolor.o  \
+--- dmucs-0.6.1+dfsg.orig/Makefile.am
 dmucs-0.6.1+dfsg/Makefile.am
+@@ -1,3 +1,5 @@
++export CC
++
+ SUBDIRS = COSMIC
+ 
+ bin_PROGRAMS = gethost loadavg monitor remhost
diff -Nru dmucs-0.6.1+dfsg/debian/patches/series 
dmucs-0.6.1+dfsg/debian/patches/series
--- dmucs-0.6.1+dfsg/debian/patches/series  2024-04-20 05:31:05.0 
+0200
+++ dmucs-0.6.1+dfsg/debian/patches/series  2024-04-30 13:31:33.0 
+0200
@@ -3,3 +3,4 @@
 03_gcc-7.patch
 40_reproducible.patch
 50_fix-FTBS-GCC-13.patch
+cross.patch
diff -Nru dmucs-0.6.1+dfsg/debian/rules dmucs-0.6.1+dfsg/debian/rules
--- dmucs-0.6.1+dfsg/debian/rules   2024-04-22 02:09:44.0 +0200
+++ dmucs-0.6.1+dfsg/debian/rules   2024-04-30 13:31:30.0 +0200
@@ -3,11 +3,13 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND = -Wall
 
+include /usr/share/dpkg/architecture.mk
+
 override_dh_auto_install:
cp -a remhost addhost
 
 override_dh_auto_configure:
-   ./configure
+   ./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 
 override_dh_clean:
dh_clean


mueller_2002.02.27-14_source.changes ACCEPTED into unstable

2024-04-30 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Apr 2024 15:01:57 -0300
Source: mueller
Architecture: source
Version: 2002.02.27-14
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Jadyla 
Changes:
 mueller (2002.02.27-14) unstable; urgency=medium
 .
   * QA upload.
   * Set Debian QA Group as maintainer.
   * Using new DH level format. Consequently:
   - debian/compat: removed.
   - debian/control: changed from 'debhelper' to 'debhelper-compat' in
 Build-Depends field and bumped level to 13.
   * debian/control:
   - Added Rules-Requires-Root field to source stanza.
   - Bumped Standards-Version to 4.6.2.
Checksums-Sha1:
 2327ac69178a65cb3b9ca1ef916d46c38c206fd8 1836 mueller_2002.02.27-14.dsc
 fe5b231e0980beaabf8d25d9b7817a2e47cabdc5 8964 
mueller_2002.02.27-14.debian.tar.xz
 f299eb77c4905a12ef0f571950a47fa1583efb47 6186 
mueller_2002.02.27-14_source.buildinfo
Checksums-Sha256:
 30768a0634337229a155eda1c3f79f9e248383918b773a4a3ac82d061ab7 1836 
mueller_2002.02.27-14.dsc
 0b38ba64afd81a9d7e57a49eac02827cab9bed22a08e3d8590b00f81843c7013 8964 
mueller_2002.02.27-14.debian.tar.xz
 e9128234e79784ae3017f793cd7d324056f3c9cd347c715aa15428c250dbb72c 6186 
mueller_2002.02.27-14_source.buildinfo
Files:
 ebcfb2e0dcf38028b3d7cbc31bf4aac8 1836 text optional mueller_2002.02.27-14.dsc
 3ae899f969f2fdf05787b9ff0c008e89 8964 text optional 
mueller_2002.02.27-14.debian.tar.xz
 aec985b9ba5dd327c28ada8ff5177479 6186 text optional 
mueller_2002.02.27-14_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAmYxWXYACgkQ3mO5xwTr
6e+A0w/9Fb7IS8uz7/0J0mANcyJ610XCdncKrq8gFySERiWMHiRYY6hj4pAR/wpu
8UztswJxtWO4CuOQLL8nbQyPxVOecZmAhdIDLNoyQXyZrfa9oFPzY44ERm3MGieV
1FKzpDvzphCQcRBMr1N+zgDDk050UEMm6Kn2oOjKO9gUNfPZ3Xlq4qM0STeQOoi/
ZhG2IoVc4XtvSHP1PsyriKwiRqpWx2j+8jISizJb6ot3achr6iASTsvjqFL87aBm
1A2HB97Yix9gulOLYOX8LsUDQQfLaFdT4P53DaizYI0OeuABeU5Nfc9I9q8qN5bx
VbwgMS+95v46kWeMG30GZ0PWJfl3lOvJH1EjIljJWUr2iu6Bb7QnxcPk8aIstjXQ
iYBm/ixCF52pDpwygHgAIC+l0oCvyQf7tvoNf4VO2bZvxunx6yi6CLkWVG1MTvfZ
J+KPVzjC8aCf2x49jcfntS9CaRXlZmSPY6nAFTLU2GD8cQkp8NLckDQNFZVh7YRx
fF/afam4AqQcMH84lZ/lpPHZu9BGMdCN5gck3h2BADRk4tQ1BdSRi1blXq6SPCr8
eU00JWERDIbUcukQ1YNPZnBNfoRjFTN+K0u1y45gp9IBy0WEEAVhPRfldeNV50Yr
BVppx+x+S4cvK+VlTDjEHNSsqiWvhQ3bF6l/jAu1i3A4Kv2ar2Y=
=85gY
-END PGP SIGNATURE-



pgpN0nXHFhA0j.pgp
Description: PGP signature


Processing of mueller_2002.02.27-14_source.changes

2024-04-30 Thread Debian FTP Masters
mueller_2002.02.27-14_source.changes uploaded successfully to localhost
along with the files:
  mueller_2002.02.27-14.dsc
  mueller_2002.02.27-14.debian.tar.xz
  mueller_2002.02.27-14_source.buildinfo

Greetings,

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



chase_0.5.2-6_source.changes ACCEPTED into unstable

2024-04-30 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 May 2024 00:55:13 +0200
Source: chase
Architecture: source
Version: 0.5.2-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Petter Reinholdtsen 
Changes:
 chase (0.5.2-6) 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.8.1 to 4.7.0.
   * Use wrap-and-sort -at for debian control files
   * Trim trailing whitespace.
   * Bump debhelper from deprecated 7 to 10.
   * Remove fields on binary packages that duplicate source.
Checksums-Sha1:
 5e11c5b633f532e079c08451a25fec48afbbbd31 1760 chase_0.5.2-6.dsc
 6398cf61718793e530734e4b56cbb15ff62c7320 5536 chase_0.5.2-6.debian.tar.xz
 1b01fb933a5f85857898283eeb82d428e750ed3b 6887 chase_0.5.2-6_source.buildinfo
Checksums-Sha256:
 ba813e620fa3f33b1bc2de896a8e492dfc5d9ca5f39dab31e03da527b3a53685 1760 
chase_0.5.2-6.dsc
 d7f52e12d81e35d6a5d6b83adc60efbbf75f83a7d50c5f75b97a69b5587f2f07 5536 
chase_0.5.2-6.debian.tar.xz
 e9e7b8d6a66f1c304187ae9e67dd55298ed08e0fe62a6a4b15b5a749d0476a33 6887 
chase_0.5.2-6_source.buildinfo
Files:
 e31be42141d65deb8610da947abf322a 1760 utils optional chase_0.5.2-6.dsc
 88873b0f4eff003c1988972dd528f06a 5536 utils optional 
chase_0.5.2-6.debian.tar.xz
 082c125c6ac42056f6f3cf32e1ade3ae 6887 utils optional 
chase_0.5.2-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmYxdzYACgkQgSgKoIe6
+w6UxQ/8CDF7rKVj7cn9OO4QU3xkqiUL/1FVCjneZsFNzDghslC0vvxWZzc7OsmE
55oCW9sfadk+DQ2ttEL0RdkE80tkKmw1zCCjv37HHILi4sqH3xOqIeJeVyjnowv5
yfmDwXnmZWejOUU990gSqPNf+NIuKGdSDLikeO/NcwLY70wgWWs49A6BDzZX0E1d
LaH4ga5FQY9+1Ll+YJAjyGr6L4pjdQUboCAK4LBHukZbLFHPjSQIjiOJFOEncIgv
pKmRdvao2JLHuqd5nlwTD911JfNkFj4zA104U0+Y+VVyUdCcYzeAOqsHq7TCcfFE
KmRXJ3XDyjbw7hcbnnbGNuKZZNDRF4XIUiqT+ZO+o/SpFPno+iKhn+92yycyin7D
iZ3tv69yGBJoUIX1nvSn9eUBMSRvvv91FE8QZvDywohvAFlXgF5Gl53TO9mGfyyz
rW6usmB4IPQNOz3klrrscXKy2WEKjegz+4t/zF3LlVi2Nws0JHqqb+ePtvBzQhfw
sO+yOQxin7htRtHX+ZHuL2Fln6bfAYbUlLPB46bw1u20FeXq+XnPTBrIQGh5tEeb
ttdkMu8QtqpT7Q7Ltc0sI8V3ZfUHFv8XryhQpQ1wxepsq72/3QNM8uqUkXBvYwId
51HJ4sabjCKSgeJgLPbuNVTlQ4mLCA75uYMIqfwf6QGjqf8sknI=
=HRaw
-END PGP SIGNATURE-



pgpts9b5DdtPY.pgp
Description: PGP signature


Processing of chase_0.5.2-6_source.changes

2024-04-30 Thread Debian FTP Masters
chase_0.5.2-6_source.changes uploaded successfully to localhost
along with the files:
  chase_0.5.2-6.dsc
  chase_0.5.2-6.debian.tar.xz
  chase_0.5.2-6_source.buildinfo

Greetings,

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



weplab is marked for autoremoval from testing

2024-04-30 Thread Debian testing autoremoval watch
weplab 0.1.5-6 is marked for autoremoval from testing on 2024-05-04

It is affected by these RC bugs:
1066521: weplab: FTBFS: analpfile.c:105:21: error: implicit declaration of 
function ‘GetPacketBssid’ [-Werror=implicit-function-declaration]
 https://bugs.debian.org/1066521



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



httest is marked for autoremoval from testing

2024-04-30 Thread Debian testing autoremoval watch
httest 2.4.23-1.5 is marked for autoremoval from testing on 2024-05-06

It is affected by these RC bugs:
1066672: httest: FTBFS: socks_module.c:115:21: error: implicit declaration of 
function ‘atoi’ [-Werror=implicit-function-declaration]
 https://bugs.debian.org/1066672



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



amavisd-milter is marked for autoremoval from testing

2024-04-30 Thread Debian testing autoremoval watch
amavisd-milter 1.7.2-1 is marked for autoremoval from testing on 2024-05-09

It (build-)depends on packages with these RC bugs:
1066420: sendmail: FTBFS: ./debian/./debian/conftest.c:37:(.text.startup+0xb): 
undefined reference to `__res_query'
 https://bugs.debian.org/1066420



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



sendmail is marked for autoremoval from testing

2024-04-30 Thread Debian testing autoremoval watch
sendmail 8.18.1-1 is marked for autoremoval from testing on 2024-05-09

It is affected by these RC bugs:
1066420: sendmail: FTBFS: ./debian/./debian/conftest.c:37:(.text.startup+0xb): 
undefined reference to `__res_query'
 https://bugs.debian.org/1066420



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



milter-greylist is marked for autoremoval from testing

2024-04-30 Thread Debian testing autoremoval watch
milter-greylist 4.6.4-3 is marked for autoremoval from testing on 2024-05-09

It (build-)depends on packages with these RC bugs:
1066420: sendmail: FTBFS: ./debian/./debian/conftest.c:37:(.text.startup+0xb): 
undefined reference to `__res_query'
 https://bugs.debian.org/1066420



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



c-icap-modules is marked for autoremoval from testing

2024-04-30 Thread Debian testing autoremoval watch
c-icap-modules 1:0.5.5-2 is marked for autoremoval from testing on 2024-05-09

It (build-)depends on packages with these RC bugs:
1066420: sendmail: FTBFS: ./debian/./debian/conftest.c:37:(.text.startup+0xb): 
undefined reference to `__res_query'
 https://bugs.debian.org/1066420



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



Bug#1021470: marked as done (xsok: reproducible-builds: build path embedded in /usr/games/xsok)

2024-04-30 Thread Debian Bug Tracking System
Your message dated Wed, 01 May 2024 08:47:00 +0200
with message-id 
and subject line Accepted xsok 1.02-20 (source) into unstable
has caused the Debian Bug report #1021470,
regarding xsok: reproducible-builds: build path embedded in /usr/games/xsok
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.)


-- 
1021470: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xsok
Severity: normal
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

The build path is embedded in /usr/games/xsok:

  
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/xsok.html

  /build/1st/xsok-1.02/src/Xaw-main.c:273
  vs.
  /build/2/xsok-1.02/2nd/src/Xaw-main.c:273

The attached patch to debian/rules fixes this by passing to make the
default CFLAGS using the upstream CCOPTIONS variable.

According to my local tests, with this patch applied, xsok should build
reproducibly on tests.reproducible-builds.org!

Thanks for maintaining xsok!

live well,
  vagrant
From 61246f44398cd2537268920502a906aa99f8233c Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Sun, 9 Oct 2022 01:21:33 +
Subject: [PATCH] debian/rules: Pass default CFLAGS via CCOPTIONS variable.

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 216e53d..fc9561e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ build-indep: build
 build: build-stamp
 build-stamp:
 	dh_testdir
-	$(MAKE) $(OPTIMIZE) \
+	$(MAKE) CCOPTIONS="$(shell dpkg-buildflags --get CFLAGS)" $(OPTIMIZE) \
 	  LOCAL_LIBRARIES='-lXpm -lXaw -lXt -lX11' \
 	  XSOKLIBDIR=/usr/share/games/xsok \
 	  XSOKSAVEDIR=/var/games/xsok
-- 
2.30.2



signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---

Version: 1.02-20

As far as I can tell, the latest changes to the package build system
made the build reproducible.  I suspect it was the switching to level 13
with default compiler flags.

 Start of forwarded message 
From: Debian FTP Masters 
To: debian-devel-chan...@lists.debian.org
Subject: Accepted xsok 1.02-20 (source) into unstable
Date: Sun, 28 Apr 2024 07:44:58 +

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Apr 2024 09:20:58 +0200
Source: xsok
Architecture: source
Version: 1.02-20
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Petter Reinholdtsen 
Closes: 1056146
Changes:
 xsok (1.02-20) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Matheus Faria ]
   * remove unnecessary root:games permission
   * Switch to compat level 11.
   * add watch file
 .
   [ Petter Reinholdtsen ]
   * 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.2.1 to 4.7.0.
   * Use wrap-and-sort -at for debian control files.
   * Moved to debhelper compat level 13.
   * Added simple clean target in d/rules for rebuildability.
   * Convert d/copyright to machine readable format, including author
 statement on cyberbox (Closes: #1056146).
Checksums-Sha1:
 99007f68042cfe04141772ddd2cc81d41674ec08 1846 xsok_1.02-20.dsc
 3aaa0d08fe393d8a1591bf2b974374168848f8ad 19456 xsok_1.02-20.debian.tar.xz
 39c8d5388a5e22125a40122e771850274ca2f9a7 7251 xsok_1.02-20_source.buildinfo
Checksums-Sha256:
 815e35739f4ed0817bb2df13f06a04feb6beb130fdb72b52807363e5c739cc03 1846 
xsok_1.02-20.dsc
 78cc38362798277feacad32a75f74823e95f4539eb625cfeb6b75122cee97b07 19456 
xsok_1.02-20.debian.tar.xz
 95f0371e775a099f3274b5a373edcb728c39e2e0a6997de582163a4c8e942d2d 7251 
xsok_1.02-20_source.buildinfo
Files:
 7fd2eb60d063a93a831f9eddcc5b101d 1846 games optional xsok_1.02-20.dsc
 cfe132fa5b20311055c2e6c7f8379316 19456 games optional 
xsok_1.02-20.debian.tar.xz
 b2df02a4360bfc5e63a3d8fe180a5e88 7251 games optional 
xsok_1.02-20_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmYt+ToACgkQgSgKoIe6
+w5CjRAAg9j+VxtO6986ROI7JIGnmhfkZm/v+Um9Q5msS/BhXFbnHwDP5tF286+z
dV3FcK7TdQF++Gf0+ZD4lBFOtVLTZbQvIqLXSLid6WH7wpgE8c5C4O7qND+p8Gx2
FcYIlSVvYriGCBYEgTs27aEK+6zu3s6WFu9Yu0ur2mkVkjQy/7NPHgK99ZNxCR6r
Zw02k4P9tF6scvpUxyecfuM+xqV57R9rT3bYRAzIXBycjcps6RPYSatC31BouyWu
Be5K0o3aWqiKvfCEWYcYl0iH+ZaEVJJDS1YyIx9Z2XbITqfVuhj83bcwlor/5eoZ
Bi+7d2cRqQ7+6FeVy0xwKMRjUf/5qlSGEeGieEmxqb+ICWxHHoeFTXdH63ocozcF
zaDxKANu