debian/0000755000000000000000000000000012231171206007161 5ustar debian/watch0000644000000000000000000000017112010464375010220 0ustar version=3 http://search.cpan.org/dist/Math-TamuAnova/ .*/Math-TamuAnova-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000023412050137701010241 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- export LDFLAGS += -Wl,--no-as-needed %: dh $@ override_dh_install: dh_install --fail-missing debian/copyright0000644000000000000000000000215312010464375011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Math-TamuAnova Upstream-Contact: Vincent Danjean Source: http://search.cpan.org/dist/Math-TamuAnova/ Files: * Copyright: © 2006-2012 Vincent Danjean License: Artistic or GPL-1+ Files: debian/* Copyright: © 2006-2012 Vincent Danjean © 2012 Nathan Handler License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000012010464375010470 5ustar debian/source/format0000644000000000000000000000001412010464375011676 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012010464375010617 5ustar debian/patches/fix-checklib-fail.patch0000644000000000000000000000063512010464375015105 0ustar Description: Trigger build failure when blas is not found Origin: vendor Forwarded: not-needed Author: Alessandro Ghedini Reviewed-by: Alessandro Ghedini Last-Update: 2012-08-08 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use lib qw(inc); use Devel::CheckLib; -check_lib_or_exit( +assert_lib( lib => [qw(blas)], header => "tamu_anova/tamu_anova.h" ); debian/patches/series0000644000000000000000000000003012010464375012025 0ustar fix-checklib-fail.patch debian/compat0000644000000000000000000000000212010464375010366 0ustar 9 debian/control0000644000000000000000000000177512050137701010577 0ustar Source: libmath-tamuanova-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libblas-dev, libtamuanova-dev, libtest-deep-perl, perl Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Perl Group Uploaders: Vincent Danjean , Nathan Handler Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-tamuanova-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-tamuanova-perl.git Homepage: http://search.cpan.org/dist/Math-TamuAnova/ Package: libmath-tamuanova-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Perl extension for the tamuanova library Math::TamuAnova allows you to use the tamu-anova library from perl programs. . TAMU ANOVA is a C library that allows one to compute both single and two factor ANOVA (Analysis of Variance). debian/changelog0000644000000000000000000000421212231171206011032 0ustar libmath-tamuanova-perl (1.0.2-2ubuntu2) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:23:18 +0100 libmath-tamuanova-perl (1.0.2-2ubuntu1) raring; urgency=low * Merge from Debian unstable. (LP: #1077296) Remaining changes: - Build with -Wl,--no-as-needed because libgsl is underlinked. -- Vibhav Pant Sat, 10 Nov 2012 10:24:41 +0530 libmath-tamuanova-perl (1.0.2-2) unstable; urgency=low * Team upload * Add fix-checklib-fail.patch -- Alessandro Ghedini Wed, 08 Aug 2012 15:20:09 +0200 libmath-tamuanova-perl (1.0.2-1ubuntu1) quantal; urgency=low * Build with -Wl,--no-as-needed because libgsl is underlinked. -- Ilya Barygin Wed, 04 Jul 2012 23:39:21 +0400 libmath-tamuanova-perl (1.0.2-1) unstable; urgency=low [ Nathan Handler ] * New upstream release * debian/control: - Add myself to list of Uploaders - Bump debhelper Build-Depends to >= 9.20120312 - Remove extra space following colon (:) after Description * debian/copyright - Add missing Upstream-* headers - Add myself to debian/* copyright - Modify License text to match pkg-perl style * Remove fix-linking.patch: Applied upstream [ gregor herrmann ] * Remove ancient version from perl build dependency. -- Nathan Handler Sat, 23 Jun 2012 18:41:36 -0500 libmath-tamuanova-perl (1.0.1-1) unstable; urgency=low * namespace changed according to upstream (now on CPAN) * fix control file to upload under the perl-debian-group umbrella -- Vincent Danjean Thu, 24 May 2012 13:27:07 +0200 libtamuanova-perl (0.2.1-3) unstable; urgency=low * Rebuild for perl5.14 -- Vincent Danjean Sun, 22 Apr 2012 23:32:24 +0200 libtamuanova-perl (0.2.1-2) unstable; urgency=low * Rebuild for perl5.10 * cleanup debian/control -- Vincent Danjean Fri, 20 Jun 2008 18:55:36 +0200 libtamuanova-perl (0.2.1-1) unstable; urgency=low * Initial Release. -- Vincent Danjean Mon, 6 Mar 2006 00:29:08 +0100