Your message dated Tue, 23 Jun 2020 19:38:27 +0000
with message-id <[email protected]>
and subject line Bug#963550: Removed package(s) from unstable
has caused the Debian Bug report #797027,
regarding zyne: please make the build reproducible
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 [email protected]
immediately.)
--
797027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797027
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: zyne
Version: 0.1.2-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: randomness
X-Debbugs-Cc: [email protected]
Hi,
While working on the "reproducible builds" effort [1], we have noticed
that zyne could not be built reproducibly.
The attached patch removes .pyc from the binary packages by switching to
using pybuild instead of manual calls to setup.py.
This is not only more= flexible, it's less code to maintain and means
zyne can be built reproducibly in our reproducible toolchain.
[1]: https://wiki.debian.org/ReproducibleBuilds
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2015-08-27 04:14:48.910151059 +0100
--- b/debian/rules 2015-08-27 04:20:18.185393793 +0100
@@ -1,22 +1,12 @@
#!/usr/bin/make -f
-export PYTHONWARNINGS=d
-buildvers := $(shell pyversions -rv)
-
%:
- dh $@ --with python2
+ dh $@ --buildsystem=pybuild
override_dh_auto_install:
- set -e; \
- for i in $(buildvers); do \
- python$$i ./setup.py install --skip-build --skip-build --root
$(CURDIR)/debian/zyne --install-layout=deb; \
- done
+ dh_auto_install
mv $(CURDIR)/debian/zyne/usr/bin/Zyne.py
$(CURDIR)/debian/zyne/usr/bin/zyne
-override_dh_auto_clean:
- find . -name '*.pyc' -delete
- rm -rf build
-
# not to run
override_dh_compress:
dh_compress --exclude=.sg --exclude=.aif --exclude=.aiff
--- End Message ---
--- Begin Message ---
Version: 0.1.2-2+rm
Dear submitter,
as the package zyne has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/963550
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers