Your message dated Sun, 02 Feb 2020 19:00:11 +0000
with message-id <[email protected]>
and subject line Bug#835351: fixed in libm4ri 20200115-1
has caused the Debian Bug report #835351,
regarding libm4ri: parallel builds and automatic dbgsym packages
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.)


-- 
835351: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835351
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libm4ri
Version: 20140914-2
Severity: minor

I had to modify libm4ri locally for some tests. The attached patch is a
byproduct of these tests. It enables parallel builds and removes the
manual -dbg package in favor of the automatic dbgsym package.

Cheers
-- 
Sebastian Ramacher
Institute for Applied Information Processing and Communications,
Graz University of Technology
Inffeldgasse 16a, 8010 Graz, Austria
Web: http://www.iaik.tugraz.at/
diff -Nru libm4ri-20140914/debian/changelog libm4ri-20140914/debian/changelog
--- libm4ri-20140914/debian/changelog	2014-10-18 22:57:36.000000000 +0200
+++ libm4ri-20140914/debian/changelog	2016-08-24 17:09:06.000000000 +0200
@@ -1,3 +1,11 @@
+libm4ri (20140914-2.1) UNRELEASED; urgency=medium
+
+  * Use automatic dbgsym package.
+  * Enable parallel builds.
+  * Remove unnecessary ${shlibs:Depends} in libm4ri-dev.
+
+ -- Sebastian Ramacher <[email protected]>  Wed, 24 Aug 2016 16:57:48 +0200
+
 libm4ri (20140914-2) unstable; urgency=medium
 
   [ Cédric Boutillier ]
diff -Nru libm4ri-20140914/debian/control libm4ri-20140914/debian/control
--- libm4ri-20140914/debian/control	2014-10-18 22:49:42.000000000 +0200
+++ libm4ri-20140914/debian/control	2016-08-24 16:57:07.000000000 +0200
@@ -21,8 +21,7 @@
 Package: libm4ri-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
          libm4ri-0.0.20140914 (= ${binary:Version})
 Description: Method of the Four Russians Inversion library, development files
  M4RI is a library for fast arithmetic with dense matrices over F2.
@@ -48,20 +47,3 @@
  algorithm which is probably better referred to as Kronrod's method.
  .
  This package contains the m4ri shared library.
-
-Package: libm4ri-0.0.20140914-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Depends: libm4ri-0.0.20140914 (= ${binary:Version}),
-         ${misc:Depends}
-Description: debugging symbols for libm4ri-0.0.20140914
- M4RI is a library for fast arithmetic with dense matrices over F2.
- The name M4RI comes from the first implemented algorithm: The "Method
- of the Four Russians" inversion algorithm. This algorithm in turn is
- named after the "Method of the Four Russians" multiplication
- algorithm which is probably better referred to as Kronrod's method.
- .
- This package contains the debugging symbols for libm4ri-0.0.20140914.
-
diff -Nru libm4ri-20140914/debian/libm4ri-0.0.20140914-dbg.lintian-overrides libm4ri-20140914/debian/libm4ri-0.0.20140914-dbg.lintian-overrides
--- libm4ri-20140914/debian/libm4ri-0.0.20140914-dbg.lintian-overrides	2014-10-18 22:48:54.000000000 +0200
+++ libm4ri-20140914/debian/libm4ri-0.0.20140914-dbg.lintian-overrides	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-libm4ri-0.0.20140914-dbg: no-upstream-changelog
diff -Nru libm4ri-20140914/debian/rules libm4ri-20140914/debian/rules
--- libm4ri-20140914/debian/rules	2014-10-18 22:48:54.000000000 +0200
+++ libm4ri-20140914/debian/rules	2016-08-24 17:07:59.000000000 +0200
@@ -12,10 +12,7 @@
 endif
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(additional_confflags)
-
-override_dh_strip:
-	dh_strip --dbg-package=libm4ri-0.0.$(UPSTREAM_VERSION)-dbg

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: libm4ri
Source-Version: 20200115-1

