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

Cédric Boutillier boutil at debian.org
Thu Mar 28 21:42:18 UTC 2013


The following commit has been merged in the master branch:
commit 52a5ee7871f1d7c76729129eb5aa0aa484bf8f61
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Mar 27 22:36:27 2013 +0100

    prepare for 20130416-1

diff --git a/debian/changelog b/debian/changelog
index 2510f47..93c6f22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libm4ri (20130416-1) UNRELEASED; urgency=low
+
+  * New upstream version 
+
+ -- Cédric Boutillier <boutil at debian.org>  Wed, 27 Mar 2013 17:28:20 +0100
+
 libm4ri (20120613-2) experimental; urgency=low
 
   * Bump Standards-Version: to 3.9.4 (no changes needed)
diff --git a/debian/control b/debian/control
index ee1d693..5251116 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libm4ri-0.0.20120613 (= ${binary:Version})
+         libm4ri-0.0.20130416 (= ${binary:Version})
 Description: Method of the Four Russians Inversion library, development files
  M4RI is a library for fast arithmetic with dense matrices over F2.
  The name M4RI comes from the first implemented algorithm: The "Method
@@ -33,7 +33,7 @@ Description: Method of the Four Russians Inversion library, development files
  .
  This package contains development files for libm4ri.
 
-Package: libm4ri-0.0.20120613
+Package: libm4ri-0.0.20130416
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -49,12 +49,12 @@ Description: Method of the Four Russians Inversion library, shared library
  .
  This package contains the m4ri shared library.
 
-Package: libm4ri-0.0.20120613-dbg
+Package: libm4ri-0.0.20130416-dbg
 Architecture: any
 Multi-Arch: same
 Section: debug
 Priority: extra
-Depends: libm4ri-0.0.20120613 (= ${binary:Version}),
+Depends: libm4ri-0.0.20130416 (= ${binary:Version}),
          ${misc:Depends}
 Description: debugging symbols for libm4ri-0.0.20120613
  M4RI is a library for fast arithmetic with dense matrices over F2.
@@ -63,5 +63,5 @@ Description: debugging symbols for libm4ri-0.0.20120613
  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.
+ This package contains the debugging symbols for libm4ri-0.0.20130416.
 
diff --git a/debian/libm4ri-0.0.20120613-dbg.lintian-overrides b/debian/libm4ri-0.0.20120613-dbg.lintian-overrides
deleted file mode 100644
index 8dc1989..0000000
--- a/debian/libm4ri-0.0.20120613-dbg.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-libm4ri-0.0.20120613-dbg: no-upstream-changelog
diff --git a/debian/libm4ri-0.0.20120613.lintian-overrides b/debian/libm4ri-0.0.20120613.lintian-overrides
deleted file mode 100644
index ea28c5d..0000000
--- a/debian/libm4ri-0.0.20120613.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-libm4ri-0.0.20120613: no-upstream-changelog
diff --git a/debian/libm4ri-0.0.20130416-dbg.lintian-overrides b/debian/libm4ri-0.0.20130416-dbg.lintian-overrides
new file mode 100644
index 0000000..61f2513
--- /dev/null
+++ b/debian/libm4ri-0.0.20130416-dbg.lintian-overrides
@@ -0,0 +1 @@
+libm4ri-0.0.20130416-dbg: no-upstream-changelog
diff --git a/debian/libm4ri-0.0.20120613.install b/debian/libm4ri-0.0.20130416.install
similarity index 100%
rename from debian/libm4ri-0.0.20120613.install
rename to debian/libm4ri-0.0.20130416.install
diff --git a/debian/libm4ri-0.0.20130416.lintian-overrides b/debian/libm4ri-0.0.20130416.lintian-overrides
new file mode 100644
index 0000000..8ef4b52
--- /dev/null
+++ b/debian/libm4ri-0.0.20130416.lintian-overrides
@@ -0,0 +1 @@
+libm4ri-0.0.20130416: no-upstream-changelog
diff --git a/debian/rules b/debian/rules
index 8cacfac..2e1927d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,4 +11,4 @@ override_dh_auto_configure:
 	dh_auto_configure -- --disable-sse2 --enable-openmp
 
 override_dh_strip:
-	dh_strip --dbg-package=libm4ri-0.0.20120613-dbg
+	dh_strip --dbg-package=libm4ri-0.0.20130416-dbg

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



More information about the debian-science-commits mailing list