--- libm4ri-0.0.20080521.orig/debian/rules +++ libm4ri-0.0.20080521/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +DEB_AUTO_UPDATE_AUTOCONF = 2.50 +DEB_AUTO_UPDATE_AUTOMAKE = 1.10 +DEB_AUTO_UPDATE_ACLOCAL = 1.10 +DEB_AUTO_UPDATE_LIBTOOL = pre + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk --- libm4ri-0.0.20080521.orig/debian/changelog +++ libm4ri-0.0.20080521/debian/changelog @@ -0,0 +1,20 @@ +libm4ri (0.0.20080521-2) unstable; urgency=low + + * Fix DEB_AUTO_UPDATE_LIBTOOL usage (Closes: #507191). + + -- Tim Abbott Thu, 04 Dec 2008 21:54:32 -0500 + +libm4ri (0.0.20080521-1) unstable; urgency=low + + * New upstream release. + * Add missing upstream URL. + * Improve description. + * Updates Standards-Version to 3.8.0. + + -- Tim Abbott Thu, 26 Jun 2008 11:23:02 -0400 + +libm4ri (0.0.20071224-1) unstable; urgency=low + + * Initial release (Closes: #480085). + + -- Tim Abbott Tue, 27 May 2008 20:24:07 -0400 --- libm4ri-0.0.20080521.orig/debian/libm4ri-0.0.20080521.install +++ libm4ri-0.0.20080521/debian/libm4ri-0.0.20080521.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libm4ri-*.so usr/lib --- libm4ri-0.0.20080521.orig/debian/control.in +++ libm4ri-0.0.20080521/debian/control.in @@ -0,0 +1,33 @@ +Source: libm4ri +Section: math +Priority: optional +Maintainer: Tim Abbott +Homepage: http://m4ri.sagemath.org/ +Build-Depends: @cdbs@ +Standards-Version: 3.8.0 + +Package: libm4ri-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends}, libm4ri-0.0.20080521 +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 + 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 development files for libm4ri. + +Package: libm4ri-0.0.20080521 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Method of the Four Russians Inversion library, shared library + 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 m4ri shared library. --- libm4ri-0.0.20080521.orig/debian/libm4ri-dev.install +++ libm4ri-0.0.20080521/debian/libm4ri-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/* usr/include/m4ri +debian/tmp/usr/lib/*.*a usr/lib +debian/tmp/usr/lib/libm4ri.so usr/lib --- libm4ri-0.0.20080521.orig/debian/copyright +++ libm4ri-0.0.20080521/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Tim Abbott in 2008. + +It was downloaded from http://m4ri.sagemath.org + +Upstream Author: Gregory Bard + Martin Albrecht + +Copyright: (C) 2006-2007 Gregory Bard + (C) 2007 Martin Albrecht + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2008, Tim Abbott and is +licensed under the GPL, see above. --- libm4ri-0.0.20080521.orig/debian/compat +++ libm4ri-0.0.20080521/debian/compat @@ -0,0 +1 @@ +5 --- libm4ri-0.0.20080521.orig/debian/control +++ libm4ri-0.0.20080521/debian/control @@ -0,0 +1,33 @@ +Source: libm4ri +Section: math +Priority: optional +Maintainer: Tim Abbott +Homepage: http://m4ri.sagemath.org/ +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), libtool, automake1.10, autoconf, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27) +Standards-Version: 3.8.0 + +Package: libm4ri-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends}, libm4ri-0.0.20080521 +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 + 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 development files for libm4ri. + +Package: libm4ri-0.0.20080521 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Method of the Four Russians Inversion library, shared library + 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 m4ri shared library. --- libm4ri-0.0.20080521.orig/debian/patches/series +++ libm4ri-0.0.20080521/debian/patches/series @@ -0,0 +1 @@ +upstream-versioning-change --- libm4ri-0.0.20080521.orig/debian/patches/upstream-versioning-change +++ libm4ri-0.0.20080521/debian/patches/upstream-versioning-change @@ -0,0 +1,10 @@ +Index: libm4ri-0.0.20080521/Makefile.am +=================================================================== +--- libm4ri-0.0.20080521.orig/Makefile.am 2008-06-26 11:23:38.000000000 -0400 ++++ libm4ri-0.0.20080521/Makefile.am 2008-06-26 11:24:02.000000000 -0400 +@@ -8,4 +8,4 @@ + + include_HEADERS = src/m4ri.h src/brilliantrussian.h src/misc.h src/packedmatrix.h src/grayflex.h src/watch.h src/strassen.h src/parity.h + +-libm4ri_la_LDFLAGS = -version-info 0:0:0 ++libm4ri_la_LDFLAGS = -release 0.0.20080521