1020875">

Debian Bug report logs - #1020875
z80asm: reproducible-builds: build path embedded in /usr/bin/z80asm

version graph

Package: src:z80asm; Maintainer for src:z80asm is Bas Wijnen <wijnen@debian.org>;

Reported by: Vagrant Cascadian <vagrant@reproducible-builds.org>

Date: Tue, 27 Sep 2022 20:09:01 UTC

Severity: normal

Tags: patch

Fixed in version z80asm/1.8-1.1

Done: Chris Lamb <lamby@debian.org>

Bug is archived. No further changes may be made.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, reproducible-bugs@lists.alioth.debian.org, Bas Wijnen <wijnen@debian.org>:
Bug#1020875; Package src:z80asm. (Tue, 27 Sep 2022 20:09:03 GMT) (full text, mbox, link).


Acknowledgement sent to Vagrant Cascadian <vagrant@reproducible-builds.org>:
New Bug report received and forwarded. Copy sent to reproducible-bugs@lists.alioth.debian.org, Bas Wijnen <wijnen@debian.org>. (Tue, 27 Sep 2022 20:09:03 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Vagrant Cascadian <vagrant@reproducible-builds.org>
To: submit@bugs.debian.org
Subject: z80asm: reproducible-builds: build path embedded in /usr/bin/z80asm
Date: Tue, 27 Sep 2022 13:06:16 -0700
[Message part 1 (text/plain, inline)]
Source: z80asm
Severity: normal
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs@lists.alioth.debian.org

The build path is embedded in /usr/bin/z80asm:

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

  /build/1st/z80asm-1.8/z80asm.c:105
  vs.
  /build/2/z80asm-1.8/2nd/z80asm.c:105

The attached patch to debian/rules fixes this by adding a dh_auto_build
override that passes the default CFLAGS.

Alternately, this might be fixed by updating to a newer debhelper compat
level.

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

Thanks for maintaining z80asm!

live well,
  vagrant
[0001-debian-rules-Pass-default-CFLAGS-via-dh_auto_build-o.patch (text/x-diff, inline)]
From 5877483120c8c557aa53db6bcddd93af356e5724 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Tue, 27 Sep 2022 20:02:12 +0000
Subject: [PATCH] debian/rules: Pass default CFLAGS via dh_auto_build override.

---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index cbe925d..4a1ed37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
 %:
 	dh $@
+
+override_dh_auto_build:
+	dh_auto_build -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
-- 
2.37.2

[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Bas Wijnen <wijnen@debian.org>:
Bug#1020875; Package src:z80asm. (Thu, 06 Oct 2022 16:21:03 GMT) (full text, mbox, link).


Acknowledgement sent to "Chris Lamb" <lamby@debian.org>:
Extra info received and forwarded to list. Copy sent to Bas Wijnen <wijnen@debian.org>. (Thu, 06 Oct 2022 16:21:03 GMT) (full text, mbox, link).


Message #10 received at 1020875@bugs.debian.org (full text, mbox, wrote: > tags 1020875 + pending patch > tags 939775 + pending patch > thanks > > I've uploaded z80asm 1.8-1.1 to DELAYED/10: > > z80asm (1.8-1.1) unstable; urgency=medium > . > * Non-maintainer upload. > * Apply a patch by Vagrant Cascadian to make the build reproducible. The > build path was being embedded in /usr/bin/z80asm. (Closes: #1020875) > * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It > was failing because it ran its own testsuite despite the value of > DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of > the "build" target and offers no specific test target. (Closes: #939775) > > The full debdiff is attached. > > > Regards, > > -- > ,''`. > : :' : Chris Lamb > `. `'` lamby@debian.org / chris-lamb.co.uk > `- &subject=Re: z80asm: reproducible-builds: build path embedded in /usr/bin/z80asm&References=<166507292896.161601.3454600122319751197@copycat>&In-Reply-To=<166507292896.161601.3454600122319751197@copycat>">reply):

From: "Chris Lamb" <lamby@debian.org>
To: 1020875@bugs.debian.org, 939775@bugs.debian.org
Cc: 1020875-submitter@bugs.debian.org, 939775-submitter@bugs.debian.org
Subject: Re: z80asm: reproducible-builds: build path embedded in /usr/bin/z80asm
Date: Thu, 06 Oct 2022 09:16:23 -0700
[Message part 1 (text/plain, inline)]
tags 1020875 + pending patch
tags 939775 + pending patch
thanks

I've uploaded z80asm 1.8-1.1 to DELAYED/10:
  
  z80asm (1.8-1.1) unstable; urgency=medium
  .
    * Non-maintainer upload.
    * Apply a patch by Vagrant Cascadian to make the build reproducible. The
      build path was being embedded in /usr/bin/z80asm. (Closes: #1020875)
    * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It
      was failing because it ran its own testsuite despite the value of
      DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of
      the "build" target and offers no specific test target. (Closes: #939775)

The full debdiff is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
[z80asm_1.8-1.1_amd64.debdiff.txt (text/plain, attachment)]

Added tag(s) pending. Request was from "Chris Lamb" <lamby@debian.org> to control@bugs.debian.org. (Thu, 06 Oct 2022 16:21:07 GMT) (full text, mbox, link).


Message sent on to Vagrant Cascadian <vagrant@reproducible-builds.org>:
Bug#1020875. (Thu, 06 Oct 2022 16:21:10 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Bas Wijnen <wijnen@debian.org>:
Bug#1020875; Package src:z80asm. (Thu, 06 Oct 2022 17:15:04 GMT) (full text, mbox, link).


Acknowledgement sent to "Dr. Bas Wijnen" <wijnen@debian.org>:
Extra info received and forwarded to list. Copy sent to Bas Wijnen <wijnen@debian.org>. (Thu, 06 Oct 2022 17:15:04 GMT) (full text, mbox, link).


Message #20 received at 1020875@bugs.debian.org (full text, mbox, wrote: > Thanks! I didn't get around to this. I probably won't get around to uploading > it myself either, so feel free to skip the delayed queue, or else it'll get in > in 10 days. > > On Thu, Oct 06, 2022 at 09:16:23AM -0700, Chris Lamb wrote: > > tags 1020875 + pending patch > > tags 939775 + pending patch > > thanks > > > > I've uploaded z80asm 1.8-1.1 to DELAYED/10: > > > > z80asm (1.8-1.1) unstable; urgency=medium > > . > > * Non-maintainer upload. > > * Apply a patch by Vagrant Cascadian to make the build reproducible. The > > build path was being embedded in /usr/bin/z80asm. (Closes: #1020875) > > * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It > > was failing because it ran its own testsuite despite the value of > > DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of > > the "build" target and offers no specific test target. (Closes: #939775) > > > > The full debdiff is attached. > > > > > > Regards, > > > > -- > > ,''`. > > : :' : Chris Lamb > > `. `'` lamby@debian.org / chris-lamb.co.uk > > `- > > > diffstat for z80asm_1.8-1 z80asm_1.8-1.1 > > > > Makefile | 1 - > > z80asm-1.8/debian/changelog | 12 ++++++++++++ > > z80asm-1.8/debian/rules | 8 ++++++++ > > 3 files changed, 20 insertions(+), 1 deletion(-) > > > > diff -u z80asm-1.8/debian/changelog z80asm-1.8/debian/changelog > > --- z80asm-1.8/debian/changelog > > +++ z80asm-1.8/debian/changelog > > @@ -1,3 +1,15 @@ > > +z80asm (1.8-1.1) unstable; urgency=medium > > + > > + * Non-maintainer upload. > > + * Apply a patch by Vagrant Cascadian to make the build reproducible. The > > + build path was being embedded in /usr/bin/z80asm. (Closes: #1020875) > > + * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It > > + was failing because it ran its own testsuite despite the value of > > + DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of > > + the "build" target and offers no specific test target. (Closes: #939775) > > + > > + -- Chris Lamb Thu, 06 Oct 2022 09:09:08 -0700 > > + > > z80asm (1.8-1) unstable; urgency=low > > > > * New upstream release. Fixes defw bug. (Closes: #519098) > > diff -u z80asm-1.8/debian/rules z80asm-1.8/debian/rules > > --- z80asm-1.8/debian/rules &In-Reply-To=&References=<87bkr0vayv.fsf@contorta> <166507292896.161601.3454600122319751197@copycat> ">reply):

From: "Dr. Bas Wijnen" <wijnen@debian.org>
To: Chris Lamb <lamby@debian.org>, 1020875@bugs.debian.org
Cc: 939775@bugs.debian.org
Subject: Re: Bug#1020875: z80asm: reproducible-builds: build path embedded in /usr/bin/z80asm
Date: Thu, 6 Oct 2022 16:59:44 +0000
[Message part 1 (text/plain, inline)]
Thanks! I didn't get around to this. I probably won't get around to uploading
it myself either, so feel free to skip the delayed queue, or else it'll get in
in 10 days.

On Thu, Oct 06, 2022 at 09:16:23AM -0700, Chris Lamb wrote:
> tags 1020875 + pending patch
> tags 939775 + pending patch
> thanks
> 
> I've uploaded z80asm 1.8-1.1 to DELAYED/10:
>   
>   z80asm (1.8-1.1) unstable; urgency=medium
>   .
>     * Non-maintainer upload.
>     * Apply a patch by Vagrant Cascadian to make the build reproducible. The
>       build path was being embedded in /usr/bin/z80asm. (Closes: #1020875)
>     * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It
>       was failing because it ran its own testsuite despite the value of
>       DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of
>       the "build" target and offers no specific test target. (Closes: #939775)
> 
> The full debdiff is attached.
> 
> 
> Regards,
> 
> -- 
>       ,''`.
>      : :'  :     Chris Lamb
>      `. `'`      lamby@debian.org / chris-lamb.co.uk
>        `-

> diffstat for z80asm_1.8-1 z80asm_1.8-1.1
> 
>  Makefile                    |    1 -
>  z80asm-1.8/debian/changelog |   12 ++++++++++++
>  z80asm-1.8/debian/rules     |    8 ++++++++
>  3 files changed, 20 insertions(+), 1 deletion(-)
> 
> diff -u z80asm-1.8/debian/changelog z80asm-1.8/debian/changelog
> --- z80asm-1.8/debian/changelog
> +++ z80asm-1.8/debian/changelog
> @@ -1,3 +1,15 @@
> +z80asm (1.8-1.1) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Apply a patch by Vagrant Cascadian to make the build reproducible. The
> +    build path was being embedded in /usr/bin/z80asm. (Closes: #1020875)
> +  * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It
> +    was failing because it ran its own testsuite despite the value of
> +    DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of
> +    the "build" target and offers no specific test target. (Closes: #939775)
> +
> + -- Chris Lamb <lamby@debian.org>  Thu, 06 Oct 2022 09:09:08 -0700
> +
>  z80asm (1.8-1) unstable; urgency=low
>  
>    * New upstream release.  Fixes defw bug.  (Closes: #519098)
> diff -u z80asm-1.8/debian/rules z80asm-1.8/debian/rules
> --- z80asm-1.8/debian/rules
> +++ z80asm-1.8/debian/rules
> @@ -1,3 +1,11 @@
>  #!/usr/bin/make -f
>  %:
>  	dh $@
> +
> +override_dh_auto_build:
> +	dh_auto_build -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
> +
> +override_dh_auto_test:
> +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
> +	$(MAKE) -C tests
> +endif
> --- z80asm-1.8.orig/Makefile
> +++ z80asm-1.8/Makefile
> @@ -25,7 +25,6 @@
>  
>  z80asm: z80asm.o expressions.o Makefile gnulib/getopt.o gnulib/getopt1.o
>  	$(CC) $(LDFLAGS) $(filter %.o,$^) -o $@
> -	$(MAKE) -C tests || rm $@
>  
>  %.o:%.c z80asm.h gnulib/getopt.h Makefile
>  	$(CC) $(CFLAGS) -c $< -o $@ -DVERSION=\"$(shell cat VERSION)\"

[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Bas Wijnen <wijnen@debian.org>:
Bug#1020875; Package src:z80asm. (Thu, 06 Oct 2022 17:15:05 GMT) (full text, mbox, link).


Acknowledgement sent to "Chris Lamb" <lamby@debian.org>:
Extra info received and forwarded to list. Copy sent to Bas Wijnen <wijnen@debian.org>. (Thu, 06 Oct 2022 17:15:05 GMT) (full text, mbox, link).


Message #25 received at 1020875@bugs.debian.org (full text, mbox, wrote: > Hey, > > Thanks for your blessing. However, I'll leave it in DELAYED/10 just > in case I discover something over the next week or so. :) > > Chris > > > > Thanks! I didn't get around to this. I probably won't get around to uploading > > it myself either, so feel free to skip the delayed queue, or else it'll get in > > in 10 days. > > > > On Thu, Oct 06, 2022 at 09:16:23AM -0700, Chris Lamb wrote: > >> tags 1020875 + pending patch > >> tags 939775 + pending patch > >> thanks > >> > >> I've uploaded z80asm 1.8-1.1 to DELAYED/10: > >> > >> z80asm (1.8-1.1) unstable; urgency=medium > >> . > >> * Non-maintainer upload. > >> * Apply a patch by Vagrant Cascadian to make the build reproducible. The > >> build path was being embedded in /usr/bin/z80asm. (Closes: #1020875) > >> * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It > >> was failing because it ran its own testsuite despite the value of > >> DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of > >> the "build" target and offers no specific test target. (Closes: #939775) > >> > >> The full debdiff is attached. > >> > >> > >> Regards, > >> > >> -- > >> ,''`. > >> : :' : Chris Lamb > >> `. `'` lamby@debian.org / chris-lamb.co.uk > >> `- > > > >> diffstat for z80asm_1.8-1 z80asm_1.8-1.1 > >> > >> Makefile | 1 - > >> z80asm-1.8/debian/changelog | 12 ++++++++++++ > >> z80asm-1.8/debian/rules | 8 ++++++++ > >> 3 files changed, 20 insertions(+), 1 deletion(-) > >> > >> diff -u z80asm-1.8/debian/changelog z80asm-1.8/debian/changelog > >> --- z80asm-1.8/debian/changelog > >> +++ z80asm-1.8/debian/changelog > >> @@ -1,3 +1,15 @@ > >> +z80asm (1.8-1.1) unstable; urgency=medium > >> + > >> + * Non-maintainer upload. > >> + * Apply a patch by Vagrant Cascadian to make the build reproducible. The > >> + build path was being embedded in /usr/bin/z80asm. (Closes: #1020875) > >> + * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It > >> + was failing because it ran its own testsuite despite the value of > >> + DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of > >> + the "build" target and offers no specific test target. (Closes: #939775) &subject=Re: Bug#1020875: z80asm: reproducible-builds: build path embedded in /usr/bin/z80asm">reply):

From: "Chris Lamb" <lamby@debian.org>
To: "Dr. Bas Wijnen" <wijnen@debian.org>, 1020875@bugs.debian.org
Cc: 939775@bugs.debian.org
Subject: Re: Bug#1020875: z80asm: reproducible-builds: build path embedded in /usr/bin/z80asm
Date: Thu, 06 Oct 2022 10:14:05 -0700
Hey,

Thanks for your blessing. However, I'll leave it in DELAYED/10 just
in case I discover something over the next week or so. :)

Chris


> Thanks! I didn't get around to this. I probably won't get around to uploading
> it myself either, so feel free to skip the delayed queue, or else it'll get in
> in 10 days.
>
> On Thu, Oct 06, 2022 at 09:16:23AM -0700, Chris Lamb wrote:
>> tags 1020875 + pending patch
>> tags 939775 + pending patch
>> thanks
>> 
>> I've uploaded z80asm 1.8-1.1 to DELAYED/10:
>>   
>>   z80asm (1.8-1.1) unstable; urgency=medium
>>   .
>>     * Non-maintainer upload.
>>     * Apply a patch by Vagrant Cascadian to make the build reproducible. The
>>       build path was being embedded in /usr/bin/z80asm. (Closes: #1020875)
>>     * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It
>>       was failing because it ran its own testsuite despite the value of
>>       DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of
>>       the "build" target and offers no specific test target. (Closes: #939775)
>> 
>> The full debdiff is attached.
>> 
>> 
>> Regards,
>> 
>> -- 
>>       ,''`.
>>      : :'  :     Chris Lamb
>>      `. `'`      lamby@debian.org / chris-lamb.co.uk
>>        `-
>
>> diffstat for z80asm_1.8-1 z80asm_1.8-1.1
>> 
>>  Makefile                    |    1 -
>>  z80asm-1.8/debian/changelog |   12 ++++++++++++
>>  z80asm-1.8/debian/rules     |    8 ++++++++
>>  3 files changed, 20 insertions(+), 1 deletion(-)
>> 
>> diff -u z80asm-1.8/debian/changelog z80asm-1.8/debian/changelog
>> --- z80asm-1.8/debian/changelog
>> +++ z80asm-1.8/debian/changelog
>> @@ -1,3 +1,15 @@
>> +z80asm (1.8-1.1) unstable; urgency=medium
>> +
>> +  * Non-maintainer upload.
>> +  * Apply a patch by Vagrant Cascadian to make the build reproducible. The
>> +    build path was being embedded in /usr/bin/z80asm. (Closes: #1020875)
>> +  * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It
>> +    was failing because it ran its own testsuite despite the value of
>> +    DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of
>> +    the "build" target and offers no specific test target. (Closes: #939775)
>> +
>> + -- Chris Lamb <lamby@debian.org>  Thu, 06 Oct 2022 09:09:08 -0700
>> +
>>  z80asm (1.8-1) unstable; urgency=low
>>  
>>    * New upstream release.  Fixes defw bug.  (Closes: #519098)
>> diff -u z80asm-1.8/debian/rules z80asm-1.8/debian/rules
>> --- z80asm-1.8/debian/rules
>> +++ z80asm-1.8/debian/rules
>> @@ -1,3 +1,11 @@
>>  #!/usr/bin/make -f
>>  %:
>>  	dh $@
>> +
>> +override_dh_auto_build:
>> +	dh_auto_build -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
>> +
>> +override_dh_auto_test:
>> +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
>> +	$(MAKE) -C tests
>> +endif
>> --- z80asm-1.8.orig/Makefile
>> +++ z80asm-1.8/Makefile
>> @@ -25,7 +25,6 @@
>>  
>>  z80asm: z80asm.o expressions.o Makefile gnulib/getopt.o gnulib/getopt1.o
>>  	$(CC) $(LDFLAGS) $(filter %.o,$^) -o $@
>> -	$(MAKE) -C tests || rm $@
>>  
>>  %.o:%.c z80asm.h gnulib/getopt.h Makefile
>>  	$(CC) $(CFLAGS) -c $< -o $@ -DVERSION=\"$(shell cat VERSION)\"



Reply sent to Chris Lamb <lamby@debian.org>:
You have taken responsibility. (Sun, 16 Oct 2022 17:24:03 GMT) (full text, mbox, link).


Notification sent to Vagrant Cascadian <vagrant@reproducible-builds.org>:
Bug acknowledged by developer. (Sun, 16 Oct 2022 17:24:03 GMT) (full text, mbox, link).


Message #30 received at 1020875-close@bugs.debian.org (full text, mbox, Checksums-Sha1: > e1246f78dd642d2c94fbe19242692d194d895d64 1606 z80asm_1.8-1.1.dsc > 9d169ac728a9a3b162c0a7ea34da55cf37ada0e1 57269 z80asm_1.8.orig.tar.gz > bf41ee75002a07e00fde23394952502eb9d3851c 2350 z80asm_1.8-1.1.diff.gz > 87f4a8e0c0f9224a481e3989a85e5651ada2673a 44108 z80asm-dbgsym_1.8-1.1_amd64.deb > 8e90ed6f1e6623d72e7fa539781a6377bda202df 5895 z80asm_1.8-1.1_amd64.buildinfo > 29455ab2ba35a9b469a96b223b1d67d7e11b6806 36116 z80asm_1.8-1.1_amd64.deb > Checksums-Sha256: > 87e34b2f1e15cafb41f698255a903143070f50ca715e3e609e7fadf6746e4dea 1606 z80asm_1.8-1.1.dsc > 67fba9940582cddfa70113235818fb52d81e5be3db483dfb0816acb330515f64 57269 z80asm_1.8.orig.tar.gz > bcba7ceb61157222b45692f972c45767558e55ba57c1f7f8a205d1792bcf7dfb 2350 z80asm_1.8-1.1.diff.gz &subject=Re: Bug#1020875: fixed in z80asm 1.8-1.1">reply):

From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 1020875-close@bugs.debian.org
Subject: Bug#1020875: fixed in z80asm 1.8-1.1
Date: Sun, 16 Oct 2022 17:21:20 +0000
Source: z80asm
Source-Version: 1.8-1.1
Done: Chris Lamb <lamby@debian.org>

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

Debian distribution maintenance software
pp.
Chris Lamb <lamby@debian.org> (supplier of updated z80asm 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 06 Oct 2022 09:09:08 -0700
Source: z80asm
Binary: z80asm z80asm-dbgsym
Architecture: source amd64
Version: 1.8-1.1
Distribution: unstable
Urgency: medium
Maintainer: Bas Wijnen <wijnen@debian.org>
Changed-By: Chris Lamb <lamby@debian.org>
Description:
 z80asm     - assembler for the Zilog Z80 microprocessor
Closes: 939775 1020875
Changes:
 z80asm (1.8-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Apply a patch by Vagrant Cascadian to make the build reproducible. The
     build path was being embedded in /usr/bin/z80asm. (Closes: #1020875)
   * Apply patch from Helmut Grohne to make as z80asm cross build correctly. It
     was failing because it ran its own testsuite despite the value of
     DEB_BUILD_OPTIONS=nocheck; the upstream build system ran them as part of
     the "build" target and offers no specific test target. (Closes: #939775)
Checksums-Sha1:
 e1246f78dd642d2c94fbe19242692d194d895d64 1606 z80asm_1.8-1.1.dsc
 9d169ac728a9a3b162c0a7ea34da55cf37ada0e1 57269 z80asm_1.8.orig.tar.gz
 bf41ee75002a07e00fde23394952502eb9d3851c 2350 z80asm_1.8-1.1.diff.gz
 87f4a8e0c0f9224a481e3989a85e5651ada2673a 44108 z80asm-dbgsym_1.8-1.1_amd64.deb
 8e90ed6f1e6623d72e7fa539781a6377bda202df 5895 z80asm_1.8-1.1_amd64.buildinfo
 29455ab2ba35a9b469a96b223b1d67d7e11b6806 36116 z80asm_1.8-1.1_amd64.deb
Checksums-Sha256:
 87e34b2f1e15cafb41f698255a903143070f50ca715e3e609e7fadf6746e4dea 1606 z80asm_1.8-1.1.dsc
 67fba9940582cddfa70113235818fb52d81e5be3db483dfb0816acb330515f64 57269 z80asm_1.8.orig.tar.gz
 bcba7ceb61157222b45692f972c45767558e55ba57c1f7f8a205d1792bcf7dfb 2350 z80asm_1.8-1.1.diff.gz
 26ee6c08c4ca0946a7a7b8c7edc141f88fb8950d635bfc2111685299541cbd3e 44108 z80asm-dbgsym_1.8-1.1_amd64.deb
 56a53701450019f84cb99037ff955bf23993436ef20a6b48ce22aed14f37128f 5895 z80asm_1.8-1.1_amd64.buildinfo
 85fe7e50ec785c77ac55c439360f3a939cc7b190ffbad5101ac0a200668307ca 36116 z80asm_1.8-1.1_amd64.deb
Files:
 5909c94e50de33f322df5efa6fc60805 1606 devel optional z80asm_1.8-1.1.dsc
 4beb798d6fe2f89e62de36b4b4f87fad 57269 devel optional z80asm_1.8.orig.tar.gz
 832be1d483708dd2ca450e22dda940eb 2350 devel optional z80asm_1.8-1.1.diff.gz
 5bdaedf188b3a23074eb04e8a273685e 44108 debug optional z80asm-dbgsym_1.8-1.1_amd64.deb
 6ce48c3716e90e81972581773188a2b4 5895 devel optional z80asm_1.8-1.1_amd64.buildinfo
 8ad4558ced28bd2d041a937af6c777e7 36116 devel optional z80asm_1.8-1.1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmM+/x8ACgkQHpU+J9Qx
Hlg4HBAAhdw9jQoMMIzEc1NQgpngQDCt8w9pQqKLdifW1rnk/r89cNYAa5xFyx0E
pJ34o92RTvPPIkxo4UJ+gGy0DOBzU2Jrmd6d1PMOq96XJhTCbF9DsVf0LJJm/C1M
kyA/TWTYMWD5UcVwgxnzg4yY39Kh+1O0EnuE1QGv5LuvBpcDQ+GuKcQmUPNspKLm
jjV7LMNSD3QnV2R8QH1u0YSrwqhsbWtuEQ6TQfJRw5lGth8nyF+4FkR2xbSB1VMs
07/OuL6G6svPr45/054s/0Y4jhUd+ft+7BLcR5rdCongzPFTDFNjquylOkTrNUOg
YTMn15Sjq1L4MKHy3spHsY8Vc0LWKBE8syXTSnOgTQrlv5JHrwMUNz9iEt+hbRfU
i6jcsva6bz+Bx0H13p07512nsV8dbDDg+yK1ZJ+3b3aDdUGFa0/Nc3o3t886wgmc
GTybBHYv4t+xN0XsQO2ppOighUNsny108TXTHhWMPhpv6gu9uxBsZc6YOnXfgIe0
w58FCIgFKWCzgKemQoJzxJhcb1rZtkg+/P1huNzqfsLebrEkB0grnZMjQ68nnYtl
DwbFq93H3s4zMaR2mPzr3r/8cah1GM+I5rqZkMR4Ri0AhlZgTTgOBHM5qIG4dFm1
+RsV8n/bDK2JnQKuChb+iFAYJB5qf5rCqsQVbnJ/MfKsNedJG1s=
=/N3n
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sat, 19 Nov 2022 07:29:02 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Fri Jan 31 01:01:47 2025; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.