[SCM] libm4ri: library of Method of the Four Russians Inversion branch, master, updated. 28289095c76277860f8fa9d156473009cae38d32

Cédric Boutillier boutil at debian.org
Sun Jan 27 07:25:29 UTC 2013


The following commit has been merged in the master branch:
commit a211877cbd729f9cc96f9a45add86c1bc8ad60fd
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sun Jan 27 07:53:40 2013 +0100

    add debug package

diff --git a/debian/control b/debian/control
index 395a69d..217069c 100644
--- a/debian/control
+++ b/debian/control
@@ -36,3 +36,20 @@ Description: Method of the Four Russians Inversion library, shared library
  algorithm which is probably better referred to as Kronrod's method.
  .
  This package contains the m4ri shared library.
+
+Package: libm4ri-0.0.20120613-dbg
+Architecture: any
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends: libm4ri-0.0.20120613 (= ${binary:Version}),
+         ${misc:Depends}
+Description: debugging symbols for libm4ri-0.0.20120613
+ 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.20120613.
+
diff --git a/debian/libm4ri-0.0.20120613-dbg.lintian-overrides b/debian/libm4ri-0.0.20120613-dbg.lintian-overrides
new file mode 100644
index 0000000..8dc1989
--- /dev/null
+++ b/debian/libm4ri-0.0.20120613-dbg.lintian-overrides
@@ -0,0 +1 @@
+libm4ri-0.0.20120613-dbg: no-upstream-changelog
diff --git a/debian/rules b/debian/rules
index a9b9ec4..8cacfac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ include /usr/share/dpkg/buildflags.mk
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-sse2 --enable-openmp
+
+override_dh_strip:
+	dh_strip --dbg-package=libm4ri-0.0.20120613-dbg

-- 
libm4ri: library of Method of the Four Russians Inversion



More information about the debian-science-commits mailing list