Your message dated Fri, 18 Jan 2019 13:00:10 +0000
with message-id <e1gktko-0006cp...@fasolo.debian.org>
and subject line Bug#890060: fixed in biosig4c++ 1.9.3-1
has caused the Debian Bug report #890060,
regarding biosig4c++: Build-depends on dh-octave instead of octave-pkg-dev
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.)
--
890060: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890060
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: biosig4c++
Version: 1.3.0-2.2
Severity: normal
Tags: patch
The octave-pkg-dev has been superseded by dh-octave and will be soon
deprecated. Please, find attached to this bug report a patch for
updating the biosig4c++ source package, accordingly.
Rafael Laboissière
-- System Information:
Debian Release: buster/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable'), (550, 'experimental'), (550, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8),
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru biosig4c++-1.3.0/debian/changelog biosig4c++-1.3.0/debian/changelog
--- biosig4c++-1.3.0/debian/changelog 2017-03-18 04:37:44.000000000 -0300
+++ biosig4c++-1.3.0/debian/changelog 2018-02-10 14:41:20.000000000 -0200
@@ -1,3 +1,10 @@
+biosig4c++ (1.3.0-2.3) unstable; urgency=medium
+
+ * d/control: Build-depends on dh-octave
+ * d/rules: Use dh_octave_substvar for determining octave:Depends
+
+ -- Rafael Laboissiere <raf...@debian.org> Sat, 10 Feb 2018 14:41:20 -0200
+
biosig4c++ (1.3.0-2.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru biosig4c++-1.3.0/debian/control biosig4c++-1.3.0/debian/control
--- biosig4c++-1.3.0/debian/control 2015-08-19 15:17:03.000000000 -0300
+++ biosig4c++-1.3.0/debian/control 2018-02-10 14:17:29.000000000 -0200
@@ -6,7 +6,7 @@
gawk, libxml2-dev,
python-dev, swig, python-numpy,
zlib1g-dev, libsuitesparse-dev,
- octave-pkg-dev (>= 0.5.7),
+ dh-octave
Standards-Version: 3.9.3
Section: science
Homepage: http://biosig.sf.net/
diff -Nru biosig4c++-1.3.0/debian/rules biosig4c++-1.3.0/debian/rules
--- biosig4c++-1.3.0/debian/rules 2015-08-19 15:18:06.000000000 -0300
+++ biosig4c++-1.3.0/debian/rules 2018-02-10 14:34:16.000000000 -0200
@@ -52,11 +52,8 @@
override_dh_makeshlibs:
dh_makeshlibs
- : # Provide Octave:Depends
- [ -e /usr/bin/octave-depends ] \
- && octave-depends \
- || echo 'octave:Depends=octave (>= 3.4.3-1~)' >>
debian/octave-biosig.substvars
-
+ : # Provide octave:Depends
+ dh_octave_substvar
override_dh_strip:
dh_strip --dbg-package=libbiosig1-dbg
--- End Message ---
--- Begin Message ---
Source: biosig4c++
Source-Version: 1.9.3-1
We believe that the bug you reported is fixed in the latest version of
biosig4c++, 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 890...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated biosig4c++ 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: Thu, 17 Jan 2019 14:44:34 +0100
Source: biosig4c++
Binary: libbiosig2 libbiosig-dev biosig-tools python-biosig python3-biosig
octave-biosig
Architecture: source amd64
Version: 1.9.3-1
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team <t...@neuro.debian.net>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
biosig-tools - format conversion tools for biomedical data formats
libbiosig-dev - I/O library for biomedical data - development files
libbiosig2 - I/O library for biomedical data - dynamic library
octave-biosig - Octave bindings for BioSig library
python-biosig - Python bindings for BioSig library
python3-biosig - Python3 bindings for BioSig library
Closes: 734046 860081 890060
Changes:
biosig4c++ (1.9.3-1) unstable; urgency=medium
.
* Team upload.
.
[ Andreas Tille ]
* New upstream version
Closes: #860081
* debian/gbp.conf:
- debian-branch is now debian
- cleanup from old syntax specifying default settings
* debhelper 9
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* debian/blends: removed since redundant (debian/upstream/metadata)
* Drop -dbg package in favour of autogenerated one
* Add python3-biosig
* Delete outdated README.Debian
* Drop paragraph about source tarball generated from git from README.source
* Adapt lintian-overrides
* Use d-shlibs
* Several symbols from version 1.3.6 are missing thus there is an ABI change
and SOVERSION needs to be bumped
--> set SOVERSION=2
* Re-activate and update symbols file
.
[ Rafael Laboissiere ]
* d/control: Build-depends on dh-octave
* d/rules: Use dh_octave_substvar for determining octave:Depends
Closes: #890060
* Use unversioned path for installing the *.mex files
Closes: #734046
Checksums-Sha1:
618a57ebe0e0aab362d3469ee1360fc07fc4a329 2439 biosig4c++_1.9.3-1.dsc
727381c14a3f677f13baaae603ac400a9fe4f3d2 1077544 biosig4c++_1.9.3.orig.tar.gz
1cc21033e3d2e04794e0e1e1595576afe114ad06 20688 biosig4c++_1.9.3-1.debian.tar.xz
57b79732564c1a5c39521d4bc18db4ff9d5b0909 925794
biosig-tools-dbgsym_1.9.3-1_amd64.deb
1a8a3f3bbd4220bc1371578bb88bea846bf02464 281726 biosig-tools_1.9.3-1_amd64.deb
c405e3a9e669956478292852211b87d8cc2f00e6 19872
biosig4c++_1.9.3-1_amd64.buildinfo
dcbb1b751a4601128243d663f83e2e42302c2ab5 367078 libbiosig-dev_1.9.3-1_amd64.deb
88ca639167d5ca97bc7cc79f1dcf34ba1709ea6f 1003188
libbiosig2-dbgsym_1.9.3-1_amd64.deb
8bb82166097e22b00db57529037a5c971948ae58 340236 libbiosig2_1.9.3-1_amd64.deb
77f4b16e91bd81544bd593d0d3e0c967548911e0 2737768
octave-biosig-dbgsym_1.9.3-1_amd64.deb
51c258ae4a80a68c788a63b543eec5416af3274c 426484 octave-biosig_1.9.3-1_amd64.deb
26f4f91fd657404667b8755384dced02d1cc9617 19260
python-biosig-dbgsym_1.9.3-1_amd64.deb
54192ca948a19a45c49df5e506326100f32c66bf 9860 python-biosig_1.9.3-1_amd64.deb
afa903f4857c71be9c9863df4f1095e7d079e4ca 21562
python3-biosig-dbgsym_1.9.3-1_amd64.deb
286703bc1025db704bbda85c26e052b43eda5e34 9818 python3-biosig_1.9.3-1_amd64.deb
Checksums-Sha256:
7a4aaf85f06b09597e3e0acc705c0455865de50ed052535fc4a8ac80be1a2c0e 2439
biosig4c++_1.9.3-1.dsc
d5cec2c1a563a3728854cf985111734089b90f35080629bacd5e894e9d1321e5 1077544
biosig4c++_1.9.3.orig.tar.gz
b84af46a5b8fe0d5e14583181876411668cc7fad8c165675000ec1b4339d4780 20688
biosig4c++_1.9.3-1.debian.tar.xz
d819cc6d8d6133f3c958e778e5b6feccff3a8476b520251d0cea0273abd04ddb 925794
biosig-tools-dbgsym_1.9.3-1_amd64.deb
4d87fd1ac6fb6fbf53500b1f1c6900ab1ad180dec30a4c7c2e22d0aac913185c 281726
biosig-tools_1.9.3-1_amd64.deb
e23133485ee3326d1520e9df6a62caca3cec7d80112d7797163c95acdd908235 19872
biosig4c++_1.9.3-1_amd64.buildinfo
43a6136a873c465920c7e72ca13a7d32492ae247e8b6797dd523665c00daddaa 367078
libbiosig-dev_1.9.3-1_amd64.deb
0dcb1f87a5c0af7ccdecb16cb2b5ee0e7b4e165a0b8f02078906c818ed926d09 1003188
libbiosig2-dbgsym_1.9.3-1_amd64.deb
450efd255efc0e0ebfddb51760acbb302c62bd7c3363c1e924f3dd33f0a251f7 340236
libbiosig2_1.9.3-1_amd64.deb
df00232c86948295be764c86e15cfc627408ac072f88bf65a976eaccdcde575d 2737768
octave-biosig-dbgsym_1.9.3-1_amd64.deb
e3fda1beda76ce8af07453f8a036da40ad1ae20060a33f19615ca606934e3b9e 426484
octave-biosig_1.9.3-1_amd64.deb
6609acfc541d36c85480adcf07b06c8feb733686e66df46e3caba4ae824b3105 19260
python-biosig-dbgsym_1.9.3-1_amd64.deb
909182588fab99696c8f5f1512866478393ee1937385cd40ecdd3fac4c786ab4 9860
python-biosig_1.9.3-1_amd64.deb
2c65e87c4a937ad5ab9f042506a9c18493e64724ac5684395f6104d05cd6bed9 21562
python3-biosig-dbgsym_1.9.3-1_amd64.deb
4f3a656904484adeaf6acfe38339b253ec5fb59914065981ba4497e8252cbbe5 9818
python3-biosig_1.9.3-1_amd64.deb
Files:
4c54216a83ee754a7c0659472d006ca3 2439 science optional biosig4c++_1.9.3-1.dsc
02f4198afa660d9e24866db80f90b477 1077544 science optional
biosig4c++_1.9.3.orig.tar.gz
b1a5f7197b45a44cb60a8fbdc6449982 20688 science optional
biosig4c++_1.9.3-1.debian.tar.xz
ff121728fb46425368fdf7f0c7e16edc 925794 debug optional
biosig-tools-dbgsym_1.9.3-1_amd64.deb
3b317cd64354b728846a20e27b594e4f 281726 science optional
biosig-tools_1.9.3-1_amd64.deb
4a0d5750665d54331c5c47b0c01e20db 19872 science optional
biosig4c++_1.9.3-1_amd64.buildinfo
40a3ce34c3e16346fd773ebe32954683 367078 libdevel optional
libbiosig-dev_1.9.3-1_amd64.deb
c1b4ee852cbddc1e17c548eb55f6b169 1003188 debug optional
libbiosig2-dbgsym_1.9.3-1_amd64.deb
fdeb1e59c825d9317e4037d37adae11a 340236 libs optional
libbiosig2_1.9.3-1_amd64.deb
7885b4966685e12e087953700165f653 2737768 debug optional
octave-biosig-dbgsym_1.9.3-1_amd64.deb
0750d2b7637bce97c8f734393ca8572f 426484 science optional
octave-biosig_1.9.3-1_amd64.deb
0e9b17b318f247fdd982e93c97fb2593 19260 debug optional
python-biosig-dbgsym_1.9.3-1_amd64.deb
e5bc07d86cc1a571654f997a0bbc8d6c 9860 python optional
python-biosig_1.9.3-1_amd64.deb
aef09a052652c02f0d7cfdb77af846c5 21562 debug optional
python3-biosig-dbgsym_1.9.3-1_amd64.deb
7afc8c43ca428cbf0ce15ca36f1c74fa 9818 python optional
python3-biosig_1.9.3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlxBgL8RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEWAA/+Oa32Szrep+Pa8QKhZsmmk+jIyVBtyeAE
bj4obcV4hMhgvMh6noB3daIEVtk95Au3sWFW0+qooa0MQAssQvDYUH9v+8afb5CE
ftsXU0zceTc32Zz4Az2R/0oigZfUtjyh/XEKhOJ4EXXXucLBREchAHd+tO0W6qEc
A4zd3yeljfMgPJzHoWDJ8pKZYu0JYVl3I4eapzy9Eo+dPknqgV7CBzJ3msRmo/+C
/Odbkbogex5QE2Szp83CNWqfe5IpS82SwN0HeEG5/+RglehChqH55iDRF7fyRRmO
V5Kul2M9GA/+3ros/gYK5EoitFPS5xY3xu8ygO/5cvSHsdLOyBHmNEWvNMxRpkHl
0tcgMgEb4ln8ZjbmvZueZbA0GA4Ng4zkpWrkLTKIz56XuCCI82wLwJOwFuIRDE2v
9+a4sNYZ9lEyOxC0FN2QzlV3ygZx5q5JrnZEwBY06+Cq7+Sj74BJjj3DV9DvZ735
Mxg1TI8S0IMAdaMn8RWbkXTqOTWfX7lHJJZFiEi5KzDYNHhtLRLXUKZtzLBN3nHf
cpKs7t55x3XnP/8EcWe4WU4K0BqFdNy9h76mSQh+jfEQz3epJkSU5eVDOkwbdpQz
/Cv0SpuOlCK7Jnepp6astLzTvPwg85ajsiU0VCmEJQQh3agAomaMew1tQP/28az8
8Z9vyeUd7o8=
=GstQ
-----END PGP SIGNATURE-----
--- End Message ---