This is an automated email from the git hooks/post-receive script. fsfs pushed a commit to branch master in repository libmath-utils-perl.
commit fe5f039d45ef11f517a0c0d4a656d09e2b1e2213 Author: Florian Schlichting <[email protected]> Date: Thu Nov 9 22:12:37 2017 +0100 Initial packaging by maintainer --- debian/changelog | 6 +++--- debian/control | 15 ++++++++------- debian/copyright | 10 +--------- 3 files changed, 12 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8013285..f740bd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -libmath-utils-perl (1.11-1) UNRELEASED; urgency=low +libmath-utils-perl (1.11-1) unstable; urgency=low - * Initial Release. (Closes: #123456) + * Initial Release. (Closes: #881300) - -- Florian Schlichting <[email protected]> Thu, 9 Nov 2017 21:55:55 +0100 + -- Florian Schlichting <[email protected]> Thu, 09 Nov 2017 22:24:10 +0100 diff --git a/debian/control b/debian/control index 7473483..f4fede6 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,8 @@ Section: perl Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Florian Schlichting <[email protected]> -Build-Depends: debhelper (>= 9) -Build-Depends-Indep: libmodule-build-perl (>= 0.4), - perl +Build-Depends: debhelper (>= 9), libmodule-build-perl +Build-Depends-Indep: perl Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-utils-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmath-utils-perl.git @@ -15,7 +14,9 @@ Testsuite: autopkgtest-pkg-perl Package: libmath-utils-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} -Description: Useful mathematical functions not in Perl - (no description was found) - . - This description was automagically extracted from the module by dh-make-perl. +Description: collection of useful mathematical functions not in Perl + Math::Utils is a broad collection of useful mathematical functions not + available in core perl. In addition to general-purpose functions such + as log10(), log2(), floor() or fsum(), there are generators to create + comparison functions for floating point (non-integer) numbers as well + as some polynomial operations on plain lists of coefficients. diff --git a/debian/copyright b/debian/copyright index 9b9b5a8..b8069a4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,17 +2,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Math-Utils Upstream-Contact: John M. Gamble <[email protected]> Upstream-Name: Math-Utils -DISCLAIMER: This copyright info was automatically extracted - from the perl module. It may not be accurate, so you better - check the module sources in order to ensure the module for its - inclusion in Debian or for general legal information. Please, - if licensing information is incorrectly generated, file a bug - on dh-make-perl. - NOTE: Don't forget to remove this disclaimer once you are happy - with this file. Files: * -Copyright: John M. Gamble <[email protected]> +Copyright: 2017, John M. Gamble <[email protected]> License: Artistic or GPL-1+ Files: debian/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-utils-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
