debian/0000755000000000000000000000000012215370077007172 5ustar debian/docs0000644000000000000000000000000712215343625010041 0ustar README debian/rules0000755000000000000000000000006012215343625010245 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf debian/changelog0000644000000000000000000000023312215343625011041 0ustar gf2x (1.1-1) UNRELEASED; urgency=low * Initial release (Closes: #720725). -- Julien Puydt Sat, 24 Aug 2013 21:04:05 +0200 debian/copyright0000644000000000000000000000275512215343625011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: GF2X Upstream-Contact: Emmanuel Thomé Source: http://gf2x.gforge.inria.fr/ Files: * Copyright: 2007-2013 R. Brent, P. Gaudry, E. Thomé, P. Zimmermann License: GPL-2+ Files: tests/check-addmul.c Copyright: 2010 P. Zimmermann License: GPL-2+ Files: src/mul5clk_c.c src/mul5k_c.c src/mul7cl.c already_tuned/x86_64_pclmul/gf2x_mul5.h already_tuned/x86_64_pclmul/gf2x_mul7.h Copyright: 2007-2013 R. Brent, N. Estibals, P. Gaudry, E. Thomé, P. Zimmermann License: GPL-2+ Files: debian/* Copyright: 2012, Julien Puydt License: GPL-2+ License: GPL-2+ This program 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 program 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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, 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-2' debian/libgf2x1.install0000644000000000000000000000002212215343625012171 0ustar /usr/lib/*/*.so.* debian/patches/0000755000000000000000000000000012215367257010627 5ustar debian/patches/test.diff0000644000000000000000000000060512215367257012441 0ustar Description: don't use TESTS_ENVIRONMENT to define a custom test runner Author: Julien Puydt --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,7 @@ check_mul_LDADD=../libgf2x.la check_addmul_LDADD=../libgf2x.la -TESTS_ENVIRONMENT=$(SHELL) 2>/dev/null +LOG_COMPILER=$(SHELL) 2>/dev/null TESTS=do-check-mul.sh EXTRA_DIST=$(TESTS) check-mul.res debian/patches/series0000644000000000000000000000001212215367257012035 0ustar test.diff debian/libgf2x1.shlibs0000644000000000000000000000002312215343625012010 0ustar libgf2x 1 libgf2x1 debian/source/0000755000000000000000000000000012215343625010471 5ustar debian/source/format0000644000000000000000000000001412215343625011677 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012212215343625010215 0ustar version=3 https://gforge.inria.fr/frs/?group_id=1874 .*/gf2x-(\d[-\d.]*)\.tar\.gz debian/compat0000644000000000000000000000000212215343625010367 0ustar 9 debian/control0000644000000000000000000000233212215367257010603 0ustar Source: gf2x Maintainer: Debian Science Maintainers Uploaders: Julien Puydt Section: math Priority: optional Standards-Version: 3.9.4 Homepage: http://gf2x.gforge.inria.fr/ Build-Depends: debhelper (>= 9), dh-autoreconf (>= 4~) Vcs-Git: git://anonscm.debian.org/debian-science/packages/gf2x.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/gf2x.git Package: libgf2x1 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: Routines for fast arithmetic in GF(2)[x] GF2X is a C/C++ software package containing routines for fast arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching for irreducible/primitive trinomials. Package: libgf2x-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libgf2x1 (= ${binary:Version}) Description: Routines for fast arithmetic in GF(2)[x] (development files) GF2X is a C/C++ software package containing routines for fast arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching for irreducible/primitive trinomials. . This package contains the development files for the library. debian/gbp.conf0000644000000000000000000000003612215343625010607 0ustar [DEFAULT] pristine-tar = True debian/libgf2x-dev.install0000644000000000000000000000003712215343625012672 0ustar /usr/include/* /usr/lib/*/*.so