We believe that the bug you reported is fixed in the latest version of
libm4ri, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Puydt <[email protected]> (supplier of updated libm4ri 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 09:36:51 +0100
Source: libm4ri
Binary: libm4ri-0.0.20200115 libm4ri-0.0.20200115-dbgsym libm4ri-dev
Architecture: source amd64
Version: 20200115-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Julien Puydt <[email protected]>
Description:
 libm4ri-0.0.20200115 - Method of the Four Russians Inversion library, shared 
library
 libm4ri-dev - Method of the Four Russians Inversion library, development files
Closes: 835351
Changes:
 libm4ri (20200115-1) unstable; urgency=medium
 .
   [ Tobias Hansen ]
   * Update website link in d/control and d/copyright.
 .
   [ Julien Puydt ]
   * Update link in d/watch.
   * New upstream release 20200115.
   * Drop manual -dbg package - thanks S.Ramacher (Closes: #835351).
   * Follow upstream soname bump.
   * Drop fix_pkgconfig_file.patch (upstream).
   * Point Vcs-* fields to salsa.
   * Add myself to uploaders.
   * Drop d/compat and use dh-compat 12.
   * Bump std-ver to 4.4.1.
   * Rewrote d/rules.
   * Update dates in d/copyright.
Checksums-Sha1:
 eb18ed00cd1cf955092576785849a9282f8347fd 2164 libm4ri_20200115-1.dsc
 7d0d680f1e983c1d5b24e49f25194e2f327690b4 510562 libm4ri_20200115.orig.tar.gz
 de53355c0a9cc1fe11df06e4734387b6855fc203 4480 libm4ri_20200115-1.debian.tar.xz
 c518a23eb9aad0c19266cbf6092bb6edf36a2e08 278776 
libm4ri-0.0.20200115-dbgsym_20200115-1_amd64.deb
 d6682cc5b0ec118c74aa65f48a7d2fe5b47d83fb 86192 
libm4ri-0.0.20200115_20200115-1_amd64.deb
 8e7cdccc08209d46710d18b2a276c12d458d0f5d 113352 
libm4ri-dev_20200115-1_amd64.deb
 0918a4c8d5f072939e6bf616312502738478a065 6259 
libm4ri_20200115-1_amd64.buildinfo
Checksums-Sha256:
 e66fc4c617a853057c73bc618d0b33018c275a7daf2524c5b1e3d648df0c837f 2164 
libm4ri_20200115-1.dsc
 a2ba0d74ec5129c6fab59cd7d8e7a9f00a69ec63b76672105faef524f9d88556 510562 
libm4ri_20200115.orig.tar.gz
 2d41871189b7a4152a8f6c64fa9707ce9de042e8e7088e9a77ff67a4c8eb8c95 4480 
libm4ri_20200115-1.debian.tar.xz
 56fffdb5ff8f8b5bb287ce2d84e55e0b8a8c35c1c78a3da02054e0852ce4a44f 278776 
libm4ri-0.0.20200115-dbgsym_20200115-1_amd64.deb
 b232286e1e4353313e7e4a590b1b23c4c3763679bbe897ce4ee15e57137edc1a 86192 
libm4ri-0.0.20200115_20200115-1_amd64.deb
 473b053d695bfb60ad5395968bda3c95dc7186dae09498ae08146c80c9c6d957 113352 
libm4ri-dev_20200115-1_amd64.deb
 cc849aa7d406d89354c5efaf832a57608d256ef6a13bcdef8dfad729b433c5de 6259 
libm4ri_20200115-1_amd64.buildinfo
Files:
 d2894c7c6d2713a701c75958d33b3344 2164 math optional libm4ri_20200115-1.dsc
 3fb6a27437bf535128d605fe47c8fae8 510562 math optional 
libm4ri_20200115.orig.tar.gz
 89dae5fe97ca5d5cd550ab8fbf8f8099 4480 math optional 
libm4ri_20200115-1.debian.tar.xz
 82b08dfddbc40d174b88f8aa149b5177 278776 debug optional 
libm4ri-0.0.20200115-dbgsym_20200115-1_amd64.deb
 deb15e328af23a83e94fecca55b6a65f 86192 libs optional 
libm4ri-0.0.20200115_20200115-1_amd64.deb
 38dba2814ded59cc6b2c4015b8832868 113352 libdevel optional 
libm4ri-dev_20200115-1_amd64.deb
 273e6ea9a39a4baeec0c95b21b15c9a3 6259 math optional 
libm4ri_20200115-1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEgS7v2KP7pKzk3xFLBMU71/4DBVEFAl4kFUwSHGpwdXlkdEBk
ZWJpYW4ub3JnAAoJEATFO9f+AwVRmOUP+wQSxCVscswwKNJ1MRTqRtY3xC7d+Z39
HF+e8ytf2YtnAi4T8FuUsCLASqyvTFC8nYIunDl5Uxvzlnl4NklIM+5E9pJttD6w
DiZnuJ0D4rZfzKHuG1MkKvC3byalouGAdRiJkf9/IKIUvorFvvmUpl631vGlTadd
UZaSULP/V8Dpk85VYJqri9BBGuVfvsPq8IRfMTzt7d0M1hy1F5vRIz2Ulpdp6BLe
f2/SL6GB0RCF7IWE2UQ/5ukeICm4oYEG1rozo5xxpUVUNaYaDkEJR5E6PtzopUAb
gwPc7Rir9LU1ODx7ChMxAWEnIFGve5LLccyR1gGlw5CIOaZzBVp6j56KlElycqYQ
7M4EJfdK9Zy1KIpFN+hVpfYVnWgNU+JEEWapkzKHNmq1r4P0ZP3/AaMNpqGGicAc
eQzx0ZYIlQOaU2ak7c22qwve/O/fS1Q7Cz29idm3izjVnpZbSRBvftXGoyI+SyQ6
YmB5UE98YsOihGBlQt11R9T28eMhJVGuBp+RJZLB7FIo+oE1zHxoycUnjMqmZ2SE
r21WSEbUSK2gGAAJem/1pRRVz8wUDSXJn7LRV5GfqurWg3kS0/fvhH4HFZM7N4Ig
BhhCuwMJYXgbBW9c5EoFVCoCin+LKPixVfSdE50/Q2k4CpCVh6GksPz7Khb4jKg/
opCYs/p9a4Ni
=zL0X
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to