Your message dated Wed, 28 Jun 2017 06:06:27 +0000
with message-id <e1dq67p-000bx8...@fasolo.debian.org>
and subject line Bug#866164: fixed in qmidinet 0.4.3-2
has caused the Debian Bug report #866164,
regarding qmidinet: 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 ow...@bugs.debian.org
immediately.)
--
866164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qmidinet
Version: 0.4.2-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi,
Whilst working on the Reproducible Builds effort [0], we noticed
that qmidinet could not be built reproducibly.
(Upstream now ships its own manpage, so we might as well use that
one.)
Patch attached.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb, Debian Project Leader
`. `'` la...@debian.org / chris-lamb.co.uk
`-
--- a/debian/patches/02-reproducible-build.patch 1970-01-01
01:00:00.000000000 +0100
--- b/debian/patches/02-reproducible-build.patch 2017-06-27
20:51:54.230670623 +0100
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <la...@debian.org>
+Last-Update: 2017-06-27
+
+--- qmidinet-0.4.2.orig/Makefile.in
++++ qmidinet-0.4.2/Makefile.in
+@@ -51,7 +51,7 @@ install: $(target) $(name).1
+ @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak install
+ @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1
+ @install -v -m 0644 $(name).1 $(DESTDIR)$(mandir)/man1
+- @gzip -vf $(DESTDIR)$(mandir)/man1/$(name).1
++ @gzip -vnf $(DESTDIR)$(mandir)/man1/$(name).1
+
+ uninstall: $(DESTDIR)$(prefix)/bin/$(name)
+ @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall
--- a/debian/patches/series 2017-06-27 20:48:51.386126412 +0100
--- b/debian/patches/series 2017-06-27 21:00:24.576622872 +0100
@@ -1,3 +1,4 @@
01-fix_FTBFS.patch
+02-reproducible-build.patch
03-fix_hardening.patch
05-qmidinet.patch
--- a/debian/qmidinet.1 2017-06-27 20:48:51.386126412 +0100
--- b/debian/qmidinet.1 1970-01-01 01:00:00.000000000 +0100
@@ -1,44 +0,0 @@
-.TH QMIDINET "1" "October 2010"
-.SH NAME
-qmidinet \- MIDI Network Gateway via UDP/IP Multicast
-.SH SYNOPSIS
-.B qmidinet
-[\fIoptions\fR]
-.SH DESCRIPTION
-This manual page documents briefly the
-.B qmidinet
-command.
-.PP
-\fBQmidiNet\fP is a MIDI network gateway application that sends and
-receives MIDI data (ALSA Sequencer) over the network, using UDP/IP
-multicast.
-.PP
-It was inspired by multimidicast (http://llg.cubic.org/tools) and
-designed to be compatible with ipMIDI for Windows (http://nerds.de).
-.SH OPTIONS
-.HP
-\fB\-n\fR, \fB\-\-num\-ports\fR=\fI[num\-ports]\fR
-.IP
-Use this number of ports (default=1)
-.HP
-\fB\-i\fR, \fB\-\-interface\fR=\fI[interface]\fR
-.IP
-Use specific network interface (default=all)
-.HP
-\fB\-p\fR, \fB\-\-port\fR=\fI[port]\fR
-.IP
-Use specific network port (default=21928)
-.HP
-\fB\-h\fR, \fB\-\-help\fR
-.IP
-Show help about command line options
-.HP
-\fB\-v\fR, \fB\-\-version\fR
-.IP
-Show version information
-.PP
-.SH AUTHOR
-qmidinet was written by Rui Nuno Capela.
-.PP
-This manual page was written by Alessio Treglia <ales...@debian.org>,
-for the Debian project (but may be used by others).
--- a/debian/qmidinet.manpages 2017-06-27 20:48:51.386126412 +0100
--- b/debian/qmidinet.manpages 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-debian/qmidinet.1
--- End Message ---
--- Begin Message ---
Source: qmidinet
Source-Version: 0.4.3-2
We believe that the bug you reported is fixed in the latest version of
qmidinet, 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 866...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jaromír Mikeš <mira.mi...@seznam.cz> (supplier of updated qmidinet 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: Tue, 27 Jun 2017 23:41:24 +0200
Source: qmidinet
Binary: qmidinet
Architecture: source amd64
Version: 0.4.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Jaromír Mikeš <mira.mi...@seznam.cz>
Description:
qmidinet - MIDI Network Gateway via UDP/IP Multicast
Closes: 866164
Changes:
qmidinet (0.4.3-2) unstable; urgency=medium
.
* Add patch to make build reproducible. (Closes: #866164)
* Install upstream man pages.
Checksums-Sha1:
65744aab266253ac84a73bf7f45abb6dd7f30fc6 2107 qmidinet_0.4.3-2.dsc
2af3035c88e8e8083c6555ab829b013dad614bad 3256 qmidinet_0.4.3-2.debian.tar.xz
8a155b4eb47f24286fd252709f5e9b4481e5a28f 973226
qmidinet-dbgsym_0.4.3-2_amd64.deb
ed7230f9ac3a648d8ca68477bd16126da49dbef5 10486 qmidinet_0.4.3-2_amd64.buildinfo
52793b2b11508dd2116cbcff7b9493318e923b22 48152 qmidinet_0.4.3-2_amd64.deb
Checksums-Sha256:
8adbe133b2566b0c8d881f7c5e37a091c713212a745ecbdac1ce20ea3502cd88 2107
qmidinet_0.4.3-2.dsc
7df7d73b710905fc3af1bad24abd26cb7345ad3ec5902444dd6570e01ba3b22b 3256
qmidinet_0.4.3-2.debian.tar.xz
88e288e95064a28ab8415695f2356ac98112b5fc8023ff8e711fbbe48ab64289 973226
qmidinet-dbgsym_0.4.3-2_amd64.deb
83079f691e06390f82864cb4a6875764d3b675a52893d4269245d1f721ca8f06 10486
qmidinet_0.4.3-2_amd64.buildinfo
81bf3ec0b9b50fd4d5ef524c9dbd6344cdea140298ce877cfb345f7d9b4d64e1 48152
qmidinet_0.4.3-2_amd64.deb
Files:
1c8d8089125b76c584da2bc7725d8a55 2107 sound optional qmidinet_0.4.3-2.dsc
59b7b782e6a0631ef65d4e38ee91d5b6 3256 sound optional
qmidinet_0.4.3-2.debian.tar.xz
e44de4dded18ab25388e426d7e167313 973226 debug extra
qmidinet-dbgsym_0.4.3-2_amd64.deb
ea35fc29e534d6b0f53dfea6d4fde417 10486 sound optional
qmidinet_0.4.3-2_amd64.buildinfo
342de589bb574075c406ad6b3711af55 48152 sound optional
qmidinet_0.4.3-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCAAzFiEESlQ1E9LfY1GoF46jWwGUVeK4T6UFAllS0dMVHG1pcmEubWlr
ZXNAc2V6bmFtLmN6AAoJEFsBlFXiuE+lZVoP/iBQccYYZpCY3wkWsa+0NtaP+Q8l
FmYmQ10dukCqvn4+JmD7IXTE5rBOKORiQqXQX9BYBpsangNCq4XK94yOkSSQWot+
yscNCrGhykwEn9EkfYGSoirAYJBAIZeEzsmmcGxPQ3nlUOIr0q7jVXgzPooXovkC
awlKrRAE/nWQiwdOwMCkm5UZzMweyPClLEAzk7elgMg0GuYEulLEusmBK28/jM8j
vRynK8K/y2bzVkFC+g3yB1fNRxfl3VBPUrLoIIM7tGjCzXMDknglx1hE7paHrIc2
YUrjXsNDliop/Xwbfcl/47JjOnlrmpm3RT5MaJ7NVaE3uBQ7qSkEMgath885cu9v
y9AW4j+hceVLUTYQDR9sxk63sMbbtU1tU84AraLD0Z7cErNEF4JTI5Om+Z6kVkwk
LD2gJ4Tw1AXT67HRxsYpwuUf3MxNK5aVh0JmVJSd3xdo2ZMoeN0oqsNR50u8Fg6y
YNaSwaZqWgH+DTNLGOWiPfVJ0JmcgOLbWqc50vX1LDlqMFJZ59QgQ2s9dLhkH3iV
ss8geg/qimpuTBhhm15lJc4/eAHGM2yKq6KXK33CJzdqL0MqyjLtS/SPTRHLsYpn
abcOH5m8MY9Ez7kU0J4aehpseNVJkC4OKOmp6QsX2Fjmk9+Vjk9zWLex1lIwf4fX
xqgxawlznsKS+ziK
=8PtR
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers