[SCM] Fast arithmetic with dense matrices over F_{2^e} branch, master, updated. 3c3431bfac6afd5943e5e502c5bbdcb659720597

Cédric Boutillier boutil at debian.org
Fri Mar 29 21:57:33 UTC 2013


The following commit has been merged in the master branch:
commit a6e74d1823d177ceb2bcbcf35c7ea7b49c82c539
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Mar 28 15:07:42 2013 +0100

    create a -dbg package

diff --git a/debian/control b/debian/control
index 6f67164..eadcc80 100644
--- a/debian/control
+++ b/debian/control
@@ -42,3 +42,21 @@ Description: extended Method of the Four Russians Inversion library, shared libr
  algorithm which is probably better referred to as Kronrod's method.
  .
  This package contains the M4RIE shared library.
+
+Package: libm4rie-0.0.20130416-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Multi-Arch: same
+Depends: libm4rie-0.0.20130416 (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for libm4rie-0.0.20130416
+ M4RIE is a library for fast arithmetic with dense matrices over small finite
+ fields of even characteristic. It uses the M4RI library, implementing the same
+ operations over the finite field 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 libm4rie-0.0.20130416.
diff --git a/debian/libm4rie-0.0.20130416-dbg.lintian-overrides b/debian/libm4rie-0.0.20130416-dbg.lintian-overrides
new file mode 100644
index 0000000..6b3c438
--- /dev/null
+++ b/debian/libm4rie-0.0.20130416-dbg.lintian-overrides
@@ -0,0 +1 @@
+libm4rie-0.0.20130416-dbg: no-upstream-changelog
diff --git a/debian/rules b/debian/rules
index 2494617..720f02f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@ include /usr/share/dpkg/buildflags.mk
 
 %:
 	dh $@ --with autoreconf
+
+override_dh_strip:
+	dh_strip --dbg-package=libm4rie-0.0.20130416-dbg

-- 
Fast arithmetic with dense matrices over F_{2^e}



More information about the debian-science-commits mailing list