[SCM] branch, master, updated. 3bf34070616439cb201faf0cb1a918bf018ae5c3

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sun Jan 27 19:18:09 UTC 2013


The following commit has been merged in the master branch:
commit 3bf34070616439cb201faf0cb1a918bf018ae5c3
Merge: 5eb34b19d58a864bf4d6f33135b02b2499f80f81 29a50e23acdf538af808d584e760c82fcc5ca9b8
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sun Jan 27 14:17:12 2013 -0500

    Merge salvatore's packaging work

diff --combined debian/changelog
index a8206d8,96b1ce8..6eb1c86
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,12 +1,12 @@@
 -libmath-prime-util-perl (0.16-2) UNRELEASED; urgency=low
++libmath-prime-util-perl (0.17-2) UNRELEASED; urgency=low
+ 
+   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
+   * Change search.cpan.org based URIs to metacpan.org based URIs
+ 
+  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:03:36 +0100
+ 
 -libmath-prime-util-perl (0.16-1) unstable; urgency=low
 +libmath-prime-util-perl (0.17-1) unstable; urgency=low
  
 -  * Initial Release. (Closes: #696305)
 +  * Initial Release into Debian. (Closes: #696305)
  
 - -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Wed, 19 Dec 2012 00:52:06 -0500
 + -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Thu, 20 Dec 2012 20:19:05 -0500
diff --combined debian/control
index 3573f92,c7b2f19..3aedc05
--- a/debian/control
+++ b/debian/control
@@@ -1,28 -1,23 +1,28 @@@
  Source: libmath-prime-util-perl
  Section: perl
  Priority: optional
 -Maintainer: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
 +Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 +Uploaders: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
  Build-Depends: debhelper (>= 9),
   help2man,
 + libmath-bigint-perl,
   perl
  Standards-Version: 3.9.4
- Homepage: http://search.cpan.org/dist/Math-Prime-Util/
- Vcs-Git: git://git.debian.org/pkg-perl/packages/libmath-prime-util-perl
+ Homepage: https://metacpan.org/release/Math-Prime-Util/
+ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmath-prime-util-perl
  Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-prime-util-perl.git
  
  Package: libmath-prime-util-perl
  Architecture: any
 -Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 + libmath-bigint-perl
 +Recommends: libmath-prime-util-gmp-perl, libmath-bigint-gmp-perl
  Description: Utilities related to prime numbers, including fast sieves and factoring
 - A set of utilities related to prime numbers. These include multiple sieving
 - methods, is_prime, prime_count, nth_prime, approximations and bounds for the
 - prime_count and nth prime, next_prime and prev_prime, factoring utilities,
 - and more.
 + Math::Prime::Util is a set of perl utilities related to prime
 + numbers. These include multiple sieving methods, is_prime,
 + prime_count, nth_prime, approximations and bounds for the prime_count
 + and nth prime, next_prime and prev_prime, factoring utilities, and
 + more.
   .
   The default sieving and factoring are intended to be (and currently are) the
   fastest on CPAN, including Math::Prime::XS, Math::Prime::FastSieve,

-- 




More information about the Pkg-perl-cvs-commits mailing list