emscripten_3.1.6~dfsg-4_source.changes ACCEPTED into unstable

2022-07-05 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Jul 2022 22:49:34 +0200
Source: emscripten
Architecture: source
Version: 3.1.6~dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Jochen Sprickerhof 
Closes: 1011708
Changes:
 emscripten (3.1.6~dfsg-4) unstable; urgency=medium
 .
   * QA upload.
 .
   [ Jonas Smedegaard ]
   * update testsuite coverage
   * orphan package: set maintainer to Debian QA Group
 .
   [ Jochen Sprickerhof ]
   * Drop version locking for binaryen (Closes: #1011708)
Checksums-Sha1:
 e5a9560e21b3e6afcc9431a53b496eb089faedc5 2796 emscripten_3.1.6~dfsg-4.dsc
 f3e29b09f83e736626b4811b2ea92508f69e1378 85312 
emscripten_3.1.6~dfsg-4.debian.tar.xz
 5dbf41eadfac2dfdcb7b7696c24f0910861f3f6b 7926 
emscripten_3.1.6~dfsg-4_source.buildinfo
Checksums-Sha256:
 e646b3e210ba8804a5724e8c849929e53ae994dca1f4de4d384419810dbf0807 2796 
emscripten_3.1.6~dfsg-4.dsc
 235701a1c3f5008394361ebdd6224680b29e227f906153297d73f1aec1f1380e 85312 
emscripten_3.1.6~dfsg-4.debian.tar.xz
 72bee4ad560d08bb1bcbae295a0fad79597b1b2627419879f9242cb4f761e6f2 7926 
emscripten_3.1.6~dfsg-4_source.buildinfo
Files:
 9055bc8e121f35030da7660d164d6210 2796 devel optional 
emscripten_3.1.6~dfsg-4.dsc
 bdc23de4e34e4223184c1b53bcbb7cd4 85312 devel optional 
emscripten_3.1.6~dfsg-4.debian.tar.xz
 77a0c4fd8ac6e0698752ee44ad32e164 7926 devel optional 
emscripten_3.1.6~dfsg-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmLEpUwACgkQW//cwljm
lDN2Lw//VyB+rl7nNZj+hXjx9DVJcPH7VWAgWYuqeYVctgpukG/Uilnpv/BujfWz
Z1QNrNNsmj30DQQvpZVZrUovb6S/No2dgnXkUWALowMZdRkQkTW6Yp5SnA0JXZEA
Dzcn/fe5ubf7VcylPuiRDoOH1X70ixhHVDXawo39DYIDaQz7Kg4qiMuxODDTVZ8u
R/lWWftJk//cj85uUzHH0u3X9PM2r2Q35DkMu3kjWbqrHAOxT0G0G63rUW2aCt7E
t3rw3eBigVXlr8eRg9/Iw8Bne8z7BKn4jojCtL55kNzSKkTWe56kah2pHHFP99o9
rpq4jvwOrOa1lbydY/iTFDTKA3Qfjlx0aTqgK5nd9Va8Hhz4gGim5LpjDB5ggZ2i
dhM0w43cTZZvdIhKJIu7WMmrt1mpr9GwOtlw+mPKfJg1Qq68oLV+rraN104kFYzv
+EqrsnRf2JxHXRV+Xvp0DLpjKbQbD4tzdGYB/vpmBPLFjZjpmj9AZmmtZbBqIVW4
2l1sPNGL+4vjNN95g6eyVbPVqdeRrI6IxguA5bDiQOXdggmaX1mgRs1OhGuUgBom
GLb2Iqt7sPV5IFu2mUCaSNHOc6O0e8AAPl+IwIHsyoaXqO7rAv1jv6kNjcQTPHUG
MCALK0HRbj5x+VZnZTP8HveYAFI9ud2977xkr+gyuD1ttM4dduA=
=qd/d
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of emscripten_3.1.6~dfsg-4_source.changes

2022-07-05 Thread Debian FTP Masters
emscripten_3.1.6~dfsg-4_source.changes uploaded successfully to localhost
along with the files:
  emscripten_3.1.6~dfsg-4.dsc
  emscripten_3.1.6~dfsg-4.debian.tar.xz
  emscripten_3.1.6~dfsg-4_source.buildinfo

Greetings,

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



Bug#1014428: xmacro: reproducible-builds: embedded build paths in /usr/bin/xmacro*

2022-07-05 Thread Vagrant Cascadian
Source: xmacro
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 various binaries in /usr/bin:

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

  /usr/bin/xmacroplay

  /build/1st/xmacro-0.3pre-2911/xmacroplay.cpp:472
  vs.
  /build/2/xmacro-0.3pre-2911/2nd/xmacroplay.cpp:472

The attached patch fixes this by switching to using the debhelper's "dh"
command, which passes compiler flags to avoid embedding the build path
(e.g. -ffile-prefix-map).


With this patch applied, xmacro should build reproducibly on
tests.reproducible-builds.org!


live well,
  vagrant
From f28f53bb5658ada0bc921617dd9ae143a55c97d1 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Tue, 5 Jul 2022 20:18:58 +
Subject: [PATCH] debian/rules: Switch to "dh".

---
 debian/rules | 83 
 1 file changed, 5 insertions(+), 78 deletions(-)

diff --git a/debian/rules b/debian/rules
index 70c157f..751682a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,85 +1,12 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+%:
+	dh $@
 
-ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -g
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
-CXXFLAGS=-g -O2
-export CXXFLAGS
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp
-	dh_testdir
-	dh_auto_build
-	#/usr/bin/docbook-to-man debian/xmacro-0.3pre.sgml > xmacro-0.3pre.1
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	$(MAKE) clean
-
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep
-	dh_installdirs
-
-	# Add here commands to install the package into debian/xmacro-0.3pre.
+override_dh_auto_install:
+	dh_auto_install
 	install -Dpv xmacroplay-keys xmacroplay xmacrorec xmacrorec2 $(CURDIR)/debian/xmacro/usr/bin
 
-build-arch: build
-
-build-indep: build
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installexamples
-	dh_installmenu
-	dh_installcron
-	dh_installman
-	dh_installinfo
-	dh_installchangelogs
-	dh_link
-	dh_strip
-	dh_compress
+override_dh_fixperms:
 	dh_fixperms
 	chmod -x $(CURDIR)/debian/xmacro/usr/share/doc/xmacro/examples/*
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
-- 
2.36.1



signature.asc
Description: PGP signature


Bug#1014426: cldump: reproducible-builds: embedded build paths in /usr/bin/cldump

2022-07-05 Thread Vagrant Cascadian
Source: cldump
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/bin/cldump:

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

  /build/1st/cldump-0.11~dfsg/src/cldump.c:180
  vs.
  /build/2/cldump-0.11~dfsg/2nd/src/cldump.c:180

The attached patch fixes this by explicitly passing CFLAGS to
dh_auto_build in debian/rules, which includes flags to avoid embedding
the build path.


With this patch applied, cldump should build reproducibly on
tests.reproducible-builds.org!


live well,
  vagrant
From e65c0a4b1a6bb623feddd15e7ec0fda53dbd7422 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian 
Date: Tue, 5 Jul 2022 19:46:11 +
Subject: [PATCH] debian/rules: Pass CFLAGS via dh_auto_build override.

src/Makefile sets CFLAGS explicitly, ignoring CFLAGS from the
environment. This means various default flags are otherwise ignored,
e.g. -ffile-prefix-map which is used to avoid embedding build paths
for reproducible builds.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 5b70f17..f12e8a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@
 
 %:
 	dh $@ --sourcedirectory=src --buildsystem=makefile
+
+override_dh_auto_build:
+	dh_auto_build --sourcedirectory=src --buildsystem=makefile -- CFLAGS="$(CFLAGS)"
-- 
2.36.1



signature.asc
Description: PGP signature


Processed: your mail

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

> retitle 1014187 fruit: Binary file without a source code
Bug #1014187 [fruit] fruit: Binary file inside package
Changed Bug title to 'fruit: Binary file without a source code' from 'fruit: 
Binary file inside package'.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1014187: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014187
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1014410: xnecview: No longer correctly displays antenna geometry

2022-07-05 Thread Ralf Schlatterbeck
Package: xnecview
Version: 1.37-1
Severity: normal

xnecview can
- Display the antenna geometry if given a .nec file as input
- Display the antenna pattern and other graphs if given the output of
  nec2c

The latter still works. The display of the antenna geometry no longer
works, I'm including an example .nec file and the corresponding output
as well as the expected output. This is a regression from Debian Buster.


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

Kernel: Linux 5.10.0-10-amd64 (SMP w/16 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.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 xnecview depends on:
ii  libc6 2.31-13+deb11u3
ii  libglib2.0-0  2.66.8-1
ii  libgtk2.0-0   2.24.33-2
ii  libpng16-16   1.6.37-3

xnecview recommends no packages.

xnecview suggests no packages.

-- no debconf information
CM -r 0.0291 -d 0.0424 -l 0.1712 -4 0.1174
CM FRQ: 430.00 fw: 6.85 bw: -2.58
CM FRQ: 435.00 fw: 6.62 bw: -4.50
CM FRQ: 440.00 fw: 6.35 bw: -5.41
CM SWR: 1.79 1.11 1.81
CE
GA 1 17 0.0291 -90 90 0.00075
GM 0 0 0 0 0 0.1174 0 0 1
GA 2 17 0.0291 90 270 0.00075
GM 0 0 0 0 0 -0.1174 0 0 2
GW 3 19 0 0 0.0291 -0.1174 0 0.0291 0.00075
GW 4 19 0 0 -0.0291 -0.1174 0 -0.0291 0.00075
GW 5 19 0 0 0.0291 0.1174 0 0.0291 0.00075
GW 6 19 0 0 -0.0291 0.1174 0 -0.0291 0.00075
GW 7 5 0 0 0.0291 0 0 -0.0291 0.00075
GW 8 5 0 0 -0.0291 0 0 -0.0715 0.00075
GW 9 57 0.1712 0 -0.0715 0 0 -0.0715 0.00075
GW 10 57 -0.1712 0 -0.0715 0 0 -0.0715 0.00075
GM 0 0 0 270 0 0 0 0.1712 0
GE 0
EK 1
LD 5 0 0 0 3.77358e+07 0 0
EX 0 6 1 0 1 0 0 0 0 0
FR 0 21 0 0 430 0.5
RP 0 37 73 0 0 0 5 5 0 0
EN