[libopengl-perl] 11/11: update changelog

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit c5a5022d697ab3e3daa83ca4a366775318b9bb7b
Author: gregor herrmann 
Date:   Fri Aug 4 21:33:45 2017 -0400

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 16 ++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fb54b00..6b5168b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,9 +15,21 @@ libopengl-perl (0.7000+dfsg-1) UNRELEASED; urgency=medium
   * debian/watch: add uversionmangle. Upstream went back from 4-digit to
 2-digit minor versions.
   * Add debian/upstream/metadata.
-  * Import upstream version 0.7000.
 
- -- gregor herrmann   Fri, 04 Aug 2017 19:30:37 -0400
+  * Import upstream version 0.7000.
+Closes: #853499
+  * Refresh patch disable-glversion.
+  * Refresh patch use-systems-gl.
+  * Refresh patch dont_link_against_unused_libs.
+  * Drop patch debian/patches/reproducible_build, merged upstream.
+  * Refresh patch Delete-functions-removed-from-Mesa.patch.
+  * Set bindnow linker flag in debian/rules.
+  * Update upstream copyright information.
+  * Declare compliance with Debian Policy 4.0.0.
+  * Use HTTPS for URL in debian/upstream/metadata. Thanks to duck.
+  * Fix permissions of some documentation files.
+
+ -- gregor herrmann   Fri, 04 Aug 2017 21:32:28 -0400
 
 libopengl-perl (0.6704+dfsg-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 04/11: Drop patch debian/patches/reproducible_build, merged upstream.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit d24a3400ef78818741da6e8f68a4d5014f184098
Author: gregor herrmann 
Date:   Fri Aug 4 20:13:03 2017 -0400

Drop patch debian/patches/reproducible_build, merged upstream.
---
 debian/patches/reproducible_build | 31 ---
 debian/patches/series |  1 -
 2 files changed, 32 deletions(-)

diff --git a/debian/patches/reproducible_build 
b/debian/patches/reproducible_build
deleted file mode 100644
index a232259..000
--- a/debian/patches/reproducible_build
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: make build reproducible by applying some sorting
- cf. 
https://reproducible.debian.net/dbd/unstable/amd64/libopengl-perl_0.6703+dfsg-1.debbindiff.html
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/778961
-Author: Chris Lamb 
-Reviewed-by: gregor herrmann 
-Last-Update: 2015-05-02
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104161
-Bug: https://rt.cpan.org/Ticket/Display.html?id=104161
-
 a/Makefile.PL
-+++ b/Makefile.PL
-@@ -8,6 +8,9 @@
- # See lib/ExtUtils/MakeMaker.pm for details of how to influence
- # the contents of the Makefile that is written.
- 
-+# Ensure deterministic output
-+$Data::Dumper::Sortkeys = 1;
-+
- # Supported windowing interfaces
- our $is_valid_interface =
- {
-@@ -505,7 +508,7 @@
-   }
- 
-   # Marshall libs
--  my $libs = ' -l'.join(' -l',values(%$found_libs));
-+  my $libs = ' -l'.join(' -l',sort values(%$found_libs));
-   my @more_libs = qw
-   {
- -lX11
diff --git a/debian/patches/series b/debian/patches/series
index f7bab9e..21cccf7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,5 +3,4 @@ add-gl_exclude.h
 glext_procs-replacement
 use-systems-gl
 dont_link_against_unused_libs
-reproducible_build
 Delete-functions-removed-from-Mesa.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 01/11: Refresh patch disable-glversion.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit a5da8c57c6c8dd8e786405b78a7e49c2becf3a09
Author: gregor herrmann 
Date:   Fri Aug 4 20:09:06 2017 -0400

Refresh patch disable-glversion.
---
 debian/patches/disable-glversion | 68 ++--
 1 file changed, 45 insertions(+), 23 deletions(-)

diff --git a/debian/patches/disable-glversion b/debian/patches/disable-glversion
index 54ffda5..d0d9702 100644
--- a/debian/patches/disable-glversion
+++ b/debian/patches/disable-glversion
@@ -3,7 +3,7 @@ and I am not sure Xvfb would provide the same set of 
capabilities. Upstream also
 includes a gl_exclude.h already that works for us, so just skip the detection.
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -788,170 +788,6 @@
+@@ -798,192 +798,10 @@
  sub get_extensions
  {
my($found,$no_excl) = @_;
@@ -74,13 +74,10 @@ includes a gl_exclude.h already that works for us, so just 
skip the detection.
 -  print "glversion: $exec\n" if ($verbose);
 -  my $stat = `$exec`;
 -  print "\n$stat\n\n" if ($verbose);
--
+-  unlink "utils/freeglut.dll" or die "could not remove temporary freeglut: 
$!" if -f "utils/freeglut.dll";
 -
 -  # Parse glversion.txt file
--  if ( !defined(open(GLDATA,$glv_file)) ) {
-- print "get_extensions: could not open $glv_file: $!\n" if $verbose;
-- return '';
--  }
+-  open GLDATA, $glv_file or die "get_extensions: could not open $glv_file: 
$!\n";
 -  my $gldata = {};
 -  my @gldata = ;
 -  close(GLDATA);
@@ -91,14 +88,12 @@ includes a gl_exclude.h already that works for us, so just 
skip the detection.
 -my($key,$val) = split('=',$line);
 -$gldata->{$key} = $val;
 -  }
--  if (!scalar(keys %$gldata)) {
-- print "get_extensions: no extensions found in $glv_file\n" if $verbose;
-- return '';
--  }
+-  die "get_extensions: no extensions found in $glv_file\n" if !keys %$gldata;
 -
+-  print "This looks like OpenGL Version: $gldata->{VERSION}\n";
 -
 -  # Parse glext_procs.h file
--  return '' if (!open(GLEXT,"glext_procs.h"));
+-  open GLEXT, "glext_procs.h" or die "get_extensions: could not open 
glext_procs.h: $!\n";
 -  my @lines = ;
 -  close(GLEXT);
 -
@@ -120,19 +115,31 @@ includes a gl_exclude.h already that works for us, so 
just skip the detection.
 -  print GLEXC "// OpenGL v".$gldata->{VERSION}.", using ";
 -
 -  # Fix GLUT flags based on results
--  if ($gldata->{GLUT} > 0)
+-  if ($gldata->{FREEGLUT})
 -  {
--print 'Found FreeGLUT v'.$gldata->{GLUT}."\n";
--print GLEXC 'FreeGLUT v'.$gldata->{GLUT}."\n";
+-print 'Found FreeGLUT v'.$gldata->{FREEGLUT}."\n";
+-print GLEXC 'FreeGLUT v'.$gldata->{FREEGLUT}."\n";
 -
 -if (!$found->{FREEGLUT} && !$found->{FREEGLUT32})
 -{
 -  $found->{FREEGLUT} = $lib;
 -}
 -  }
+-  elsif ($gldata->{GLUT})
+-  {
+-print "Found GLUT - Version: $gldata->{GLUT}\n";
+-  }
 -  else
 -  {
--print "Found GLUT - unknown version\n";
+-print "Found no GLUT\n"
+-  }
+-
+-  my $GL_VERSION;
+-  my($GL_VERSION_MAJOR, $GL_VERSION_MINOR);
+-  if ($gldata->{VERSION} =~ m|^(\d\.\d+)|)
+-  {
+-$GL_VERSION = $1;
+-($GL_VERSION_MAJOR,$GL_VERSION_MINOR) = split('.', $GL_VERSION);
 -  }
 -
 -  # Make an empty exclusion file if a Windows distribution build
@@ -145,15 +152,25 @@ includes a gl_exclude.h already that works for us, so 
just skip the detection.
 -  else
 -  {
 -print GLEXC "\n";
--if ($gldata->{VERSION} =~ m|^(\d\.\d+)|)
+-if ($GL_VERSION)
 -{
--  my $ver = $1;
--  print GLEXC "#define NO_GL_VERSION_2_0\n" if ($ver < 2.0);
--  print GLEXC "#define NO_GL_VERSION_1_5\n" if ($ver < 1.5);
--  print GLEXC "#define NO_GL_VERSION_1_4\n" if ($ver < 1.4);
--  print GLEXC "#define NO_GL_VERSION_1_3\n" if ($ver < 1.3);
--  print GLEXC "#define NO_GL_VERSION_1_2\n" if ($ver < 1.2);
--  print GLEXC "#define NO_GL_VERSION_1_1\n" if ($ver < 1.1);
+-  print GLEXC "#define NO_GL_VERSION_4_5\n" if ($GL_VERSION < 4.5);
+-  print GLEXC "#define NO_GL_VERSION_4_4\n" if ($GL_VERSION < 4.4);
+-  print GLEXC "#define NO_GL_VERSION_4_3\n" if ($GL_VERSION < 4.3);
+-  print GLEXC "#define NO_GL_VERSION_4_2\n" if ($GL_VERSION < 4.2);
+-  print GLEXC "#define NO_GL_VERSION_4_1\n" if ($GL_VERSION < 4.1);
+-  print GLEXC "#define NO_GL_VERSION_4_0\n" if ($GL_VERSION < 4.0);
+-  print GLEXC "#define NO_GL_VERSION_3_3\n" if ($GL_VERSION < 3.3);
+-  print GLEXC "#define NO_GL_VERSION_3_2\n" if ($GL_VERSION < 3.2);
+-  print GLEXC "#define NO_GL_VERSION_3_1\n" if ($GL_VERSION < 3.1);
+-  print GLEXC "#define NO_GL_VERSION_3_0\n" if ($GL_VERSION < 3.0);
+-  print GLEXC "#define NO_GL_VERSION_2_1\n" if ($GL_VERSION < 2.1);
+-  print GLEXC "#define NO_GL_VERSION_2_0\n" if ($GL_VERSION < 2.0);
+-  print GLEXC "#define NO_GL_VERSION_1_5\n" if ($GL_VERSION < 1.5);
+-  print GLEXC "#define 

[libopengl-perl] 08/11: Declare compliance with Debian Policy 4.0.0.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit c2eaf19766a78dbdf081e7433980151f6ce023e5
Author: gregor herrmann 
Date:   Fri Aug 4 21:19:53 2017 -0400

Declare compliance with Debian Policy 4.0.0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3fd5d08..a3b27b8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9.20120312),
libglu1-mesa-dev | libglu-dev,
libx11-dev,
perl
-Standards-Version: 3.9.6
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libopengl-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libopengl-perl.git
 Homepage: https://metacpan.org/release/OpenGL

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 10/11: Fix permissions of some documentation files.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit 839f4fe1d793d7be6573150a9f4b44592dc5ea3b
Author: gregor herrmann 
Date:   Fri Aug 4 21:32:14 2017 -0400

Fix permissions of some documentation files.
---
 debian/rules | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 5703719..e58c059 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 PACKAGE = $(shell dh_listpackages)
 TMP = $(CURDIR)/debian/$(PACKAGE)
+ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
 TEST_FILES=$(wildcard t/*.t)
 
@@ -14,6 +15,11 @@ override_dh_auto_test:
# run t/*.t, skip test.pl
dh_auto_test -- TEST_FILES="$(TEST_FILES)" TEST_FILE=/dev/null
 
+override_dh_auto_install:
+   dh_auto_install
+   chmod -x $(TMP)/$(ARCHLIB)/*.pod \
+   $(TMP)/$(ARCHLIB)/OpenGL/*.pod
+
 override_dh_installchangelogs:
dh_installchangelogs Release_Notes
 
@@ -21,3 +27,5 @@ override_dh_installexamples:
dh_installexamples
find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \
xargs -r0 sed -i -e '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|'
+   chmod -x $(TMP)/usr/share/doc/$(PACKAGE)/examples/README \
+   $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 03/11: Refresh patch dont_link_against_unused_libs.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit 5db908335076a7c2188aa813189609887528ba3d
Author: gregor herrmann 
Date:   Fri Aug 4 20:12:17 2017 -0400

Refresh patch dont_link_against_unused_libs.
---
 debian/patches/dont_link_against_unused_libs | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/patches/dont_link_against_unused_libs 
b/debian/patches/dont_link_against_unused_libs
index 4f450e2..d46c2bb 100644
--- a/debian/patches/dont_link_against_unused_libs
+++ b/debian/patches/dont_link_against_unused_libs
@@ -7,8 +7,8 @@ Author: Florian Schlichting 
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -508,10 +508,6 @@
-   my $libs = ' -l'.join(' -l',values(%$found_libs));
+@@ -512,12 +512,7 @@
+   my $libs = ' -l'.join(' -l',sort values(%$found_libs));
my @more_libs = qw
{
 --lXext
@@ -16,5 +16,7 @@ Author: Florian Schlichting 
 --lXi
 --lICE
  -lX11
+--lstdc++
  -lm
};
+   #-lXIE

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 07/11: Update upstream copyright information.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit ec500a35243e5f5a7a9cbb7a58ae1e2a53c2abe6
Author: gregor herrmann 
Date:   Fri Aug 4 21:19:24 2017 -0400

Update upstream copyright information.
---
 debian/copyright | 28 ++--
 1 file changed, 26 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 39bf366..784dcf7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,8 +6,8 @@ Source: https://metacpan.org/release/OpenGL
 Files: *
 Copyright: 1998, 1999, Kenneth Albanowski
  2000, Ilya Zakharevich
- 2007, Bob Free
- 2009-2013, Christopher Marshall
+ 2007, 2015, Bob Free
+ 2009-2016, Christopher Marshall
 License: Artistic or GPL-1+
 
 Files: ppport.h
@@ -23,6 +23,10 @@ Copyright: 1995, Stan Melax
  2009, Christopher Marshall
 License: Artistic or GPL-1+
 
+Files: glext_consts.h glext_types.h
+Copyright: 2013-2016 The Khronos Group Inc.
+License: Expat
+
 Files: examples/*
 Copyright: 1995, Stan Melax
 License: Artistic or GPL-1+
@@ -65,3 +69,23 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the
  General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and/or associated documentation files (the
+ "Materials"), to deal in the Materials without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Materials, and to
+ permit persons to whom the Materials are furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Materials.
+ .
+ THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 09/11: Use HTTPS for URL in debian/upstream/metadata.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit ebf5a0edccc5b7e856b8b4f5975473c9a0d509ae
Author: gregor herrmann 
Date:   Fri Aug 4 21:20:15 2017 -0400

Use HTTPS for URL in debian/upstream/metadata.

Thanks: duck.
---
 debian/upstream/metadata | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 35ab23c..1a6ac20 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,6 @@
 ---
 Archive: CPAN
-Bug-Database: http://sourceforge.net/tracker/?group_id=562483=2281758
+Bug-Database: https://sourceforge.net/tracker/?group_id=562483=2281758
 Contact: Chris Marshall 
 Name: OpenGL
 Repository: git://pogl.git.sourceforge.net/gitroot/pogl/pogl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 02/11: Refresh patch use-systems-gl.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit e4d0b3dd9b74c2c532026d2a9f7050b880d14837
Author: gregor herrmann 
Date:   Fri Aug 4 20:11:08 2017 -0400

Refresh patch use-systems-gl.
---
 debian/patches/use-systems-gl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/use-systems-gl b/debian/patches/use-systems-gl
index 1090ec0..0939389 100644
--- a/debian/patches/use-systems-gl
+++ b/debian/patches/use-systems-gl
@@ -5,8 +5,8 @@ don't try to use the local version of GL headers
 @@ -13,12 +13,7 @@
  #endif
  
- /* Provide GL header files for Windows */
--#define INCLUDE_LOCAL_HEADER !defined(HAVE_W32API)
+ /* Provide GL header files for Windows and Apple */
+-#define INCLUDE_LOCAL_HEADER defined(HAVE_W32API) || defined(__APPLE__)
 -#if INCLUDE_LOCAL_HEADER
 -#include "./include/GL/gl.h"
 -#else

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 06/11: Set bindnow linker flag in debian/rules.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit ea0ef7cb0184a1151b543acf8c25011a2b1d1196
Author: gregor herrmann 
Date:   Fri Aug 4 21:11:57 2017 -0400

Set bindnow linker flag in debian/rules.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index da8dd69..5703719 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
 
 TEST_FILES=$(wildcard t/*.t)
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 05/11: Refresh patch Delete-functions-removed-from-Mesa.patch.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit 432bc8cc06c885aee64e052a910bab9877d57a4d
Author: gregor herrmann 
Date:   Fri Aug 4 21:09:52 2017 -0400

Refresh patch Delete-functions-removed-from-Mesa.patch.
---
 .../Delete-functions-removed-from-Mesa.patch   | 65 +++---
 1 file changed, 9 insertions(+), 56 deletions(-)

diff --git a/debian/patches/Delete-functions-removed-from-Mesa.patch 
b/debian/patches/Delete-functions-removed-from-Mesa.patch
index 3b5dda5..be06da1 100644
--- a/debian/patches/Delete-functions-removed-from-Mesa.patch
+++ b/debian/patches/Delete-functions-removed-from-Mesa.patch
@@ -24,75 +24,28 @@ Signed-off-by: Petr Písař 
 
 Bug: https://sourceforge.net/p/pogl/bugs/21/
 Bug-Debian: https://bugs.debian.org/795741
+
+Modified to only remove glResizeBuffersMESA, rest was applied on 0.70.
+
 ---
  pogl_gl_Vert_Multi.xs | 54 ---
  1 file changed, 54 deletions(-)
 
-diff --git a/pogl_gl_Vert_Multi.xs b/pogl_gl_Vert_Multi.xs
-index e360e5c..4e8a010 100644
 --- a/pogl_gl_Vert_Multi.xs
 +++ b/pogl_gl_Vert_Multi.xs
-@@ -359,60 +359,6 @@ glEdgeFlagPointerEXT_oga(oga)
- #endif
+@@ -839,15 +839,6 @@
+ #endif // !NO_GL_EXT_vertex_array
  
  
--#ifdef GL_MESA_window_pos
--
--#// glWindowPos2iMESA($x, $y);
--void
--glWindowPos2iMESA(x, y)
--  GLint   x
--  GLint   y
--
--#// glWindowPos2dMESA($x, $y);
--void
--glWindowPos2dMESA(x, y)
--  GLdoublex
--  GLdoubley
--
--#// glWindowPos3iMESA($x, $y, $z);
--void
--glWindowPos3iMESA(x, y, z)
--  GLint   x
--  GLint   y
--  GLint   z
--
--#// glWindowPos3dMESA($x, $y, $z);
--void
--glWindowPos3dMESA(x, y, z)
--  GLdoublex
--  GLdoubley
--  GLdoublez
--
--#// glWindowPos4iMESA($x, $y, $z, $w);
--void
--glWindowPos4iMESA(x, y, z, w)
--  GLint   x
--  GLint   y
--  GLint   z
--  GLint   w
--
--#// glWindowPos4dMESA($x, $y, $z, $w);
--void
--glWindowPos4dMESA(x, y, z, w)
--  GLdoublex
--  GLdoubley
--  GLdoublez
--  GLdoublew
--
--#endif
--
 -#ifdef GL_MESA_resize_buffers
 -
 -#// glResizeBuffersMESA();
 -void
 -glResizeBuffersMESA()
 -
--#endif
+-#endif // GL_MESA_resize_buffers
 -
- #ifdef GL_ARB_draw_buffers
+-
+ #ifdef GL_VERSION_2_0
  
- #//# glDrawBuffersARB_c($n,(CPTR)buffers);
--- 
-2.1.0
-
+ #//# glDrawBuffers_c($n,(CPTR)buffers);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[libopengl-perl] branch master updated (538d2f7 -> c5a5022)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libopengl-perl.

  from  538d2f7   update changelog
   new  a5da8c5   Refresh patch disable-glversion.
   new  e4d0b3d   Refresh patch use-systems-gl.
   new  5db9083   Refresh patch dont_link_against_unused_libs.
   new  d24a340   Drop patch debian/patches/reproducible_build, merged 
upstream.
   new  432bc8c   Refresh patch Delete-functions-removed-from-Mesa.patch.
   new  ea0ef7c   Set bindnow linker flag in debian/rules.
   new  ec500a3   Update upstream copyright information.
   new  c2eaf19   Declare compliance with Debian Policy 4.0.0.
   new  ebf5a0e   Use HTTPS for URL in debian/upstream/metadata.
   new  839f4fe   Fix permissions of some documentation files.
   new  c5a5022   update changelog

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 16 -
 debian/control |  2 +-
 debian/copyright   | 28 -
 .../Delete-functions-removed-from-Mesa.patch   | 65 +++--
 debian/patches/disable-glversion   | 68 ++
 debian/patches/dont_link_against_unused_libs   |  6 +-
 debian/patches/reproducible_build  | 31 --
 debian/patches/series  |  1 -
 debian/patches/use-systems-gl  |  4 +-
 debian/rules   | 10 
 debian/upstream/metadata   |  2 +-
 11 files changed, 112 insertions(+), 121 deletions(-)
 delete mode 100644 debian/patches/reproducible_build

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] annotated tag debian/0.14.1-3 created (now 80eb6e7)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.14.1-3
in repository libdomain-publicsuffix-perl.

at  80eb6e7   (tag)
   tagging  e6a5869042ce7182ec15672bb33cd8bab699d5c1 (commit)
  replaces  debian/0.14.1-2
 tagged by  gregor herrmann
on  Fri Aug 4 20:53:04 2017 -0400

- Log -
tagging package libdomain-publicsuffix-perl version debian/0.14.1-3
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmFFvBfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaOfA//e8mJ4iD9ddGbKlCJbiG9Jmlo2IQjrAli7nzMNPqEnYVxG7rKh4xdivXw
ZM0z1SKmtWDb5ihtjRHFp33gUIfL691EG5dWCRDtAzAfkw3TRoi6uqv9asyUV26g
jqQLfQGmztYPZswV+y55obWuryZ5VYNA8gDoYxN6+tm3cfZaJvM6QFZkpSxLYU4/
as1XZ09YuZVA9BnJnot+/W32jJ39wNpVbhNqF4YWQlpEzHOtw/TryAYCVL8YFaza
gGLfm/7tiL7fLVg3HqGrqpSuCAZMKDgDWnMHq6kXmEVpLBW8BOVlANCpvWa/somH
2ftpxy6K3Vbv4guo0ClBYZ2oGr999FxwlzO41ZNRESFQpdeOjD0gsB/LjsEiSzxe
P0wEERLb4H5XvpX7oLLKlKCeQvpCCFmSrqggAfo+CSiCjXGrl/kmgs8rXw5yM0Ht
YI3gKuUVMSf3gBNXnOhhowIwHC/Cnn9KDSmuL3UmisdwHbD5Dk9B3KNxfLT/bdpG
z41oFTW2hsdg88fBnOYS85QJ+9Nlth/sP7COG4of1WoHpZidAZat06q0K3ShG3NZ
JJY+xRcdmuCaEcOuZK4L6NATjVO6Mq9BCMyhvz96JEr4ecNTPow2XaTWMbMyMFou
9cp8LlC//h5w/sErYYb+ZgmiXj9weN+KLcZfg98XQ+dUwPPvv4w=
=2pUB
-END PGP SIGNATURE-

gregor herrmann (2):
  Fix package name in Depends.
  releasing package libdomain-publicsuffix-perl version 0.14.1-3

---

This annotated tag includes the following new commits:

   new  b47f539   Fix package name in Depends.
   new  e6a5869   releasing package libdomain-publicsuffix-perl version 
0.14.1-3

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] branch master updated (d51735a -> e6a5869)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libdomain-publicsuffix-perl.

  from  d51735a   releasing package libdomain-publicsuffix-perl version 
0.14.1-2
   new  b47f539   Fix package name in Depends.
   new  e6a5869   releasing package libdomain-publicsuffix-perl version 
0.14.1-3

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] 02/02: releasing package libdomain-publicsuffix-perl version 0.14.1-3

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdomain-publicsuffix-perl.

commit e6a5869042ce7182ec15672bb33cd8bab699d5c1
Author: gregor herrmann 
Date:   Fri Aug 4 20:53:04 2017 -0400

releasing package libdomain-publicsuffix-perl version 0.14.1-3
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6019283..6cf0131 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdomain-publicsuffix-perl (0.14.1-3) unstable; urgency=medium
+
+  * The "brown paper bag" release.
+  * Fix package name in Depends.
+
+ -- gregor herrmann   Fri, 04 Aug 2017 20:52:00 -0400
+
 libdomain-publicsuffix-perl (0.14.1-2) unstable; urgency=medium
 
   * Add patch from upstream git which fixes gcc-7 build failure.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] 01/02: Fix package name in Depends.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdomain-publicsuffix-perl.

commit b47f539c3f7d7a72346296c6925b86290ba00e23
Author: gregor herrmann 
Date:   Fri Aug 4 20:49:40 2017 -0400

Fix package name in Depends.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index cb1002d..67c70f1 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
  libclass-accessor-perl,
- libnet-idn-code-perl
+ libnet-idn-encode-perl
 Recommends: publicsuffix
 Description: module for parsing a domain to determine the public suffix
  Domain::PublicSuffix utilizes the "effective_tld_names.dat" provided by

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] 02/06: Update years of packaging copyright.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdomain-publicsuffix-perl.

commit c102ca07b031786242cf93ce652005040c328313
Author: gregor herrmann 
Date:   Fri Aug 4 18:57:03 2017 -0400

Update years of packaging copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 746f694..5889c84 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,7 +21,7 @@ License: MPL-2.0
 
 Files: debian/*
 Copyright: 2012, Daniel Kahn Gillmor 
- 2013-2014, gregor herrmann 
+ 2013-2017, gregor herrmann 
  2016, Lucas Kanashiro 
 License: Artistic or GPL-1+
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] 04/06: Add a duck override for a URL in a license text.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdomain-publicsuffix-perl.

commit 397335099f1c9393e9b62a8d64869035ff4de353
Author: gregor herrmann 
Date:   Fri Aug 4 20:37:21 2017 -0400

Add a duck override for a URL in a license text.
---
 debian/duck-overrides | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/duck-overrides b/debian/duck-overrides
new file mode 100644
index 000..f28caf6
--- /dev/null
+++ b/debian/duck-overrides
@@ -0,0 +1,2 @@
+# in license text
+http://mozilla.org/MPL/2.0/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] 05/06: Drop debian/gbp.conf.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdomain-publicsuffix-perl.

commit 124665276722b96e75580c9de1cc1a93f9430275
Author: gregor herrmann 
Date:   Fri Aug 4 20:38:35 2017 -0400

Drop debian/gbp.conf.

Changing tag names might have some merit but it confuses tools and people
alike.
---
 debian/gbp.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index 730a379..000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[DEFAULT]
-upstream-tag = libdomain-publicsuffix-perl/%(version)s
-debian-tag = libdomain-publicsuffix-perl-debian/%(version)s

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] 03/06: Declare compliance with Debian Policy 4.0.0.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdomain-publicsuffix-perl.

commit 5f7799667cab27a0bc6cbe5c8a3306701c11a1c1
Author: gregor herrmann 
Date:   Fri Aug 4 18:57:32 2017 -0400

Declare compliance with Debian Policy 4.0.0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d142708..cb1002d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  libclass-accessor-perl,
  libnet-idn-encode-perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdomain-publicsuffix-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git
 Homepage: https://metacpan.org/release/Domain-PublicSuffix

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] annotated tag debian/0.14.1-2 created (now 8cbd7d1)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.14.1-2
in repository libdomain-publicsuffix-perl.

at  8cbd7d1   (tag)
   tagging  d51735ad876a5391a56f74ce082f57df63148626 (commit)
  replaces  debian/0.14.1-1
 tagged by  gregor herrmann
on  Fri Aug 4 20:45:55 2017 -0400

- Log -
tagging package libdomain-publicsuffix-perl version debian/0.14.1-2
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmFFUNfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbbVA/+JiWc0irgFbg7oy9mmXjoIxuSdiCF4/ndetJbLHD1V3C1tb1lcFz9Yudy
JQ1/3jKANj6MEpZILHz8p2iYgtTES75KpD+ZTkUIb1W9sa1sv0AhhGpugwnCfvU6
PdW6qV8Ua/818X+cR5vaeiQG/j8cldP9QA/gFGlAv4eO9UIMp6A+O6iDJIBNMZsc
VkS7pdA9Oze0aCpK9z3UkKY3LvAPchqmUKkjVJu9jC4GNO6umRoYiyGsW6o82kQO
1kztvEbueYtV4jplivj7aw02IlZaXKpDdR2sRfh/JMNKL5PaHk1bhwk6CSico1Oz
V/OETzPROf2hnFkiKnTY31CVCMAfSnNzRYWM/mWOhabg7UBMzpBQwAPvtd5W0oLd
RHjaKw/FXjoORbpuLKn2bX6nUW1QGlnFMXd5suX3Muk1+IbPRfvY4pCAwTU+1c/L
WtPor2UsWh+F+CtR6jRvLhbNQPdOri4jdiFRjtCYVVzsAfYemQIdnYxqxR6mrSIg
Eeg6e0KunrfK146jDS00qJktmx76GIn9wLj9VTSKtiRZzkb4xc5vcTyjZkLq72Ex
ZI011KdS/EGf7rSE8eAvxvQEtJ4JkQRPyfH4a//rPSu1Anrk3+eid1eIinv2h91g
l1BR/FLLvvJ7afUpxcH51gQJ3lQXKWOT90yM4dp7rnBmxxOIUGU=
=PJDh
-END PGP SIGNATURE-

gregor herrmann (6):
  Add patch from upstream git which fixes gcc-7 build failure.
  Update years of packaging copyright.
  Declare compliance with Debian Policy 4.0.0.
  Add a duck override for a URL in a license text.
  Drop debian/gbp.conf.
  releasing package libdomain-publicsuffix-perl version 0.14.1-2

---

This annotated tag includes the following new commits:

   new  143f335   Add patch from upstream git which fixes gcc-7 build 
failure.
   new  c102ca0   Update years of packaging copyright.
   new  5f77996   Declare compliance with Debian Policy 4.0.0.
   new  3973350   Add a duck override for a URL in a license text.
   new  1246652   Drop debian/gbp.conf.
   new  d51735a   releasing package libdomain-publicsuffix-perl version 
0.14.1-2

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] 06/06: releasing package libdomain-publicsuffix-perl version 0.14.1-2

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdomain-publicsuffix-perl.

commit d51735ad876a5391a56f74ce082f57df63148626
Author: gregor herrmann 
Date:   Fri Aug 4 20:45:55 2017 -0400

releasing package libdomain-publicsuffix-perl version 0.14.1-2
---
 debian/changelog | 17 -
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e0bd210..6019283 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+libdomain-publicsuffix-perl (0.14.1-2) unstable; urgency=medium
+
+  * Add patch from upstream git which fixes gcc-7 build failure.
+Thanks to Gianfranco Costamagna for forwarding the patch.
+(Closes: #853490)
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 4.0.0.
+  * Add a duck override for a URL in a license text.
+  * Drop debian/gbp.conf.
+Changing tag names might have some merit but it confuses tools and people
+alike.
+  * Fix typo in previous changelog stanza.
+
+ -- gregor herrmann   Fri, 04 Aug 2017 20:39:32 -0400
+
 libdomain-publicsuffix-perl (0.14.1-1) unstable; urgency=medium
 
   * Team upoload.
@@ -15,7 +30,7 @@ libdomain-publicsuffix-perl (0.14.1-1) unstable; 
urgency=medium
   * Update Debian packaging copyright
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.8
-  * debian/control: update dependecies
+  * debian/control: update dependencies
 
   [ gregor herrmann ]
   * Remove Daniel Kahn Gillmor from Uploaders. Thanks for your work!

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] branch master updated (5618bfd -> d51735a)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libdomain-publicsuffix-perl.

  from  5618bfd   releasing libdomain-publicsuffix-perl version 0.14.1-1
   new  143f335   Add patch from upstream git which fixes gcc-7 build 
failure.
   new  c102ca0   Update years of packaging copyright.
   new  5f77996   Declare compliance with Debian Policy 4.0.0.
   new  3973350   Add a duck override for a URL in a license text.
   new  1246652   Drop debian/gbp.conf.
   new  d51735a   releasing package libdomain-publicsuffix-perl version 
0.14.1-2

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 17 -
 debian/control |  2 +-
 debian/copyright   |  2 +-
 debian/duck-overrides  |  2 ++
 debian/gbp.conf|  3 ---
 debian/patches/gcc-7.patch | 24 
 debian/patches/series  |  1 +
 7 files changed, 45 insertions(+), 6 deletions(-)
 create mode 100644 debian/duck-overrides
 delete mode 100644 debian/gbp.conf
 create mode 100644 debian/patches/gcc-7.patch
 create mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] 01/06: Add patch from upstream git which fixes gcc-7 build failure.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdomain-publicsuffix-perl.

commit 143f3358125780d01e56171aec0cfef97129cac8
Author: gregor herrmann 
Date:   Fri Aug 4 18:55:33 2017 -0400

Add patch from upstream git which fixes gcc-7 build failure.

Thanks: Gianfranco Costamagna for forwarding the patch.
Closes: #853490
---
 debian/patches/gcc-7.patch | 24 
 debian/patches/series  |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/gcc-7.patch b/debian/patches/gcc-7.patch
new file mode 100644
index 000..93563e1
--- /dev/null
+++ b/debian/patches/gcc-7.patch
@@ -0,0 +1,24 @@
+From 65fb42981662f8d960766222c1be9ce4a20e0c6a Mon Sep 17 00:00:00 2001
+From: Gavin Carr 
+Date: Wed, 31 May 2017 14:57:59 +1000
+Subject: [PATCH] Use explicit utf-8 encoding on searched path open.
+
+Bug-Debian: https://bugs.debian.org/853490
+
+---
+ lib/Domain/PublicSuffix.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/Domain/PublicSuffix.pm b/lib/Domain/PublicSuffix.pm
+index 0ab452f..cfa01ae 100755
+--- a/lib/Domain/PublicSuffix.pm
 b/lib/Domain/PublicSuffix.pm
+@@ -251,7 +251,7 @@ sub _parse_data_file {
+   foreach my $path (@paths) {
+   $path = File::Spec->catfile( $path, 
"effective_tld_names.dat" );
+   if ( -e $path ) {
+-  open( $dat, '<', $path )
++  open( $dat, '<:encoding(UTF-8)', $path )
+   or die "Cannot open \'" . $path . "\': 
" . $!;
+   @tld_lines = <$dat>;
+   close($dat);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..bdfcd89
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+gcc-7.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] annotated tag debian/0.14.1-1 created (now 7d051e5)

2017-08-04 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to annotated tag debian/0.14.1-1
in repository libdomain-publicsuffix-perl.

at  7d051e5   (tag)
   tagging  5618bfd9f9497695ada8107018b4c4decfe5257a (commit)
  replaces  debian/0.10-1
 tagged by  Lucas Kanashiro
on  Fri Aug 4 21:26:32 2017 -0300

- Log -
release debian/0.14.1-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAlmFELgACgkQ+COicpiD
yXyqjQ//TSMq5tQu3brqStLeWvx49khIwl1AWVQWZCihXKcCNsjcA56prrChAxmQ
gFr8WRBA9cOAWf3VPlGnScMoLg4oZkSqyZWukqGJdfLzqVE3TA+AlXtXmjkAQNd3
ahwMJn/dM1WLwwJh0LblIRHRfZi6hHlj/L7AspSapb66Kg11ZoTIP594aCBUB0Mm
q5zl59ERvoylAVsgpHH/+SdUU7YonXUQNwT1xFt+8r0emOeTqMup9rsD5KHp425E
vrwAXfbfrtAa4jjtpcvBT7jVNkY4gTV3Z7GAhu/RJirFG1J7lvkCCocX9Bi04Ril
ZE4gAZNeCXdA5SqV7aP3E81B+xpnKx31HtZcsp9IYF1VoID6wPhr3m4ShMREQL5p
fh+46DqluJyXzpigLVSn+5aSp7CvaWGS68H4LJrZGCI8kKBVEN5i0jx7zoUOtsbt
39YGU+zeVljpnM1U3LuUqlM1ZGhnuawbnljoPtVIWh/eWqfKKU21B1sK1bhW9PK1
98tES3a6XNic8yb+2tCVNkUoNt7t9vlUeNMcnAaehRQ3KC33I+pAIosYGNJumbBe
AcbpTRxW8W4zSy31Y4eqHUW5kqJW+kv4pGd9JrRxqt+08BrKVHX+cBxboltwZP1m
g0UP17pjFS9CuHj+0YCUcEoy0TgPFq1jdbTX6kTNv1pmuqCIrZ4=
=aQIS
-END PGP SIGNATURE-

Lucas Kanashiro (13):
  Add debian/upstream/metadata
  Update debian/changelog
  Imported Upstream version 0.14.1
  Merge tag 'libdomain-publicsuffix-perl/0.14.1'
  Update debian/changelog
  update d/u/metadata
  Update years of upstream copyright
  Update Debian packaging copyright
  Bump debhelper compatibility level to 9
  Declare compliance with Debian policy 3.9.8
  debian/control: update dependecies
  WAITS-FOR: libnet-idn-code-perl
  releasing libdomain-publicsuffix-perl version 0.14.1-1

Salvatore Bonaccorso (2):
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (4):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Remove Daniel Kahn Gillmor from Uploaders. Thanks for your work!
  update changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] 01/01: releasing libdomain-publicsuffix-perl version 0.14.1-1

2017-08-04 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libdomain-publicsuffix-perl.

commit 5618bfd9f9497695ada8107018b4c4decfe5257a
Author: Lucas Kanashiro 
Date:   Fri Aug 4 21:26:08 2017 -0300

releasing libdomain-publicsuffix-perl version 0.14.1-1
---
 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 70fd510..e0bd210 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-libdomain-publicsuffix-perl (0.14.1-1) UNRELEASED; urgency=medium
+libdomain-publicsuffix-perl (0.14.1-1) unstable; urgency=medium
 
-  WAITS-FOR: libnet-idn-code-perl
+  * Team upoload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -20,7 +20,7 @@ libdomain-publicsuffix-perl (0.14.1-1) UNRELEASED; 
urgency=medium
   [ gregor herrmann ]
   * Remove Daniel Kahn Gillmor from Uploaders. Thanks for your work!
 
- -- Lucas Kanashiro   Mon, 08 Aug 2016 19:24:48 -0300
+ -- Lucas Kanashiro   Fri, 04 Aug 2017 21:25:19 -0300
 
 libdomain-publicsuffix-perl (0.10-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdomain-publicsuffix-perl] branch master updated (f8c160d -> 5618bfd)

2017-08-04 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro pushed a change to branch master
in repository libdomain-publicsuffix-perl.

  from  f8c160d   update changelog
   new  5618bfd   releasing libdomain-publicsuffix-perl version 0.14.1-1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdomain-publicsuffix-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdate-hijri-perl] 02/03: Minimize debian/rules

2017-08-04 Thread Ahmed El-Mahmoudy
This is an automated email from the git hooks/post-receive script.

aelmahmoudy-guest pushed a commit to branch master
in repository libdate-hijri-perl.

commit 741555312e52d7f3d98639b97cd27a1608e7f3ba
Author: أحمد المحمودي (Ahmed El-Mahmoudy) 
Date:   Fri Aug 4 23:59:33 2017 +

Minimize debian/rules
---
 debian/rules | 20 +---
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0d045f4..abde6ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,5 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-   dh build
-   touch $@
-
-clean:
-   dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-   dh install
-   touch $@
-
-binary-arch:
-
-binary-indep: install
+%:
dh $@
 
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdate-hijri-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[libdate-hijri-perl] 01/03: Update my email address

2017-08-04 Thread Ahmed El-Mahmoudy
This is an automated email from the git hooks/post-receive script.

aelmahmoudy-guest pushed a commit to branch master
in repository libdate-hijri-perl.

commit 8e5c7ec3362a2674385ff3d7f8b9b1763ce105e8
Author: أحمد المحمودي (Ahmed El-Mahmoudy) 
Date:   Fri Aug 4 23:50:43 2017 +

Update my email address
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f89c376..e15 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libdate-hijri-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
-Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) 
+Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) 

 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Standards-Version: 3.8.2

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdate-hijri-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[libdate-hijri-perl] 03/03: Bump compat level to 10

2017-08-04 Thread Ahmed El-Mahmoudy
This is an automated email from the git hooks/post-receive script.

aelmahmoudy-guest pushed a commit to branch master
in repository libdate-hijri-perl.

commit 808844283cfcbd35d9d655ad687ba89524b17b78
Author: أحمد المحمودي (Ahmed El-Mahmoudy) 
Date:   Sat Aug 5 00:02:37 2017 +

Bump compat level to 10
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index e15..25bed52 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) 

-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: perl
 Standards-Version: 3.8.2
 Homepage: https://metacpan.org/release/Date_Hijri

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdate-hijri-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[libdate-hijri-perl] branch master updated (7c81b82 -> 8088442)

2017-08-04 Thread Ahmed El-Mahmoudy
This is an automated email from the git hooks/post-receive script.

aelmahmoudy-guest pushed a change to branch master
in repository libdate-hijri-perl.

  from  7c81b82   update changelog
   new  8e5c7ec   Update my email address
   new  7415553   Minimize debian/rules
   new  8088442   Bump compat level to 10

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/compat  |  2 +-
 debian/control |  4 ++--
 debian/rules   | 20 +---
 3 files changed, 4 insertions(+), 22 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdate-hijri-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] annotated tag upstream/0.7000+dfsg created (now 3b81c6d)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.7000+dfsg
in repository libopengl-perl.

at  3b81c6d   (tag)
   tagging  ffa1abc0fb45760b9b24b9951002976f6426d62c (commit)
  replaces  upstream/0.6704+dfsg
 tagged by  gregor herrmann
on  Fri Aug 4 19:29:18 2017 -0400

- Log -
Upstream version 0.7000+dfsg

Bob Free (24):
  Enhanced test.pl for OpenGL::Shader and VBOs
  fixed some formatting/documentation issues
  fix OpenGL::Array RPN calculation issues on osx
  fix OSX warnings about data types (glGetBufferParameteriv expects GLint)
  added missing glutStrokeLength implementation
  fixed missing OUTPUT for several pogl_glut methods
  updated GL Version definitions in Makefile.PL
  fix various linking / lib searching issues for linux / osx
  add a number of GL 1.3 constants
  Added support for OpenGL::Matrix
  fix the names of two left-over _oga functions to _p
  adjust some type names to match gl macros
  improve the safety of some pointer handling
  allow all glBindBuffer uses by GL2.0 instead of ARB_vertex_buffer_object
  allow all *PointerEXT_c/s/p funcs to use GL1.1 instead of EXT_vertex_array
  allow all *Pointer_p funcs to use GL1.1 instead of EXT_vertex_array
  add mainline versions of GL_ARB_multitexture funcs ( GL1.2.1/1.3 )
  add mainline versions of GL_ARB_vertex_buffer_object funcs ( GL1.4 )
  add mainline versions of GL_EXT_framebuffer_object funcs ( GL3.0 )
  Unified VBO extension with mainline GL functions
  switch order of GL_VERSION_2_0 and GL_ARB_draw_buffers glDrawBuffers
  move unified functions to VertMulti
  improve (free)glut version identification
  restored support for GLX, improve freeglut on apple

Chris Marshall (230):
  Initial commit of PGOPOGL module to git
  Put basic .gitignore for module development
  Factor out common XS includes and ppport.h
  Add more stuff to .gitignore
  Add indentation so folds work for big sections
  Safety snapshot of partial xs file split
  Add OpenGL.xs-orig to .gitignore
  More XS split and move PackCallbackST to pgopogl.h
  Another step to XS splitting and cleanup
  OpenGL.xs has partitions...next to split to files.
  Make FreeGLUT over GLX the default for cygwin make
  Added _have_freeglut parameter and checks
  First attempt to split out XS files
  Introduce new files to split XS across
  Update VERSION to 0.05 in prep for test release
  Added a list of FreeGLUT only funs for reference
  Preliminary split of OpenGL.xs completed
  Added Config.pm to list of files to clean.
  Added pogl_xxx.c intermediate filenames
  Added t/ directory with use_ok() and require_ok()
  Renamed pogl_main.xs to pogl_gl.xs
  Update version to 0.01_05git
  Updated TODO with all outstanding port notes
  Updated TODO to add GLUI bindings to the list
  Added EL-ELI.c source for easy reference to binding
  Split out GLU from pogl_gl.xs to pogl_glu.xs
  Updated idea for split of XS
  Add a ref list of all bindings in pogl_gl.xs
  Change perms on pogl_gl_funcs.txt list file.
  Add exit 0 to Makefile.PL if no *GLUT found
  Revert to glutInitDisplayMode() in test.pl
  Renamed tests to t/##_.t convention
  Minor word-smithing re version number and pod docs
  Added some more entries to .gitignore
  Add another junk file name to .gitignore
  Remove ifdef IN_POGL_GL_XS sections in pogl_gl.xs
  Add ifdef IN_POGL_CONST_XS to isolate neoconstant
  Split top/bot from pogl_gl.xs into pogl_gl_top.xs
  Completed 8-part split of pogl_gl.xs
  Final XS split; removed original pogl_gl.xs
  Added pogl branch containing backport to OpenGL
  Rm'd test.lib which does not seem to do anything
  Clean up bad dirs in $LIBS and $INCS
  Set VERSION to 0.57_02 for development
  Removed "fix" for old ExtUtils::Liblist breakage
  Add WGL interface type and make verbose variable
  Clean out more of GLX residue from Makefile.PL
  GLX cleanup and remove OSMesa from list of libs
  Fix glversion prob with GLUT_LIB= or GLUT_DEF=
  Remove OpenGLUT funs and update FreeGLUT info
  Update readme files and add GIT_CHANGES
  Remove GIT_CHANGES from MANIFEST.SKIP
  Fixed minor problems with eg programs
  Update examples/README to say most work
  Fix MANIFEST.SKIP nits
  Fix .gitignore nit.
  Fix .gitignore nit.
  Updated TODO list and reformatted
  Added 1.03 requirement for OpenGL::Image
  Renamed some Pointer_p functions to _oga
  Update VERSION to 0.58 and some docs for release
  Update CHANGE and Copyright info for 2009
  Revert partial _p to _oga conversion for 0.58
  Final readme type file updates for 0.58 

[libopengl-perl] 01/01: pristine-tar data for libopengl-perl_0.7000+dfsg.orig.tar.gz

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libopengl-perl.

commit 499a5a04d75de4eb86da0bda6dcd04d1c03c2a3f
Author: gregor herrmann 
Date:   Fri Aug 4 19:29:18 2017 -0400

pristine-tar data for libopengl-perl_0.7000+dfsg.orig.tar.gz
---
 libopengl-perl_0.7000+dfsg.orig.tar.gz.delta | Bin 0 -> 3942 bytes
 libopengl-perl_0.7000+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libopengl-perl_0.7000+dfsg.orig.tar.gz.delta 
b/libopengl-perl_0.7000+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..aa9b8ed
Binary files /dev/null and b/libopengl-perl_0.7000+dfsg.orig.tar.gz.delta differ
diff --git a/libopengl-perl_0.7000+dfsg.orig.tar.gz.id 
b/libopengl-perl_0.7000+dfsg.orig.tar.gz.id
new file mode 100644
index 000..5014917
--- /dev/null
+++ b/libopengl-perl_0.7000+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+e262cc901d4f68a8b43d9773e232263ae4a20f06

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 04/04: update changelog

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit 538d2f766d1aede6b9a6bb8e089edf89bf6ef433
Author: gregor herrmann 
Date:   Fri Aug 4 19:30:54 2017 -0400

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3af51df..fb54b00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libopengl-perl (0.6704+dfsg-3) UNRELEASED; urgency=medium
+libopengl-perl (0.7000+dfsg-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -15,8 +15,9 @@ libopengl-perl (0.6704+dfsg-3) UNRELEASED; urgency=medium
   * debian/watch: add uversionmangle. Upstream went back from 4-digit to
 2-digit minor versions.
   * Add debian/upstream/metadata.
+  * Import upstream version 0.7000.
 
- -- gregor herrmann   Fri, 04 Aug 2017 19:25:11 -0400
+ -- gregor herrmann   Fri, 04 Aug 2017 19:30:37 -0400
 
 libopengl-perl (0.6704+dfsg-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 01/04: Add debian/upstream/metadata.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit ada8481f790880e06aa020e341feb9b625f932ed
Author: gregor herrmann 
Date:   Fri Aug 4 19:25:03 2017 -0400

Add debian/upstream/metadata.
---
 debian/upstream/metadata | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..35ab23c
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Bug-Database: http://sourceforge.net/tracker/?group_id=562483=2281758
+Contact: Chris Marshall 
+Name: OpenGL
+Repository: git://pogl.git.sourceforge.net/gitroot/pogl/pogl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] branch pristine-tar updated (6e1fbb0 -> 499a5a0)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libopengl-perl.

  from  6e1fbb0   pristine-tar data for 
libopengl-perl_0.6704+dfsg.orig.tar.gz
   new  499a5a0   pristine-tar data for 
libopengl-perl_0.7000+dfsg.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libopengl-perl_0.7000+dfsg.orig.tar.gz.delta | Bin 0 -> 3942 bytes
 libopengl-perl_0.7000+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libopengl-perl_0.7000+dfsg.orig.tar.gz.delta
 create mode 100644 libopengl-perl_0.7000+dfsg.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 03/04: Updated version 0.7000+dfsg from 'upstream/0.7000+dfsg'

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit 6680646101b26d962b03eefe510f199e27139044
Merge: 0f28068 ffa1abc
Author: gregor herrmann 
Date:   Fri Aug 4 19:29:18 2017 -0400

Updated version 0.7000+dfsg from 'upstream/0.7000+dfsg'

with Debian dir c333e76ef31545cfe989f373f436ce2d3a132b72

 Array.pod|0
 CHANGES  |0
 COPYRIGHT|0
 INSTALL  |   14 +-
 KNOWN_PROBLEMS   |0
 MANIFEST |3 +
 MANIFEST.SKIP|0
 META.json|4 +-
 META.yml |4 +-
 Makefile.PL  |  217 +-
 OpenGL.pm|  149 +-
 OpenGL.pod   |2 +-
 OpenGL.xs|1 +
 README   |2 +
 Release_Notes|   82 +
 SUPPORTS |0
 TODO |0
 Tessellation.pod |0
 examples/README  |0
 examples/clip.pl |0
 examples/cube.pl |0
 examples/depth.pl|0
 examples/double.pl   |0
 examples/fun.pl  |0
 examples/glu_test.pl |0
 examples/light.pl|0
 examples/plane.pl|0
 examples/planets.pl  |0
 examples/quest.pl|0
 examples/simple.pl   |0
 examples/smooth.pl   |0
 examples/spaceship.nff   |0
 examples/stan.ppm|0
 examples/tessellation.pl |0
 examples/texhack.pl  |0
 examples/texture.pl  |0
 examples/tk_demo.pl  |0
 examples/tk_steal.pl |0
 examples/try.pl  |0
 examples/with-glut.txt   |0
 examples/with-glx.txt|0
 examples/wolf.bin|  Bin
 fragment.arb |0
 fragment.cg  |0
 fragment.glsl|0
 genvars.pl   |0
 gl_const.h   | 2468 +--
 gl_util.c|   36 +-
 gl_util.h|   71 +-
 glext_consts.h   | 6008 ++
 glext_types.h|  682 ++
 glu_const.h  |0
 glu_util.h   |0
 glut_const.h |1 +
 glut_util.h  |2 +
 glx_const.h  |0
 glx_util.h   |0
 isosurf.bin  |  Bin
 isosurf.pl   |0
 menutest.pl  |0
 oga.pl   |0
 os2pm_X.h|0
 pgopogl.h|0
 pgopogl.xs   |0
 pogl_const.xs|0
 pogl_gl_Accu_GetM.xs |   88 -
 pogl_gl_GetP_Pass.xs |   87 -
 pogl_gl_Mult_Prog.xs |  455 +---
 pogl_gl_Pixe_Ver2.xs |   96 -
 pogl_gl_Prog_Clam.xs |2 +-
 pogl_gl_Tex2_Draw.xs |   22 +-
 pogl_gl_Ver3_Tex1.xs |0
 pogl_gl_Vert_Multi.xs| 3899 --
 pogl_gl_top.xs   |2 +-
 pogl_glu.xs  |0
 pogl_glut.xs |   40 +-
 pogl_matrix.xs   |  946 
 pogl_rpn.xs  |   74 +-
 ppport.h |0
 t/00_require.t   |0
 t/01_use.t   |0
 t/10_opengl_array.t  |0
 test.jpg |  Bin
 test.pl  |  102 +-
 test.tga |  Bin
 typemap  |   10 +-
 utils/Makefile   |0
 utils/Makefile.cygwin|0
 utils/Makefile.macosx|2 +-
 utils/cleanup.pl |0
 utils/const.pl   |0
 utils/exports.pl |1 +
 utils/exports.txt|0
 utils/glext_procs.pl |  100 +-
 utils/glversion.c|   12 +-
 utils/hdr_diff.pl|0
 utils/makefile.mak   |0
 utils/makefile.mingw |0
 utils/mingw.bat  |0
 utils/opengl32.txt   |0
 utils/strawberry.bat |0
 utils/wgl_ext.txt|0
 vertex.arb   |0
 vertex.cg|0
 vertex.glsl  |0
 105 files changed, 11427 insertions(+), 4257 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 02/04: update changelog

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit 0f280681f0987092099ff2c6fae4796a7480fdb0
Author: gregor herrmann 
Date:   Fri Aug 4 19:25:14 2017 -0400

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a4e5b22..3af51df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ libopengl-perl (0.6704+dfsg-3) UNRELEASED; urgency=medium
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
   * debian/watch: add uversionmangle. Upstream went back from 4-digit to
 2-digit minor versions.
+  * Add debian/upstream/metadata.
 
- -- gregor herrmann   Fri, 04 Aug 2017 19:21:19 -0400
+ -- gregor herrmann   Fri, 04 Aug 2017 19:25:11 -0400
 
 libopengl-perl (0.6704+dfsg-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] branch master updated (933e504 -> 538d2f7)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libopengl-perl.

  from  933e504   update changelog
   new  ada8481   Add debian/upstream/metadata.
   new  0f28068   update changelog
  adds  44132c2   Initial commit of PGOPOGL module to git
  adds  a88993e   Put basic .gitignore for module development
  adds  c30ef51   Factor out common XS includes and ppport.h
  adds  a0329e8   Add more stuff to .gitignore
  adds  9561647   Add indentation so folds work for big sections
  adds  545bc30   Safety snapshot of partial xs file split
  adds  cc6c9bf   Add OpenGL.xs-orig to .gitignore
  adds  d7ca39a   More XS split and move PackCallbackST to pgopogl.h
  adds  c69cd29   Another step to XS splitting and cleanup
  adds  80dc1ce   OpenGL.xs has partitions...next to split to files.
  adds  6294fc1   Make FreeGLUT over GLX the default for cygwin make
  adds  900f345   Added _have_freeglut parameter and checks
  adds  455ca65   First attempt to split out XS files
  adds  d4ccbad   Introduce new files to split XS across
  adds  ccd0c90   Update VERSION to 0.05 in prep for test release
  adds  b570c7a   Added a list of FreeGLUT only funs for reference
  adds  32596be   Preliminary split of OpenGL.xs completed
  adds  2d4881e   Added Config.pm to list of files to clean.
  adds  9ed9b29   Added pogl_xxx.c intermediate filenames
  adds  8602b43   Added t/ directory with use_ok() and require_ok()
  adds  7d0ddeb   Renamed pogl_main.xs to pogl_gl.xs
  adds  1174055   Update version to 0.01_05git
  adds  53c595b   Updated TODO with all outstanding port notes
  adds  3478bad   Updated TODO to add GLUI bindings to the list
  adds  908ced3   Added EL-ELI.c source for easy reference to binding
  adds  2aa9a5a   Split out GLU from pogl_gl.xs to pogl_glu.xs
  adds  2a909fe   Updated idea for split of XS
  adds  efedafa   Add a ref list of all bindings in pogl_gl.xs
  adds  aa1cde3   Change perms on pogl_gl_funcs.txt list file.
  adds  4710fd0   Split out OpenGL constants into pogl_const.xs
  adds  dc1f6aa   Taking MANIFEST out of git version control
  adds  f0c4762   Make glut/freeglut the interface choices for cygwin
  adds  36923e4   Fixed skip of Makefile.PL in MANIFEST.SKIP
  adds  03e8caf   Added glutInitDisplayString() to pogl_glut.xs
  adds  7e078e1   Update version to 0.01_06git for more development
  adds  08400e2   Add exit 0 to Makefile.PL if no *GLUT found
  adds  b786d03   Revert to glutInitDisplayMode() in test.pl
  adds  fd57f8a   Renamed tests to t/##_.t convention
  adds  250c95e   Minor word-smithing re version number and pod docs
  adds  a14e0fd   Added some more entries to .gitignore
  adds  a29be51   Update version to 0.01_06 for release to CPAN
  adds  b905c77   Updated MANIFEST.SKIP
  adds  241f519   Set version to 0.01_07git for development
  adds  6a73e6b   Add another junk file name to .gitignore
  adds  bfbebde   Remove ifdef IN_POGL_GL_XS sections in pogl_gl.xs
  adds  21bd5bd   Add ifdef IN_POGL_CONST_XS to isolate neoconstant
  adds  82eceb1   Split top/bot from pogl_gl.xs into pogl_gl_top.xs
  adds  297f714   Completed 8-part split of pogl_gl.xs
  adds  6975a99   Final XS split; removed original pogl_gl.xs
  adds  b9821f9   Added pogl branch containing backport to OpenGL
  adds  304845e   Rm'd test.lib which does not seem to do anything
  adds  2dea63a   Clean up bad dirs in $LIBS and $INCS
  adds  6072fc1   Set VERSION to 0.57_02 for development
  adds  f148ff8   Removed "fix" for old ExtUtils::Liblist breakage
  adds  eb73981   Add WGL interface type and make verbose variable
  adds  5e6b71a   Clean out more of GLX residue from Makefile.PL
  adds  cead076   GLX cleanup and remove OSMesa from list of libs
  adds  3bc9564   Fix glversion prob with GLUT_LIB= or GLUT_DEF=
  adds  298b14d   Remove OpenGLUT funs and update FreeGLUT info
  adds  21da04e   Update readme files and add GIT_CHANGES
  adds  05024e3   Remove GIT_CHANGES from MANIFEST.SKIP
  adds  a83b4fe   Fixed minor problems with eg programs
  adds  f2941ac   Update examples/README to say most work
  adds  9ba7d5e   Fix MANIFEST.SKIP nits
  adds  83cb093   Fix .gitignore nit.
  adds  f819334   Fix .gitignore nit.
  adds  d31bfd2   Updated TODO list and reformatted
  adds  1e7199a   Added 1.03 requirement for OpenGL::Image
  adds  36688c2   Renamed some Pointer_p functions to _oga
  adds  3692f2f   Update VERSION to 0.58 and some docs for release
  adds  3b3dcea   Update CHANGE and Copyright info for 2009
  adds  d7ff6e9   Revert partial _p to _oga conversion for 0.58
  adds  fb3ee02   Final readme type file updates for 0.58 release
  adds  74b2b2c   Update version 

[libopengl-perl] 01/01: update changelog

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit 933e5049dc41ffefbec9ac2b000f140fad7552b7
Author: gregor herrmann 
Date:   Fri Aug 4 19:21:36 2017 -0400

update changelog

Gbp-Dch: Ignore
---
 debian/changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2401c5b..a4e5b22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,10 @@ libopengl-perl (0.6704+dfsg-3) UNRELEASED; urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Remove Chris Butler from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
+  * debian/watch: add uversionmangle. Upstream went back from 4-digit to
+2-digit minor versions.
 
- -- gregor herrmann   Sat, 24 Oct 2015 13:46:16 +0200
+ -- gregor herrmann   Fri, 04 Aug 2017 19:21:19 -0400
 
 libopengl-perl (0.6704+dfsg-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] branch master updated (e50d2fb -> 933e504)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libopengl-perl.

  from  e50d2fb   debian/watch: add uversionmangle.
   new  933e504   update changelog

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] branch master updated (448f6f4 -> e50d2fb)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libopengl-perl.

  from  448f6f4   update changelog
   new  e50d2fb   debian/watch: add uversionmangle.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libopengl-perl] 01/01: debian/watch: add uversionmangle.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit e50d2fbd85a5de9647c0adeb95494cbb1984aa80
Author: gregor herrmann 
Date:   Fri Aug 4 19:20:55 2017 -0400

debian/watch: add uversionmangle.

Upstream went back from 4-digit to 2-digit minor versions.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 5408228..2f2afcf 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-opts="dversionmangle=s/\+dfsg//" \
+opts="dversionmangle=s/\+dfsg//,uversionmangle=s/\.\d{2}$/$&00/" \
 https://metacpan.org/release/OpenGL   
.*/OpenGL-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) \
 debian sh debian/repack.stub

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-perl] 02/07: Update debian/changelog

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit 94054a02f1e07ebfe5d3230190ce78c5d082734a
Author: gregor herrmann 
Date:   Fri Aug 4 17:45:36 2017 -0400

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7239993..c2e5c5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmath-prime-util-perl (0.65-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.65
+
+ -- gregor herrmann   Fri, 04 Aug 2017 17:45:36 -0400
+
 libmath-prime-util-perl (0.60-1) unstable; urgency=medium
 
   [ gregor herrmann ]

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-perl] 03/07: Update years of upstream and packaging copyright.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit a859519a9a3c7c7b69c41966adb59c7aab42a713
Author: gregor herrmann 
Date:   Fri Aug 4 17:48:34 2017 -0400

Update years of upstream and packaging copyright.
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index a2f899c..2c14f23 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: https://metacpan.org/release/Math-Prime-Util
 Upstream-Name: Math-Prime-Util
 
 Files: *
-Copyright: 2011-2016, Dana A Jacobsen 
+Copyright: 2011-2017, Dana A Jacobsen 
 License: Artistic or GPL-1+
 
 Files: ppport.h
@@ -20,7 +20,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2012, Daniel Kahn Gillmor 
- 2013-2015, gregor herrmann 
+ 2013-2017, gregor herrmann 
  2013-2016, Salvatore Bonaccorso 
 License: Artistic or GPL-1+
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-perl] branch master updated (a38799e -> 775bb4d)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-prime-util-perl.

  from  a38799e   Prepare changelog for release
  adds  fa74ade   Handle is_power with small negative arguments in XS
  adds  5a8c520   Fix PP is_power with -1
  adds  b8defbc   Change PP Bernoulli method to Seidel from Brent-Harvey
  adds  b706dd7   Small redo of PP LambertW code
  adds  5611c4b   _bernoulli_seidel() minor improvements
  adds  f08b1a6   Merge pull request #17 from trizen/patch-1
  adds  a3c6203   Style update for PP bernoulli
  adds  f503722   minor precedence fix in _bernoulli_seidel()
  adds  0756ee1   Merge pull request #18 from trizen/patch-2
  adds  4569f07   Rewrite of LambertW code, both C and PP
  adds  aa4025e   Code style; docs for LambertW
  adds  2900e5a   LambertW accuracy near branch point
  adds  877de3f   Fix RiemannZeta PP post-process of GMP result
  adds  56a1b0a   Use GMP LambertW if possible
  adds  dde2af3   Tune AKS params for 33-64 bit inputs
  adds  79baae9   Add clang support for uint128
  adds  bc2c0a6   Use Montgomery math for sqrtmod, is_primitive_root, and 
p-1 factor
  adds  9f568dc   Make sure we don't use Mont math on even modulus
  adds  5449f12   Make primes.pl use twin_primes function
  adds  72409b7   Handle some chinese() cases that overflowed before
  adds  79cc545   Switch to Bytes::Random::Secure::Tiny
  adds  d1b1154   Add is_pillai
  adds  b38b02d   chinese goes directly to GMP
  adds  e70c13d   Tests for zero modulus on chinese
  adds  94d44c1   Sort chinese moduli with Shell sort
  adds  f78f427   Export inverse_li including PP, docs, tests, etc.
  adds  7781bfc   Merge branch 'master' of 
https://github.com/danaj/Math-Prime-Util
  adds  1d33460   Add is_semiprime
  adds  b87b51f   is_semiprime in GMP, minor typo in test output
  adds  5f4437c   Use MPU::GMP random primes functions
  adds  292acfe   Use GMP version number to select random prime package
  adds  aa6b665   Remove unused variables
  adds  9943888   is_mersenne_prime got pushed out of XS case
  adds  8601866   Use GMP random strong and maurer primes if possible
  adds  0614278   Add tests for is_pillai function
  adds  94104c3   Comment about Axler 2017 lower prime count bound
  adds  0b8a0b8   PP powmod and mulmod will try GMP
  adds  45abc87   Update for new GMP random prime functionality
  adds  03fe49d   Update version number
  adds  f8a3f22   Small speedup for is_carmichael
  adds  9f8cad2   Timing on new AWS machine
  adds  177439f   Merge branch 'master' of 
https://github.com/danaj/Math-Prime-Util
  adds  d10d096   Fixes for portability and PP
  adds  5b9a861   Back out PP nth_prime_approx change to use inverse_li
  adds  487519a   Better Lucky primes and clusters
  adds  2d3c45d   Slightly faster is_pillai
  adds  ff76dba   Comment change
  adds  41da581   Update for release
  adds  2bb4c96   Comment updates
  adds  96e996d   Add internal double-word to string function
  adds  41db589   Use our own 128-bit return for vecsum
  adds  e896215   Add faster prime sum
  adds  fc3dd06   Uninitialized variable in 128-bit string return
  adds  b424333   Remove warnings for unused variables in conditional code
  adds  dbb675e   Speed up is_pillai for composites (early 0 detection)
  adds  92cefeb   Add prime restriction to forpart
  adds  0c9d9fc   Update ppport
  adds  5973939   Add PP prime sum, fix result of both versions
  adds  1469de3   Speed up cluster sieve a bit
  adds  ac70c9d   Formatting
  adds  8d8b67c   Update Mersenne number milestones
  adds  86c7e9b   is_primitive_root needs two args
  adds  fa26948   Merge branch 'master' of 
https://github.com/danaj/Math-Prime-Util
  adds  e1083a1   Update large prime count bounds with Axler 2017
  adds  79bc25e   Ramanujan primes, finer nth upper limit
  adds  6d2f11b   Faster ramanujan prime count
  adds  581e2d0   Ramanujan prime loops use segmented sieve for big memory 
savings
  adds  683737b   ramanujan prime count updates
  adds  6fe8473   Move some thread logic to its own include file
  adds  870ffb0   Skip a big semiprime test if not using GMP
  adds  5ab9003   Add random functions.  Massive changes.
  adds  ac276b1   Move random_nbit_prime and random_ndigit_prime to XS
  adds  2e1b289   mismatched ifdef
  adds  c447ead   Make tests pass on 32-bit
  adds  73af71c   Perl_seed didn't exist in 5.6
  adds  74e7978   Remember thread context for seed
  adds  e02d4d3   standalone compilation was skipping the test for uint64_t
  adds  7276b91   Remove debugging comments
  adds  9efdd2d   Move random_proven_prime and random_strong_prime into XS
  adds  6fe0f68   Call 

[libmath-prime-util-perl] 01/07: Updated version 0.65 from 'upstream/0.65'

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit 798ce7f33397e47510e7ba90c2a0ba5cb02bdf05
Merge: a38799e 797a833
Author: gregor herrmann 
Date:   Fri Aug 4 17:45:36 2017 -0400

Updated version 0.65 from 'upstream/0.65'

with Debian dir b563b979b638274e6772278c5f555a6da815630f

 Changes  |  151 +++
 MANIFEST |   25 +
 META.json|   33 +-
 META.yml |   28 +-
 Makefile.PL  |   33 +-
 README   |6 +-
 TODO |   32 +-
 XS.xs|  513 +---
 aks.c|6 +-
 bench/bench-drand.pl |   92 ++
 bench/bench-factor-extra.pl  |   22 +-
 bench/bench-factor-semiprime.pl  |   22 +-
 bench/bench-irand.pl |   72 ++
 bench/bench-is-prime.pl  |7 +-
 bench/bench-isprime-bpsw.pl  |   20 +-
 bench/bench-mp-nextprime.pl  |2 +-
 bench/bench-mp-prime_count.pl|9 +-
 bench/bench-pp-isprime.pl|   40 +-
 bench/bench-primecount.pl|   54 +-
 bench/bench-random-bytes.pl  |  103 ++
 bench/factor-gnufactor.pl|   22 +-
 bin/primes.pl|  141 +--
 cache.c  |   87 +-
 chacha.c |  316 +
 chacha.h |   14 +
 cpanfile |4 +-
 csprng.c |  343 ++
 csprng.h |   36 +
 examples/fibprime-mce.pl |2 +
 factor.c |   17 +-
 isaac.c  |  146 +++
 isaac.h  |   13 +
 lehmer.c |   64 +-
 lehmer.h |8 +-
 lib/Math/Prime/Util.pm   |  648 ++
 lib/Math/Prime/Util/ChaCha.pm|  317 +
 lib/Math/Prime/Util/ECAffinePoint.pm |4 +-
 lib/Math/Prime/Util/ECProjectivePoint.pm |4 +-
 lib/Math/Prime/Util/Entropy.pm   |  185 +++
 lib/Math/Prime/Util/ISAAC.pm |  267 
 lib/Math/Prime/Util/MemFree.pm   |4 +-
 lib/Math/Prime/Util/PP.pm|  686 ---
 lib/Math/Prime/Util/PPFE.pm  |  167 ++-
 lib/Math/Prime/Util/PrimalityProving.pm  |4 +-
 lib/Math/Prime/Util/PrimeArray.pm|4 +-
 lib/Math/Prime/Util/PrimeIterator.pm |4 +-
 lib/Math/Prime/Util/RandomPrimes.pm  |  293 +
 lib/Math/Prime/Util/ZetaBigFloat.pm  |4 +-
 lib/ntheory.pm   |   30 +-
 lmo.c|   13 +-
 lmo.h|2 +-
 montmath.h   |2 +
 ppport.h |  366 --
 primality.c  |   11 +-
 prime_nth_count.c|  983 +++
 prime_nth_count.h|   22 +
 ptypes.h |   38 +-
 ramanujan_primes.c   |  447 +++
 ramanujan_primes.h   |   19 +
 random_prime.c   |   91 ++
 random_prime.h   |   12 +
 sieve.c  |   14 +-
 sieve_cluster.c  |   34 +-
 t/02-can.t   |   30 +-
 t/04-inputvalidation.t   |4 +-
 t/11-ramanujanprimes.t   |   40 +-
 t/13-primecount.t|   12 +-
 t/14-nthprime.t  |   15 +-
 t/16-randomprime.t   |   46 +-
 t/17-pseudoprime.t   |2 +-
 t/19-moebius.t   |   26 +-
 t/24-partitions.t|   23 +-
 t/26-pillai.t|   21 +
 t/31-threading.t |   23 +-
 t/34-random.t|  244 
 t/35-cipher.t|   51 +
 t/35-rand-tag.t  |   54 +
 t/80-pp.t|2 +-
 t/81-bignum.t|7 +-
 t/92-release-pod-coverage.t  |   12 +-
 t/93-release-spelling.t  |   14 +-
 threadlock.h |   76 ++
 util.c   | 1957 --
 util.h   |   67 +-
 xt/check-nth-bounds.pl   |   49 +
 xt/make-chacha20-inner.pl|   56 +
 xt/make-script-test-data.pl   

[libmath-prime-util-perl] 06/07: Declare compliance with Debian Policy 4.0.0.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit cc1b5517b3110593a7a17f515f286c652ccac45a
Author: gregor herrmann 
Date:   Fri Aug 4 17:56:22 2017 -0400

Declare compliance with Debian Policy 4.0.0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 6ae1c47..5b6a3ad 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9.20120312~),
libmath-prime-util-gmp-perl (>= 0.44),
libtest-warn-perl,
perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-prime-util-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmath-prime-util-perl
 Homepage: https://metacpan.org/release/Math-Prime-Util

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-perl] annotated tag upstream/0.65 created (now 78dbf88)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.65
in repository libmath-prime-util-perl.

at  78dbf88   (tag)
   tagging  797a8337dece69ef19fe56e60f85ac26bd8e1e1b (commit)
  replaces  upstream/0.60
 tagged by  gregor herrmann
on  Fri Aug 4 17:45:36 2017 -0400

- Log -
Upstream version 0.65

Dana Jacobsen (170):
  Handle is_power with small negative arguments in XS
  Fix PP is_power with -1
  Change PP Bernoulli method to Seidel from Brent-Harvey
  Small redo of PP LambertW code
  Merge pull request #17 from trizen/patch-1
  Style update for PP bernoulli
  Merge pull request #18 from trizen/patch-2
  Rewrite of LambertW code, both C and PP
  Code style; docs for LambertW
  LambertW accuracy near branch point
  Fix RiemannZeta PP post-process of GMP result
  Use GMP LambertW if possible
  Tune AKS params for 33-64 bit inputs
  Add clang support for uint128
  Use Montgomery math for sqrtmod, is_primitive_root, and p-1 factor
  Make sure we don't use Mont math on even modulus
  Make primes.pl use twin_primes function
  Handle some chinese() cases that overflowed before
  Switch to Bytes::Random::Secure::Tiny
  Add is_pillai
  chinese goes directly to GMP
  Tests for zero modulus on chinese
  Sort chinese moduli with Shell sort
  Export inverse_li including PP, docs, tests, etc.
  Merge branch 'master' of https://github.com/danaj/Math-Prime-Util
  Add is_semiprime
  is_semiprime in GMP, minor typo in test output
  Use MPU::GMP random primes functions
  Use GMP version number to select random prime package
  Remove unused variables
  is_mersenne_prime got pushed out of XS case
  Use GMP random strong and maurer primes if possible
  Small speedup for is_carmichael
  Timing on new AWS machine
  Add tests for is_pillai function
  Comment about Axler 2017 lower prime count bound
  PP powmod and mulmod will try GMP
  Update for new GMP random prime functionality
  Update version number
  Merge branch 'master' of https://github.com/danaj/Math-Prime-Util
  Fixes for portability and PP
  Back out PP nth_prime_approx change to use inverse_li
  Better Lucky primes and clusters
  Slightly faster is_pillai
  Comment change
  Update for release
  Comment updates
  Add internal double-word to string function
  Use our own 128-bit return for vecsum
  Add faster prime sum
  Uninitialized variable in 128-bit string return
  Remove warnings for unused variables in conditional code
  Speed up is_pillai for composites (early 0 detection)
  Add prime restriction to forpart
  Update ppport
  Add PP prime sum, fix result of both versions
  Speed up cluster sieve a bit
  Formatting
  Update Mersenne number milestones
  is_primitive_root needs two args
  Merge branch 'master' of https://github.com/danaj/Math-Prime-Util
  Update large prime count bounds with Axler 2017
  Ramanujan primes, finer nth upper limit
  Faster ramanujan prime count
  Ramanujan prime loops use segmented sieve for big memory savings
  ramanujan prime count updates
  Move some thread logic to its own include file
  Skip a big semiprime test if not using GMP
  Add random functions.  Massive changes.
  Move random_nbit_prime and random_ndigit_prime to XS
  mismatched ifdef
  Make tests pass on 32-bit
  Perl_seed didn't exist in 5.6
  Remember thread context for seed
  standalone compilation was skipping the test for uint64_t
  Remove debugging comments
  Move random_proven_prime and random_strong_prime into XS
  Call urandomm from PP code if possible
  Move remaining random primes functions to XS
  Remove RandomPrimesGMP -- not needed any more
  cleanup release tests
  Update timings in RandomPrimes comments
  Latest Ramanujan prime limits
  ChaCha20 csprng in C and Perl
  More options to have uint64_t
  memtile is a little more generic
  Ramanujan prime updates
  Fix for odd substr behavior
  Add but don't use new ChaCha core
  Switch to new simple ChaCha20
  Update docs for ChaCha20
  Fixes for 32-bit
  More 32-bit fixes
  Updates for PP ChaCha and drand
  Consistent ChaCha20 for C and Perl
  ChaCha20 PP random_bytes fix
  Consistent srand on 32-bit machines
  Consistency for ISAAC, more float changes
  Add support for quadmath to drand.
  Previous PP drand change broken arguments.  Fix
  Instead of NV size and USE_QUADMATH, use NVMANTBITS for drand behavior
  Look for PERL_VERSION to decide if we're compiling as part of Perl or not
  Simplify ChaCha irand/irand64/random_bytes code
  Revert STANDALONE 

[libmath-prime-util-perl] 04/07: Add API changes to debian/NEWS.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit 896af810e5b9c882cc907e8d8640811428ac63b2
Author: gregor herrmann 
Date:   Fri Aug 4 17:51:35 2017 -0400

Add API changes to debian/NEWS.
---
 debian/NEWS | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
index 35c111a..38e6f2a 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,18 @@
+libmath-prime-util-perl (0.65-1) unstable; urgency=medium
+
+  From upstream Changes:
+
+[API Changes]
+
+- Config options irand and primeinc are deprecated.  They will carp if set.
+
+- The 'irand' config option is removed, as we now use our own CSPRNG.
+  It can be seeded with csrand() or srand().  The latter is not exported.
+
+- The 'primeinc' config option is deprecated and will go away soon.
+
+ -- gregor herrmann   Fri, 04 Aug 2017 17:50:13 -0400
+
 libmath-prime-util-perl (0.58-1) unstable; urgency=medium
 
   From 0.58 upstream Changes:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-perl] annotated tag debian/0.65-1 created (now 39dd1e9)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.65-1
in repository libmath-prime-util-perl.

at  39dd1e9   (tag)
   tagging  775bb4df07717b7c3eaf3b108e5d119aa63bd973 (commit)
  replaces  upstream/0.65
 tagged by  gregor herrmann
on  Fri Aug 4 17:57:53 2017 -0400

- Log -
tagging package libmath-prime-util-perl version debian/0.65-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmE7eFfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbPNBAAmi7Pr3yhJLbA+5AmEwf89YwWnr0eKRIo3ZxekbTBuQYPsZR6aw6F70yu
w3uS7O6JUHWtqstrSMyr5nDn0CdC+nZwbRLniiOkI2OJrUPCsvJsTPfDn5aJLdUb
rjSLk8eEK71+EzQynW9f9jveUxFH+Jj1SrKQ3kaKPtnsXqDXQS9KlcsM5YonOIiV
yOMmwYx7VWaEQIauv4XRhbAQvuAtPJiz29QYAg4F69ypDSJ3HRFZ4ieJOMucHLCW
bJfOBjp0E67LiIApg+kUlGNPjMTPEhSWEMecGErABFJZdaoSfT08Y3ylNiRghCDt
QoGy+84FxaoMBDOGq/5Mr9pot54nWM/AwmecY5DYiNuRD2LwWFN99griNzqOlnDD
UxKXBTpxFKSwoTLYNIjbhiL3q+w4WE2O+PFXlHOuda39gxrzCrKalfwMnC9wMMmc
xI6Aw9qqkwfXYDhVy8RZuZqboDjHwhXnx4G9Ol0YG0zxjXfprn/7/O24IZPv+L0R
crg5qV72ZMWpEmMD73u3Gr4O6T4t3Sji7MI9L2gnOQrM8THl7NHTSAOv3KJRbyS5
T16fHr1xNCBZBhaDF7itYs6TcTUbOLJBD8iza2DDTKI4u3wOJ0ZP1UZ7WWCwQ1bT
qRcN/rp4MPWd3QPvd4xlAunWgrKGN63Dd/W3DmtIKTP8tSdlO38=
=Ar2H
-END PGP SIGNATURE-

Daniel Kahn Gillmor (12):
  Initial packaging by dh-make-perl
  using canonical DEP5 URL, license reviewed
  use help2man to create some documentation
  avoid collision with coreutils
  note ITP bug number
  aded Vcs fields
  use pkg-perl as the maintainers; recommend libmath-prime-util-gmp-perl
  Merge tag 'upstream/0.17'
  recommend Math::BigInt::GMP as well
  ensure that we depend on Math::BigInt
  improve description to make it more indexable
  Merge salvatore's packaging work

Partha Pratim Mukherjee (2):
  Merge tag 'upstream/0.50'
  Update debian/changelog

Salvatore Bonaccorso (89):
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Merge tag 'upstream/0.25'
  Update copyright years for upstream files
  Add myself to Uploaders and debian/copyright
  Update debian/changelog file
  Drop explicit (build) depends on libmath-bigint-perl
  Prepare changelog for release
  Merge tag 'upstream/0.26'
  Add fix-spelling-error-in-manpage.patch patch
  Prepare changelog for release
  Merge tag 'upstream/0.28'
  Add Build-Depends on libtest-warn-perl
  Drop fix-spelling-error-in-manpage.patch
  Update debian/changelog file
  Add 0001-ranged-moebius-was-depending-on-char-being-signed.-F.patch
  Prepare changelog for release
  Merge tag 'upstream/0.29'
  Drop 0001-ranged-moebius-was-depending-on-char-being-signed.-F.patch
  Prepare changelog for release
  Merge tag 'upstream/0.36'
  Update copyright years for upstream files
  Add copyright stanza for added ppport.h
  Update copyright years for debian/* packaging files
  Add NEWS entry for 0.36 to document API Changes
  Drop spelling.patch patch (applied upstream)
  Prepare changelog for release
  Merge tag 'upstream/0.39'
  Prepare changelog for release
  Merge tag 'upstream/0.41'
  Make Recommends on libmath-prime-util-gmp-perl unversioned
  Prepare changelog for release
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  Merge tag 'upstream/0.43'
  Switch alternative Recommends for Digest::SHA
  Make Recommends on libmath-prime-util-gmp-perl unversioned
  Wrap and sort fields in debian/control
  Prepare changelog for release
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.45'
  Update debian/changelog
  Add 0001-Put-Carp-use-in-correct-package.patch patch from upstream
  Add copyright stanza for included Devel::CheckLib copy
  Make Recommends on libmath-prime-util-gmp-perl versioned
  Update debian/changelog file
  Merge tag 'upstream/0.52'
  Update debian/changelog
  Update copyright years for debian/* packaging files
  Prepare changelog for release
  Merge tag 'upstream/0.53'
  Update debian/changelog
  Prepare changelog for release
  Merge tag 'upstream/0.54'
  Update debian/changelog
  Prepare changelog for release
  Merge tag 'upstream/0.55'
  Update debian/changelog
  Prepare changelog for release
  Merge tag 'upstream/0.56'
  Update debian/changelog
  Prepare changelog for release
  Merge tag 'upstream/0.57'
  Update debian/changelog
  Update copyright years for upstream files
  Update copyright years for debian/* packaging files
  Update 

[libmath-prime-util-perl] branch pristine-tar updated (c66d9fb -> 1f57df2)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libmath-prime-util-perl.

  from  c66d9fb   pristine-tar data for 
libmath-prime-util-perl_0.60.orig.tar.gz
   new  1f57df2   pristine-tar data for 
libmath-prime-util-perl_0.65.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libmath-prime-util-perl_0.65.orig.tar.gz.delta | Bin 0 -> 582831 bytes
 libmath-prime-util-perl_0.65.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmath-prime-util-perl_0.65.orig.tar.gz.delta
 create mode 100644 libmath-prime-util-perl_0.65.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-perl] 01/01: pristine-tar data for libmath-prime-util-perl_0.65.orig.tar.gz

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libmath-prime-util-perl.

commit 1f57df2facd8dd33d356df5cc5ba1afa33b016e3
Author: gregor herrmann 
Date:   Fri Aug 4 17:45:35 2017 -0400

pristine-tar data for libmath-prime-util-perl_0.65.orig.tar.gz
---
 libmath-prime-util-perl_0.65.orig.tar.gz.delta | Bin 0 -> 582831 bytes
 libmath-prime-util-perl_0.65.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmath-prime-util-perl_0.65.orig.tar.gz.delta 
b/libmath-prime-util-perl_0.65.orig.tar.gz.delta
new file mode 100644
index 000..91180d8
Binary files /dev/null and b/libmath-prime-util-perl_0.65.orig.tar.gz.delta 
differ
diff --git a/libmath-prime-util-perl_0.65.orig.tar.gz.id 
b/libmath-prime-util-perl_0.65.orig.tar.gz.id
new file mode 100644
index 000..cb10135
--- /dev/null
+++ b/libmath-prime-util-perl_0.65.orig.tar.gz.id
@@ -0,0 +1 @@
+ebf0a44729f688c2844d2924959bf41df03dfe33

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-perl] 05/07: Update (build) dependencies.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit e7cf1f7c78e1b52d38ce178cd5dc0f34f3da54d3
Author: gregor herrmann 
Date:   Fri Aug 4 17:55:58 2017 -0400

Update (build) dependencies.
---
 debian/control | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 30e622c..6ae1c47 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
help2man,
-   libbytes-random-secure-perl,
-   libmath-prime-util-gmp-perl (>= 0.41),
+   libmath-prime-util-gmp-perl (>= 0.44),
libtest-warn-perl,
perl
 Standards-Version: 3.9.8
@@ -18,8 +17,7 @@ Homepage: https://metacpan.org/release/Math-Prime-Util
 
 Package: libmath-prime-util-perl
 Architecture: any
-Depends: libbytes-random-secure-perl,
- libmath-prime-util-gmp-perl (>= 0.41),
+Depends: libmath-prime-util-gmp-perl (>= 0.44),
  ${misc:Depends},
  ${perl:Depends},
  ${shlibs:Depends}

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-perl] 07/07: releasing package libmath-prime-util-perl version 0.65-1

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit 775bb4df07717b7c3eaf3b108e5d119aa63bd973
Author: gregor herrmann 
Date:   Fri Aug 4 17:57:53 2017 -0400

releasing package libmath-prime-util-perl version 0.65-1
---
 debian/changelog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c2e5c5d..589329b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libmath-prime-util-perl (0.65-1) UNRELEASED; urgency=medium
+libmath-prime-util-perl (0.65-1) unstable; urgency=medium
 
-  * Import upstream version 0.65
+  * Import upstream version 0.65.
+  * Update years of upstream and packaging copyright.
+  * Add API changes to debian/NEWS.
+  * Update (build) dependencies.
+  * Declare compliance with Debian Policy 4.0.0.
 
- -- gregor herrmann   Fri, 04 Aug 2017 17:45:36 -0400
+ -- gregor herrmann   Fri, 04 Aug 2017 17:56:35 -0400
 
 libmath-prime-util-perl (0.60-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-gmp-perl] 01/01: pristine-tar data for libmath-prime-util-gmp-perl_0.46.orig.tar.gz

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libmath-prime-util-gmp-perl.

commit 9dccb4356661c343ebc128c5bb2d78d927844e29
Author: gregor herrmann 
Date:   Fri Aug 4 17:39:13 2017 -0400

pristine-tar data for libmath-prime-util-gmp-perl_0.46.orig.tar.gz
---
 libmath-prime-util-gmp-perl_0.46.orig.tar.gz.delta | Bin 0 -> 302517 bytes
 libmath-prime-util-gmp-perl_0.46.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmath-prime-util-gmp-perl_0.46.orig.tar.gz.delta 
b/libmath-prime-util-gmp-perl_0.46.orig.tar.gz.delta
new file mode 100644
index 000..c3bb22f
Binary files /dev/null and b/libmath-prime-util-gmp-perl_0.46.orig.tar.gz.delta 
differ
diff --git a/libmath-prime-util-gmp-perl_0.46.orig.tar.gz.id 
b/libmath-prime-util-gmp-perl_0.46.orig.tar.gz.id
new file mode 100644
index 000..13b03ea
--- /dev/null
+++ b/libmath-prime-util-gmp-perl_0.46.orig.tar.gz.id
@@ -0,0 +1 @@
+ae8d3a1f97b5204ba14fc60a4c2cc1c0c56ce171

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-gmp-perl] annotated tag debian/0.46-1 created (now 933bcb5)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.46-1
in repository libmath-prime-util-gmp-perl.

at  933bcb5   (tag)
   tagging  d062b95ccf1ac7c754bf847aeb1e0a4a61303f35 (commit)
  replaces  upstream/0.46
 tagged by  gregor herrmann
on  Fri Aug 4 17:44:20 2017 -0400

- Log -
tagging package libmath-prime-util-gmp-perl version debian/0.46-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmE6rRfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgYevw//fKyE0LYStd/8WlyjTwCgmZwVxFhbkrD6T69AxWyEVn7K6peJ8jxw/2ny
Blew9S9X0EYCkeQmVqSeOwoZWei3uG9cCaIRVrATnSPw/u1Kn+oq2iyIi4/DzjNg
yXLj7ncJ92xqsnsa50bkx7f9dJQPGatBUTspbm1v9CyyHFDko5Difk7CrVyww9oo
2GFHgX2BfJYnrkfdg/QBu8iBqi+CkpO3nhExgDQt+huPbLWjO998CjjVgM7/wzKF
dL7v+aNj9vH1KtyKUAAA2CKjOtbfWNfYfOYC6Kl/QmKs0WO5FtDlpyA2aglusXxW
UNQqW6hBHSJucvlwLUg/+1C9DecjjrC5nlN/q9M4d0PJfEq7vCD3k6aADjQLw2SS
Sv1srsUCNFExV6iieUEPfkvYujl4Lz7xML8OI9roPVYeg2yNGYPnKJp7nRJb2daX
dlUwGD1t5kf5pO2b8x6J8OU5a0L+xfBt8ny1RsTRQrg7cMmfLeZ+1dlMeo1EldAX
kQNminElBuRW7lX/GfM0NxKSuZ8/1b6knIfAKowIjuBlqUdpu5oJgRBbdE7211Lh
2HioB7FjRwVY6wDYssbcAYitPIrUcwPZFuLdcbdAZAdbNRqOmt22vS5JPENA89s9
ZqhHW7N+lVUW1IrKKzZ9SWFp1dqZzyaSWZ4AOziUWSQL7/cA0cg=
=QSVb
-END PGP SIGNATURE-

Daniel Kahn Gillmor (7):
  Initial packaging by dh-make-perl
  adding libgmp-dev to build-deps; verify copyright
  use dh 9 to get hardening by default
  prepare package for upload
  added inc/Devel/CheckLib.pm attribution to debian/copyright (thanks for 
catching that, Ansgar!)
  Merge tag 'upstream/0.07'
  updated debian/changelog

Lucas Kanashiro (10):
  Merge tag 'upstream/0.32'
  Update debian/changelog
  Update upstream copyright
  Releasing libmath-prime-util-gmp-perl version 0.32-1
  Merge tag 'upstream/0.33'
  Update debian/changelog
  Releasing libmath-prime-util-gmp-perl version 0.33-1
  Merge tag 'upstream/0.34'
  Update debian/changelog
  Releasing libmath-prime-util-gmp-perl version 0.34-1

Partha Pratim Mukherjee (2):
  Merge tag 'upstream/0.29'
  Update debian/changelog

Salvatore Bonaccorso (25):
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  Merge tag 'upstream/0.26'
  Update debian/changelog
  Declare compliance with Debian Policy 3.9.6
  Make Recommends on libmath-prime-util-perl unversioned
  Add manpage-has-errors-from-pod2man.patch patch
  Prepare changelog for release
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog
  Remove trailing whitespaces in debian/control file
  Merge tag 'upstream/0.40'
  Update debian/changelog
  Update copyright years for upstream files
  Declare compliance with Debian policy 3.9.8
  debian/rules: Build enabling all hardening flags
  Prepare changelog for release
  Merge tag 'upstream/0.41'
  Update debian/changelog
  debian/NEWS: Document API changes for new upstream version 0.41
  Add myself to Uploaders
  Add myself to copyright stanza for debian/* packaging
  Prepare changelog for release

gregor herrmann (65):
  Merge tag 'upstream/0.16'
  New upstream release.
  Add years of upstream copyright.
  Add debian/NEWS, mentioning an API change.
  Make Recommends on libmath-prime-util-perl versioned.
  Slightly improve short and long description.
  Use debhelper 9.20120312 to get all hardening flags.
  Use canonical URL in Vcs-Git field.
  Install example scripts.
  Add a patch to fix a spelling mistake.
  Declare compliance with Debian Policy 3.9.5.
  releasing package libmath-prime-util-gmp-perl version 0.16-1
  Merge tag 'upstream/0.17'
  New upstream release.
  Drop spelling.patch, merged upstream.
  Update years of upstream copyright.
  Bump versioned Recommends on libmath-prime-util-perl to >= 0.37.
  cme: reformat debian/control
  releasing package libmath-prime-util-gmp-perl version 0.17-1
  Merge tag 'upstream/0.18'
  New upstream release.
  releasing package libmath-prime-util-gmp-perl version 0.18-1
  Strip trailing slash from metacpan URLs.
  update changelog
  Merge tag 'upstream/0.19'
  New upstream release.
  Drop version constraint from libmath-prime-util-perl in Recommends.
  releasing package libmath-prime-util-gmp-perl version 0.19-1
  Merge tag 'upstream/0.20'
  New upstream release.
  Make Recommends on libmath-prime-util-perl versioned.
  releasing package libmath-prime-util-gmp-perl version 0.20-1
  Merge tag 'upstream/0.21'
  New upstream release.
  releasing 

[libmath-prime-util-gmp-perl] annotated tag upstream/0.46 created (now 6e57256)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.46
in repository libmath-prime-util-gmp-perl.

at  6e57256   (tag)
   tagging  c30ef4c5697c3f62d447503dddb39c109dcf1c91 (commit)
  replaces  upstream/0.41
 tagged by  gregor herrmann
on  Fri Aug 4 17:39:13 2017 -0400

- Log -
Upstream version 0.46

Dana Jacobsen (55):
  Fix is_power behaviour for -1 and odd k
  Adjust zeta algorithm crossover
  LambertW implementation
  Speedup for is_primitive_root
  Make sure BPSW returns 2 instead of 1 for inputs under 4
  Improvements to zeta and lambertw.
  Add some missing tests
  Make sure bls75 intermedia is correct for very small inputs.  Fixes an 
internal assert.
  Add lambertw test
  More precision when very close to -1/e
  Fix chinese with zero modulus
  Speedup stirling()
  Small efficiency gain for Rho/Brent factoring
  Fix problem with divisors(1)
  Move partitions function from XS to gmp_main
  Add ISAAC, all randomness uses it, and add random prime functions.
  Add is_semiprime
  Update version number
  Add new files to manifest
  Slightly more efficient random_nbit_prime
  Update test for modified nbit prime generator
  Add a header, edit Changes
  Add tests for stirling(..,3) : Lah numbers
  Reduce sieve_primes depth for small widths
  Add random_strong_prime
  Update Changes file date
  Merge branch 'master' of https://github.com/danaj/Math-Prime-Util-GMP
  Add urandomb, urandomr, random_maurer_prime
  Tests for urandomb and urandomr
  Add irand64(nbits) internal func
  Update version and document random prime funcs
  Small speedup for tests
  Add random proven prime certificates, both algorithms, and support for 
theorem 5 Maurer primes (currently unused)
  Portability updates
  Update Changes date
  Merge exp_mangoldt and is_prime_power to single core
  Doc update
  Init local randstate before using, free after
  Merge branch 'master' of https://github.com/danaj/Math-Prime-Util-GMP
  Small performance improvement to znprimroot
  Speedup to cluster sieve
  is_primitive_root with negative arguments
  Speedup urandom test with large bigints if they have really slow 
Math::BigInt
  Add random_bytes function
  Add irand, irand64, drand, urandomm
  One arg allowed for prime_count, random_prime, urandomr
  Bump version number
  Update for release
  Don't use exp2
  Trap negative bases sent to mrr
  Limit silly number of bases to MRR
  Bump version number
  Allow single argument for miller rabin random.  Bump version.
  Fix AKS primitive root utility
  prev_prime return undef for 2 or less

gregor herrmann (1):
  New upstream version 0.46

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-gmp-perl] 04/06: Bump recommended version of libmath-prime-util-perl.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-gmp-perl.

commit 9ab3de884043bc229816905ff7da109f54590da0
Author: gregor herrmann 
Date:   Fri Aug 4 17:41:07 2017 -0400

Bump recommended version of libmath-prime-util-perl.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3285a75..8bc1d74 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Architecture: any
 Depends: ${misc:Depends},
  ${perl:Depends},
  ${shlibs:Depends}
-Recommends: libmath-prime-util-perl (>= 0.52)
+Recommends: libmath-prime-util-perl (>= 0.62)
 Description: utilities related to prime numbers, using GMP
  Math::Prime::Util::GMP contains a set of utilities related to prime numbers,
  using GMP. This includes primality tests, getting primes in a range, and

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-gmp-perl] 02/06: Update debian/changelog

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-gmp-perl.

commit 6d10a748a8988a3ed269d91728347d2f7a9a027c
Author: gregor herrmann 
Date:   Fri Aug 4 17:39:13 2017 -0400

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a8a122f..a56a70c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmath-prime-util-gmp-perl (0.46-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.46
+
+ -- gregor herrmann   Fri, 04 Aug 2017 17:39:13 -0400
+
 libmath-prime-util-gmp-perl (0.41-1) unstable; urgency=medium
 
   [ gregor herrmann ]

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-gmp-perl] 05/06: Declare compliance with Debian Policy 4.0.0.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-gmp-perl.

commit 0ace76a4053f2a5f7b94850f536237d1b1fe9f59
Author: gregor herrmann 
Date:   Fri Aug 4 17:41:25 2017 -0400

Declare compliance with Debian Policy 4.0.0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8bc1d74..6a8ab18 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
libgmp-dev,
perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-prime-util-gmp-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git
 Homepage: https://metacpan.org/release/Math-Prime-Util-GMP

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-gmp-perl] 01/06: Updated version 0.46 from 'upstream/0.46'

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-gmp-perl.

commit c7515cee9ba7fedf3ba1bc60a6742fafd589945e
Merge: 60e8581 c30ef4c
Author: gregor herrmann 
Date:   Fri Aug 4 17:39:13 2017 -0400

Updated version 0.46 from 'upstream/0.46'

with Debian dir fcb02969b816feacd97dd133325c74227ad5b992

 Changes| 106 +
 LICENSE|   6 +-
 MANIFEST   |   9 +
 META.json  |   9 +-
 META.yml   |   7 +-
 Makefile.PL|   7 +-
 README |   4 +-
 TODO   |  24 ++-
 XS.xs  | 325 ++--
 aks.c  |   6 +-
 bls75.c|   5 +
 ecm.c  |   6 +-
 ecpp.c |   6 +-
 factor.c   |  92 ++--
 factor.h   |   1 +
 gmp_main.c | 411 ++-
 gmp_main.h |   6 +-
 isaac.c| 160 ++
 isaac.h|  12 ++
 lib/Math/Prime/Util/GMP.pm | 317 +++
 primality.c|  50 +++--
 ptypes.h   |   1 +
 random_prime.c | 524 +
 random_prime.h |  15 ++
 t/12-nextprime.t   |   4 +-
 t/17-pseudoprime.t |  18 ++
 t/19-moebius.t |   3 +
 t/24-bernfrac.t|  33 ++-
 t/26-lambertw.t| 109 ++
 t/26-mod.t |  14 +-
 t/26-riemann.t |  25 ++-
 t/28-rand.t|  75 +++
 t/28-randomprime.t | 200 +
 t/28-urandom.t | 108 ++
 t/50-factoring.t   |  20 +-
 utility.c  | 192 +
 utility.h  |   7 +-
 xt/bench-random-bytes.pl   |  50 +
 xt/create-standalone.sh|   3 +-
 xt/proof-text-format.txt   |   2 +-
 40 files changed, 2655 insertions(+), 317 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-gmp-perl] branch pristine-tar updated (f1f175a -> 9dccb43)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libmath-prime-util-gmp-perl.

  from  f1f175a   pristine-tar data for 
libmath-prime-util-gmp-perl_0.41.orig.tar.gz
   new  9dccb43   pristine-tar data for 
libmath-prime-util-gmp-perl_0.46.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libmath-prime-util-gmp-perl_0.46.orig.tar.gz.delta | Bin 0 -> 302517 bytes
 libmath-prime-util-gmp-perl_0.46.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmath-prime-util-gmp-perl_0.46.orig.tar.gz.delta
 create mode 100644 libmath-prime-util-gmp-perl_0.46.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-gmp-perl] 06/06: releasing package libmath-prime-util-gmp-perl version 0.46-1

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-gmp-perl.

commit d062b95ccf1ac7c754bf847aeb1e0a4a61303f35
Author: gregor herrmann 
Date:   Fri Aug 4 17:44:20 2017 -0400

releasing package libmath-prime-util-gmp-perl version 0.46-1
---
 debian/changelog | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a56a70c..4adf976 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libmath-prime-util-gmp-perl (0.46-1) UNRELEASED; urgency=medium
+libmath-prime-util-gmp-perl (0.46-1) unstable; urgency=medium
 
-  * Import upstream version 0.46
+  * Team upload.
+  * Import upstream version 0.46.
+  * Update years of upstream copyright.
+  * Bump recommended version of libmath-prime-util-perl.
+  * Declare compliance with Debian Policy 4.0.0.
 
- -- gregor herrmann   Fri, 04 Aug 2017 17:39:13 -0400
+ -- gregor herrmann   Fri, 04 Aug 2017 17:42:28 -0400
 
 libmath-prime-util-gmp-perl (0.41-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-prime-util-gmp-perl] branch master updated (60e8581 -> d062b95)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-prime-util-gmp-perl.

  from  60e8581   Prepare changelog for release
  adds  f987cf6   Fix is_power behaviour for -1 and odd k
  adds  d283019   Adjust zeta algorithm crossover
  adds  7f12913   LambertW implementation
  adds  f44b466   Speedup for is_primitive_root
  adds  5a9eeb0   Make sure BPSW returns 2 instead of 1 for inputs under 4
  adds  bce06cd   Improvements to zeta and lambertw.
  adds  87362bf   Add some missing tests
  adds  a25e5df   Make sure bls75 intermedia is correct for very small 
inputs.  Fixes an internal assert.
  adds  1d45662   Add lambertw test
  adds  4de2555   More precision when very close to -1/e
  adds  3ff5db1   Fix chinese with zero modulus
  adds  ba7629d   Speedup stirling()
  adds  3483f43   Small efficiency gain for Rho/Brent factoring
  adds  b02d89a   Fix problem with divisors(1)
  adds  7f80b05   Move partitions function from XS to gmp_main
  adds  69c39b3   Add ISAAC, all randomness uses it, and add random prime 
functions.
  adds  c9389a3   Add is_semiprime
  adds  7147a31   Update version number
  adds  b76ca40   Add new files to manifest
  adds  591c83e   Slightly more efficient random_nbit_prime
  adds  2766854   Update test for modified nbit prime generator
  adds  038133c   Add a header, edit Changes
  adds  1589f27   Add tests for stirling(..,3) : Lah numbers
  adds  a3b6b6a   Reduce sieve_primes depth for small widths
  adds  23eef55   Add random_strong_prime
  adds  98e35b2   Update Changes file date
  adds  b63d1da   Merge branch 'master' of 
https://github.com/danaj/Math-Prime-Util-GMP
  adds  1dc6ea8   Add urandomb, urandomr, random_maurer_prime
  adds  a4d4f85   Tests for urandomb and urandomr
  adds  cd12a88   Add irand64(nbits) internal func
  adds  8c2e445   Update version and document random prime funcs
  adds  28eaf5a   Small speedup for tests
  adds  c9e2d72   Add random proven prime certificates, both algorithms, 
and support for theorem 5 Maurer primes (currently unused)
  adds  1fe4762   Portability updates
  adds  0bf3f09   Update Changes date
  adds  51f3fe7   Merge exp_mangoldt and is_prime_power to single core
  adds  6777668   Doc update
  adds  fe8e998   Init local randstate before using, free after
  adds  c5d28f2   Merge branch 'master' of 
https://github.com/danaj/Math-Prime-Util-GMP
  adds  c59b076   Small performance improvement to znprimroot
  adds  8e0c430   Speedup to cluster sieve
  adds  79e28a5   is_primitive_root with negative arguments
  adds  11103a6   Speedup urandom test with large bigints if they have 
really slow Math::BigInt
  adds  ac68dde   Add random_bytes function
  adds  be81087   Add irand, irand64, drand, urandomm
  adds  71ef9cc   One arg allowed for prime_count, random_prime, urandomr
  adds  c329e9f   Bump version number
  adds  4719c1a   Update for release
  adds  5c20c9f   Don't use exp2
  adds  17bd2eb   Trap negative bases sent to mrr
  adds  831fe5c   Limit silly number of bases to MRR
  adds  810722e   Bump version number
  adds  682ba91   Allow single argument for miller rabin random.  Bump 
version.
  adds  a527184   Fix AKS primitive root utility
  adds  547a97e   prev_prime return undef for 2 or less
  adds  c30ef4c   New upstream version 0.46
   new  c7515ce   Updated version 0.46 from 'upstream/0.46'
   new  6d10a74   Update debian/changelog
   new  996927d   Update years of upstream copyright.
   new  9ab3de8   Bump recommended version of libmath-prime-util-perl.
   new  0ace76a   Declare compliance with Debian Policy 4.0.0.
   new  d062b95   releasing package libmath-prime-util-gmp-perl version 
0.46-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes| 106 +
 LICENSE|   6 +-
 MANIFEST   |   9 +
 META.json  |   9 +-
 META.yml   |   7 +-
 Makefile.PL|   7 +-
 README |   4 +-
 TODO   |  24 ++-
 XS.xs  | 325 ++--
 aks.c  |   6 +-
 bls75.c|   5 +
 debian/changelog   |  10 +
 debian/control |   4 +-
 debian/copyright   |   2 +-
 ecm.c  |   6 +-
 ecpp.c |   6 +-
 factor.c   |  92 ++--
 factor.h   |   1 +
 gmp_main.c | 411 ++-
 

[libmath-prime-util-gmp-perl] 03/06: Update years of upstream copyright.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-prime-util-gmp-perl.

commit 996927d49348314611d90a86a1c592feba912e22
Author: gregor herrmann 
Date:   Fri Aug 4 17:40:48 2017 -0400

Update years of upstream copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 91f0c4c..e37c631 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: https://metacpan.org/release/Math-Prime-Util-GMP
 Upstream-Contact: Dana A Jacobsen 
 
 Files: *
-Copyright: 2011-2016, Dana A Jacobsen 
+Copyright: 2011-2017, Dana A Jacobsen 
 License: Artistic or GPL-1+
 
 Files: inc/Devel/CheckLib.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] 04/07: Update years of upstream copyright.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-polygon-perl.

commit b310c8954e2dfe1ce2c6805c75e05fb7a47d3ceb
Author: gregor herrmann 
Date:   Fri Aug 4 17:35:59 2017 -0400

Update years of upstream copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 44ad5e0..e030ca2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Mark Overmeer
 Source: https://metacpan.org/release/Math-Polygon
 
 Files: *
-Copyright: 2004, 2006-2016, Mark Overmeer
+Copyright: 2004-2017, Mark Overmeer
 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-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] 03/07: Drop fix-spelling-error patch, applied upstream.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-polygon-perl.

commit 10d7ffa17a943d5888dbfb0dc99590bc173e328b
Author: gregor herrmann 
Date:   Fri Aug 4 17:35:23 2017 -0400

Drop fix-spelling-error patch, applied upstream.
---
 debian/patches/fix-spelling-error | 18 --
 debian/patches/series |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/fix-spelling-error 
b/debian/patches/fix-spelling-error
deleted file mode 100644
index 7212faf..000
--- a/debian/patches/fix-spelling-error
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix spelling error
-Origin: vendor
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=118297
-Author: Angel Abad 
-Reviewed-by: gregor herrmann 
-Last-Update: 2016-12-28
-
 a/lib/Math/Polygon.pod
-+++ b/lib/Math/Polygon.pod
-@@ -88,7 +88,7 @@
- 
- =item $obj-EB()
- 
--Returns the number of uniqe points: one less than 
L.
-+Returns the number of unique points: one less than 
L.
- 
- =item $obj-EB( $index, [$index,...] )
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0ed6b03..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-spelling-error

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] 01/07: Updated version 1.06 from 'upstream/1.06'

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-polygon-perl.

commit cb20f6300e7abf1e698648abb045cdb4ceffb3a5
Merge: 2c870f4 c91870b
Author: gregor herrmann 
Date:   Fri Aug 4 17:34:18 2017 -0400

Updated version 1.06 from 'upstream/1.06'

with Debian dir 3a3e0d38ae3d05101dbde9367275473a46efe3ac

 ChangeLog  |  9 +
 MANIFEST   |  2 +-
 META.json  |  7 +++
 META.yml   |  3 +--
 Makefile.PL|  6 ++
 README | 12 ++--
 lib/Math/Polygon.pm|  6 +++---
 lib/Math/Polygon.pod   | 10 +-
 lib/Math/Polygon/Calc.pm   |  4 ++--
 lib/Math/Polygon/Calc.pod  |  8 
 lib/Math/Polygon/Clip.pm   |  4 ++--
 lib/Math/Polygon/Clip.pod  |  8 
 lib/Math/Polygon/Convex.pm |  4 ++--
 lib/Math/Polygon/Convex.pod|  8 
 lib/Math/Polygon/Surface.pm|  4 ++--
 lib/Math/Polygon/Surface.pod   |  8 
 lib/Math/Polygon/Transform.pm  |  4 ++--
 lib/Math/Polygon/Transform.pod |  8 
 {t => xt}/99pod.t  |  0
 19 files changed, 60 insertions(+), 55 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] 01/01: pristine-tar data for libmath-polygon-perl_1.06.orig.tar.gz

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libmath-polygon-perl.

commit 0891e07b96b3e30ce548ba2ceec27b27a770b099
Author: gregor herrmann 
Date:   Fri Aug 4 17:34:18 2017 -0400

pristine-tar data for libmath-polygon-perl_1.06.orig.tar.gz
---
 libmath-polygon-perl_1.06.orig.tar.gz.delta | Bin 0 -> 1946 bytes
 libmath-polygon-perl_1.06.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmath-polygon-perl_1.06.orig.tar.gz.delta 
b/libmath-polygon-perl_1.06.orig.tar.gz.delta
new file mode 100644
index 000..78f2525
Binary files /dev/null and b/libmath-polygon-perl_1.06.orig.tar.gz.delta differ
diff --git a/libmath-polygon-perl_1.06.orig.tar.gz.id 
b/libmath-polygon-perl_1.06.orig.tar.gz.id
new file mode 100644
index 000..4ca2e1e
--- /dev/null
+++ b/libmath-polygon-perl_1.06.orig.tar.gz.id
@@ -0,0 +1 @@
+0ad6969c871b9e45494afaa7a9fb7e12bc69affc

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] annotated tag upstream/1.06 created (now 487f2fe)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.06
in repository libmath-polygon-perl.

at  487f2fe   (tag)
   tagging  c91870b2f01ea84ee310d4d4680d9ffbe6816b81 (commit)
  replaces  upstream/1.05
 tagged by  gregor herrmann
on  Fri Aug 4 17:34:18 2017 -0400

- Log -
Upstream version 1.06

gregor herrmann (1):
  New upstream version 1.06

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] 02/07: New upstream release.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-polygon-perl.

commit 8316d6a5a3204f10d363283228cbe371f20d46d8
Author: gregor herrmann 
Date:   Fri Aug 4 17:35:03 2017 -0400

New upstream release.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fda57a6..1c67312 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmath-polygon-perl (1.06-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Fri, 04 Aug 2017 17:34:18 -0400
+
 libmath-polygon-perl (1.05-1) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] branch pristine-tar updated (a85de8a -> 0891e07)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libmath-polygon-perl.

  from  a85de8a   pristine-tar data for 
libmath-polygon-perl_1.05.orig.tar.gz
   new  0891e07   pristine-tar data for 
libmath-polygon-perl_1.06.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libmath-polygon-perl_1.06.orig.tar.gz.delta | Bin 0 -> 1946 bytes
 libmath-polygon-perl_1.06.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmath-polygon-perl_1.06.orig.tar.gz.delta
 create mode 100644 libmath-polygon-perl_1.06.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] annotated tag debian/1.06-1 created (now f7aeff9)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.06-1
in repository libmath-polygon-perl.

at  f7aeff9   (tag)
   tagging  edf4dbe3000f2245003b0e1236cd041a472cfc5e (commit)
  replaces  debian/1.05-1
 tagged by  gregor herrmann
on  Fri Aug 4 17:38:14 2017 -0400

- Log -
tagging package libmath-polygon-perl version debian/1.06-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmE6UZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qga8WQ/+Nxn9I1/HQ48MVy7XsJlDI3MfFYd4BsdiAwqV1rmJXLWn0Si7J9HdYZws
490oYXY8dfrvRieL7l2CSuimS3n8lK3AEABqTm2vuybugk4M0Y+38lPGDZWV1p67
DJ/sBJB5R1LqwshzD49gtt7gx3gvb1H/vjfQ+54mRJ+84i+bwZQE7AKUIIzkLkh3
Z1uSnQWL3UjP126wfobAIX2C/BuULsXya6lCiI6FZFNO7M8UPotGmcfE+9DVqS4h
ItqLqdRCqaGP432RqPuZZiyPym7z1z6xzCeKM/0SbyjCtTfrqgKekjy+HTRaL/HA
9DMOOZaWA8CfQBkKaZ2xcrQ6E/3AzXtKve3UY67/WZN9B+T8Ha+1jYHSJlyxU3qW
WzTajbi1wH2Cjd8yyW7wAMvyJx6N6eBbn2XHSrzzsFKV/5N2en108WVbgzvqtJ9p
qgT+V6msvoWD2kMkytSm5KLqQ2DKFBdZFo7dcNo8TxPZsy/4x79lCUf2O4bxncnJ
0KV/Mr98y9DSH71pqKtdUosmUStH3YHJxRCf7Zks2EelOzkBGEY+mHly7R8nmIOL
Lxo0fcnHDbilj7J4ZxZ+OLswSCf4LzFQyqA7jTfUea2DGpKM8fgPX+WjT7OMRIyR
hd5rup23blrLe3Yby0ekOVUe+avhvW2Mo12pv+Mwkk4oIP2c7yE=
=dPkF
-END PGP SIGNATURE-

gregor herrmann (8):
  New upstream version 1.06
  Updated version 1.06 from 'upstream/1.06'
  New upstream release.
  Drop fix-spelling-error patch, applied upstream.
  Update years of upstream copyright.
  Drop build dependency on libtest-pod-perl.
  Declare compliance with Debian Policy 4.0.0.
  releasing package libmath-polygon-perl version 1.06-1

---

This annotated tag includes the following new commits:

   new  cb20f63   Updated version 1.06 from 'upstream/1.06'
   new  8316d6a   New upstream release.
   new  10d7ffa   Drop fix-spelling-error patch, applied upstream.
   new  b310c89   Update years of upstream copyright.
   new  67beaea   Drop build dependency on libtest-pod-perl.
   new  446600f   Declare compliance with Debian Policy 4.0.0.
   new  edf4dbe   releasing package libmath-polygon-perl version 1.06-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] 07/07: releasing package libmath-polygon-perl version 1.06-1

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-polygon-perl.

commit edf4dbe3000f2245003b0e1236cd041a472cfc5e
Author: gregor herrmann 
Date:   Fri Aug 4 17:38:14 2017 -0400

releasing package libmath-polygon-perl version 1.06-1
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c67312..9c5b274 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libmath-polygon-perl (1.06-1) UNRELEASED; urgency=medium
+libmath-polygon-perl (1.06-1) unstable; urgency=medium
 
+  * Team upload.
   * New upstream release.
+  * Drop fix-spelling-error patch, applied upstream.
+  * Update years of upstream copyright.
+  * Drop build dependency on libtest-pod-perl.
+  * Declare compliance with Debian Policy 4.0.0.
 
- -- gregor herrmann   Fri, 04 Aug 2017 17:34:18 -0400
+ -- gregor herrmann   Fri, 04 Aug 2017 17:36:51 -0400
 
 libmath-polygon-perl (1.05-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] branch master updated (2c870f4 -> edf4dbe)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-polygon-perl.

  from  2c870f4   releasing package libmath-polygon-perl version 1.05-1
  adds  c91870b   New upstream version 1.06
   new  cb20f63   Updated version 1.06 from 'upstream/1.06'
   new  8316d6a   New upstream release.
   new  10d7ffa   Drop fix-spelling-error patch, applied upstream.
   new  b310c89   Update years of upstream copyright.
   new  67beaea   Drop build dependency on libtest-pod-perl.
   new  446600f   Declare compliance with Debian Policy 4.0.0.
   new  edf4dbe   releasing package libmath-polygon-perl version 1.06-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog |  9 +
 MANIFEST  |  2 +-
 META.json |  7 +++
 META.yml  |  3 +--
 Makefile.PL   |  6 ++
 README| 12 ++--
 debian/changelog  | 11 +++
 debian/control|  5 ++---
 debian/copyright  |  2 +-
 debian/patches/fix-spelling-error | 18 --
 debian/patches/series |  1 -
 lib/Math/Polygon.pm   |  6 +++---
 lib/Math/Polygon.pod  | 10 +-
 lib/Math/Polygon/Calc.pm  |  4 ++--
 lib/Math/Polygon/Calc.pod |  8 
 lib/Math/Polygon/Clip.pm  |  4 ++--
 lib/Math/Polygon/Clip.pod |  8 
 lib/Math/Polygon/Convex.pm|  4 ++--
 lib/Math/Polygon/Convex.pod   |  8 
 lib/Math/Polygon/Surface.pm   |  4 ++--
 lib/Math/Polygon/Surface.pod  |  8 
 lib/Math/Polygon/Transform.pm |  4 ++--
 lib/Math/Polygon/Transform.pod|  8 
 {t => xt}/99pod.t |  0
 24 files changed, 74 insertions(+), 78 deletions(-)
 delete mode 100644 debian/patches/fix-spelling-error
 delete mode 100644 debian/patches/series
 rename {t => xt}/99pod.t (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] 06/07: Declare compliance with Debian Policy 4.0.0.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-polygon-perl.

commit 446600fe37854be0900b74c329ca09e2d8dbb54d
Author: gregor herrmann 
Date:   Fri Aug 4 17:36:40 2017 -0400

Declare compliance with Debian Policy 4.0.0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e1cfa87..a59363d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-polygon-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git
 Homepage: https://metacpan.org/release/Math-Polygon

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-polygon-perl] 05/07: Drop build dependency on libtest-pod-perl.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-polygon-perl.

commit 67beaea07123de9a34a20260520c44ca76a6110a
Author: gregor herrmann 
Date:   Fri Aug 4 17:36:15 2017 -0400

Drop build dependency on libtest-pod-perl.
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index e44160a..e1cfa87 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libtest-pod-perl,
- perl
+Build-Depends-Indep: perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-polygon-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-polygon-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] annotated tag debian/2.15-1 created (now ee06f49)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/2.15-1
in repository libmath-gmp-perl.

at  ee06f49   (tag)
   tagging  be786338dd9816309f75392af655ca6c2a5410ff (commit)
  replaces  debian/2.13-1
 tagged by  gregor herrmann
on  Fri Aug 4 17:33:35 2017 -0400

- Log -
tagging package libmath-gmp-perl version debian/2.15-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmE6C9fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgb7GRAAkLB7INLlOLdUDNuC+h20Xu3Xc8T9oj6j7nlELPbh4rExZ/TEDcGu3SIF
SRD67MC3TEaTWgYZ0D25YwKCHlMC3cgzBK4vzvief/p6lze7j69gE8ndDsOehrRs
nHuyDRYohfcB7q9xmZADRl4/Wihkeih/e/ncjs0ijVGJG7PuGhyj/h8PyNx1K93T
w0p7p74rW2UFqfH6gjVF/UaDjVA1vXB5UyPt1hL7wsEjqyG50aJaywzS92zWGZXB
9lOp4rCmhWTgFT4LgCqAZzqBQ3TNOzzHlLnIy5G2yIx8d+nP9paAKvwkVZ06Tx9x
519cCNPnivOwYwYCxB4vV2kZEXDdBTcX6Vn33CxPVHIm/y8XGqBXncrNcL+4zaS4
0nOCh9D22goeCO78uFaw9/XHQvHgGyrH3b8GuwBklelh0su0PpnTB/WmuYDlQoAY
7jq76H/zlbjI4EPmGmKxE7XU1bwfXuWuXonZXNS6+r4vpc7d+1WKCtoudUjdAkn+
LSb7kQkxB0Hfn70QbME3pGPRr23NnP7SijFeKfxWrOShKlzRqy/g2mgqmiugnWsP
TybDMi4v7UGLcF7sEenzXi7C9y8FzzX+fLJNkYXY344mpbqlnio473KqUXH8DiGm
omEcl5F1RkkJth23GuvQW4lwWGxzuj4ODsy7Ds6VmOk/RPHY+iw=
=1rSL
-END PGP SIGNATURE-

Shlomi Fish (2):
  Convert to the [Signature] plugin.
  Bump required perl version to 5.10.x.

gregor herrmann (6):
  New upstream version 2.15
  Updated version 2.15 from 'upstream/2.15'
  Update debian/changelog
  Update years of packaging copyright.
  Declare compliance with Debian Policy 4.0.0.
  releasing package libmath-gmp-perl version 2.15-1

---

This annotated tag includes the following new commits:

   new  6d6cb0c   Updated version 2.15 from 'upstream/2.15'
   new  b7b0b37   Update debian/changelog
   new  3049412   Update years of packaging copyright.
   new  b1fd527   Declare compliance with Debian Policy 4.0.0.
   new  be78633   releasing package libmath-gmp-perl version 2.15-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] branch master updated (09c4c99 -> be78633)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-gmp-perl.

  from  09c4c99   Prepare changelog for release
  adds  cfe33e4   Convert to the [Signature] plugin.
  adds  5eb0e00   Bump required perl version to 5.10.x.
  adds  632750d   New upstream version 2.15
   new  6d6cb0c   Updated version 2.15 from 'upstream/2.15'
   new  b7b0b37   Update debian/changelog
   new  3049412   Update years of packaging copyright.
   new  b1fd527   Declare compliance with Debian Policy 4.0.0.
   new  be78633   releasing package libmath-gmp-perl version 2.15-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes  | 10 ++
 META.json| 10 +-
 META.yml |  8 
 Makefile.PL  |  6 +++---
 SIGNATURE| 47 +--
 debian/changelog |  9 +
 debian/control   | 13 +
 debian/copyright |  2 +-
 dist.ini |  1 +
 lib/Math/GMP.pm  |  6 +++---
 10 files changed, 70 insertions(+), 42 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] 01/01: pristine-tar data for libmath-gmp-perl_2.15.orig.tar.gz

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libmath-gmp-perl.

commit 47e8f2f87cc3f6ed0fe440340a6d5934f457f944
Author: gregor herrmann 
Date:   Fri Aug 4 17:30:14 2017 -0400

pristine-tar data for libmath-gmp-perl_2.15.orig.tar.gz
---
 libmath-gmp-perl_2.15.orig.tar.gz.delta | Bin 0 -> 2033 bytes
 libmath-gmp-perl_2.15.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmath-gmp-perl_2.15.orig.tar.gz.delta 
b/libmath-gmp-perl_2.15.orig.tar.gz.delta
new file mode 100644
index 000..b417252
Binary files /dev/null and b/libmath-gmp-perl_2.15.orig.tar.gz.delta differ
diff --git a/libmath-gmp-perl_2.15.orig.tar.gz.id 
b/libmath-gmp-perl_2.15.orig.tar.gz.id
new file mode 100644
index 000..dfbf404
--- /dev/null
+++ b/libmath-gmp-perl_2.15.orig.tar.gz.id
@@ -0,0 +1 @@
+8aa30571df403ffa824b581d66960b927259771f

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] annotated tag upstream/2.15 created (now d155046)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/2.15
in repository libmath-gmp-perl.

at  d155046   (tag)
   tagging  632750d3de744cd6313f03564f220050d4616400 (commit)
  replaces  upstream/2.13
 tagged by  gregor herrmann
on  Fri Aug 4 17:30:14 2017 -0400

- Log -
Upstream version 2.15

Shlomi Fish (2):
  Convert to the [Signature] plugin.
  Bump required perl version to 5.10.x.

gregor herrmann (1):
  New upstream version 2.15

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] 03/05: Update years of packaging copyright.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gmp-perl.

commit 304941251ced9d4c52c6f9c3416d35de8c2b80de
Author: gregor herrmann 
Date:   Fri Aug 4 17:31:01 2017 -0400

Update years of packaging copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 1cd75f9..4b9964c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ Files: debian/*
 Copyright:
  2005-2006, Florian Ragwitz 
  2008,  Niko Tyni 
- 2008,  gregor herrmann 
+ 2008-2017, gregor herrmann 
  2008,  Ansgar Burchardt 
  2011-2016, Salvatore Bonaccorso 
  2014,  Daniel Lintott 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] 04/05: Declare compliance with Debian Policy 4.0.0.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gmp-perl.

commit b1fd527f4ddb1162c594c9e909699f7498f929df
Author: gregor herrmann 
Date:   Fri Aug 4 17:31:17 2017 -0400

Declare compliance with Debian Policy 4.0.0.
---
 debian/control | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 3f99c79..9977cb8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,22 @@ Uploaders: Ansgar Burchardt ,
Salvatore Bonaccorso ,
Daniel Lintott 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~), libdevel-checklib-perl, libgmp-dev, 
perl
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9.20120312~),
+   libdevel-checklib-perl,
+   libgmp-dev,
+   perl
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-gmp-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git
 Homepage: https://metacpan.org/release/Math-GMP
-Testsuite: autopkgtest-pkg-perl
 
 Package: libmath-gmp-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
 Description: high speed arbitrary size integer math for perl
  Math::GMP was designed to be a drop-in replacement both for
  Math::BigInt and for regular integer arithmetic.  Unlike BigInt,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] 05/05: releasing package libmath-gmp-perl version 2.15-1

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gmp-perl.

commit be786338dd9816309f75392af655ca6c2a5410ff
Author: gregor herrmann 
Date:   Fri Aug 4 17:33:35 2017 -0400

releasing package libmath-gmp-perl version 2.15-1
---
 debian/changelog | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 368813a..a38c177 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-libmath-gmp-perl (2.15-1) UNRELEASED; urgency=medium
+libmath-gmp-perl (2.15-1) unstable; urgency=medium
 
-  * Import upstream version 2.15
+  * Team upload.
+  * Import upstream version 2.15.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 4.0.0.
 
- -- gregor herrmann   Fri, 04 Aug 2017 17:30:14 -0400
+ -- gregor herrmann   Fri, 04 Aug 2017 17:32:19 -0400
 
 libmath-gmp-perl (2.13-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] branch pristine-tar updated (ac8b6da -> 47e8f2f)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libmath-gmp-perl.

  from  ac8b6da   pristine-tar data for libmath-gmp-perl_2.13.orig.tar.gz
   new  47e8f2f   pristine-tar data for libmath-gmp-perl_2.15.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libmath-gmp-perl_2.15.orig.tar.gz.delta | Bin 0 -> 2033 bytes
 libmath-gmp-perl_2.15.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmath-gmp-perl_2.15.orig.tar.gz.delta
 create mode 100644 libmath-gmp-perl_2.15.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] 02/05: Update debian/changelog

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gmp-perl.

commit b7b0b37e90a6d07fbe7b1fb6c86fda74dca03a89
Author: gregor herrmann 
Date:   Fri Aug 4 17:30:14 2017 -0400

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 88e67cc..368813a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmath-gmp-perl (2.15-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 2.15
+
+ -- gregor herrmann   Fri, 04 Aug 2017 17:30:14 -0400
+
 libmath-gmp-perl (2.13-1) unstable; urgency=medium
 
   * Import upstream version 2.13

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-gmp-perl] 01/05: Updated version 2.15 from 'upstream/2.15'

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gmp-perl.

commit 6d6cb0c1afb819f7e5dfd37d7daaee5f7864522b
Merge: 09c4c99 632750d
Author: gregor herrmann 
Date:   Fri Aug 4 17:30:14 2017 -0400

Updated version 2.15 from 'upstream/2.15'

with Debian dir 40a29300e91fe1906c1cbbf4dd3226c238339fc9

 Changes | 10 ++
 META.json   | 10 +-
 META.yml|  8 
 Makefile.PL |  6 +++---
 SIGNATURE   | 47 +--
 dist.ini|  1 +
 lib/Math/GMP.pm |  6 +++---
 7 files changed, 51 insertions(+), 37 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] branch pristine-tar updated (c788f33 -> bfa33d9)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libmath-bigint-perl.

  from  c788f33   pristine-tar data for 
libmath-bigint-perl_1.999808.orig.tar.gz
   new  bfa33d9   pristine-tar data for 
libmath-bigint-perl_1.999811.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libmath-bigint-perl_1.999811.orig.tar.gz.delta | Bin 0 -> 7859 bytes
 libmath-bigint-perl_1.999811.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmath-bigint-perl_1.999811.orig.tar.gz.delta
 create mode 100644 libmath-bigint-perl_1.999811.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] branch master updated (a9acfd3 -> d3fb2e4)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-bigint-perl.

  from  a9acfd3   Update changelog.
  adds  59a48a5   New upstream version 1.999811
   new  c51d6e8   Updated version 1.999811 from 'upstream/1.999811'
   new  689c4fa   New upstream release.
   new  ab17701   Update years of packaging copyright.
   new  bb6bfd1   Declare compliance with Debian Policy 4.0.0.
   new  d3fb2e4   releasing package libmath-bigint-perl version 1.999811-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES|  56 +
 MANIFEST   |   6 +
 MANIFEST.SKIP  |   1 +
 META.json  |   2 +-
 META.yml   |   2 +-
 SIGNATURE  |  66 +++---
 debian/changelog   |   8 +
 debian/control |   2 +-
 debian/copyright   |   2 +-
 lib/Math/BigFloat.pm   |  69 +++---
 lib/Math/BigInt.pm | 231 +--
 lib/Math/BigInt/Calc.pm|   2 +-
 lib/Math/BigInt/CalcEmu.pm |   2 +-
 lib/Math/BigInt/Lib.pm | 108 -
 t/Math/BigFloat/Subclass.pm|   4 +-
 t/Math/BigInt/Subclass.pm  |   4 +-
 t/author-lib-arithmetic-unary-_fib.dat | 251 +
 ...y-_fac.t => author-lib-arithmetic-unary-_fib.t} |  36 +--
 t/author-lib-arithmetic-unary-_lucas.dat   | 251 +
 ..._fac.t => author-lib-arithmetic-unary-_lucas.t} |  36 +--
 t/bare_mbf.t   |   2 +-
 t/bare_mbi.t   |   2 +-
 t/bfib-mbi.t   |  86 +++
 t/bigfltpm.inc | 167 +-
 t/bigfltpm.t   |   2 +-
 t/bigintpm.inc | 131 +++
 t/bigintpm.t   |   2 +-
 t/blucas-mbi.t |  86 +++
 t/calling.t|   2 +-
 t/sub_mbf.t|   2 +-
 t/sub_mbi.t|   2 +-
 t/upgradef.t   |   2 +-
 t/with_sub.t   |   2 +-
 33 files changed, 1387 insertions(+), 240 deletions(-)
 create mode 100644 t/author-lib-arithmetic-unary-_fib.dat
 copy t/{author-lib-arithmetic-unary-_fac.t => 
author-lib-arithmetic-unary-_fib.t} (76%)
 create mode 100644 t/author-lib-arithmetic-unary-_lucas.dat
 copy t/{author-lib-arithmetic-unary-_fac.t => 
author-lib-arithmetic-unary-_lucas.t} (76%)
 create mode 100644 t/bfib-mbi.t
 create mode 100644 t/blucas-mbi.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] 04/05: Declare compliance with Debian Policy 4.0.0.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-bigint-perl.

commit bb6bfd1b600651badc352c2fecb4824380673cb5
Author: gregor herrmann 
Date:   Fri Aug 4 17:26:41 2017 -0400

Declare compliance with Debian Policy 4.0.0.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 809098e..7e81a3d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-bigint-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git
 Homepage: https://metacpan.org/release/Math-BigInt

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] 01/01: pristine-tar data for libmath-bigint-perl_1.999811.orig.tar.gz

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libmath-bigint-perl.

commit bfa33d984d3e0a287cdb0ce9d60df832a227bc40
Author: gregor herrmann 
Date:   Fri Aug 4 17:24:50 2017 -0400

pristine-tar data for libmath-bigint-perl_1.999811.orig.tar.gz
---
 libmath-bigint-perl_1.999811.orig.tar.gz.delta | Bin 0 -> 7859 bytes
 libmath-bigint-perl_1.999811.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmath-bigint-perl_1.999811.orig.tar.gz.delta 
b/libmath-bigint-perl_1.999811.orig.tar.gz.delta
new file mode 100644
index 000..a05d348
Binary files /dev/null and b/libmath-bigint-perl_1.999811.orig.tar.gz.delta 
differ
diff --git a/libmath-bigint-perl_1.999811.orig.tar.gz.id 
b/libmath-bigint-perl_1.999811.orig.tar.gz.id
new file mode 100644
index 000..14426b1
--- /dev/null
+++ b/libmath-bigint-perl_1.999811.orig.tar.gz.id
@@ -0,0 +1 @@
+342daeb06b08a94f096fdf05a32bcd24f8033351

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] 01/05: Updated version 1.999811 from 'upstream/1.999811'

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-bigint-perl.

commit c51d6e8eb309186fd72d4bfb76280a6b20f2436d
Merge: a9acfd3 59a48a5
Author: gregor herrmann 
Date:   Fri Aug 4 17:24:50 2017 -0400

Updated version 1.999811 from 'upstream/1.999811'

with Debian dir 8e0936411dcd99464cde63eeb5f50268e285

 CHANGES  |  56 +++
 MANIFEST |   6 +
 MANIFEST.SKIP|   1 +
 META.json|   2 +-
 META.yml |   2 +-
 SIGNATURE|  66 
 lib/Math/BigFloat.pm |  69 +
 lib/Math/BigInt.pm   | 231 +---
 lib/Math/BigInt/Calc.pm  |   2 +-
 lib/Math/BigInt/CalcEmu.pm   |   2 +-
 lib/Math/BigInt/Lib.pm   | 108 -
 t/Math/BigFloat/Subclass.pm  |   4 +-
 t/Math/BigInt/Subclass.pm|   4 +-
 t/author-lib-arithmetic-unary-_fib.dat   | 251 +++
 t/author-lib-arithmetic-unary-_fib.t | 140 +
 t/author-lib-arithmetic-unary-_lucas.dat | 251 +++
 t/author-lib-arithmetic-unary-_lucas.t   | 140 +
 t/bare_mbf.t |   2 +-
 t/bare_mbi.t |   2 +-
 t/bfib-mbi.t |  86 +++
 t/bigfltpm.inc   | 167 +---
 t/bigfltpm.t |   2 +-
 t/bigintpm.inc   | 131 ++--
 t/bigintpm.t |   2 +-
 t/blucas-mbi.t   |  86 +++
 t/calling.t  |   2 +-
 t/sub_mbf.t  |   2 +-
 t/sub_mbi.t  |   2 +-
 t/upgradef.t |   2 +-
 t/with_sub.t |   2 +-
 30 files changed, 1617 insertions(+), 206 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] annotated tag debian/1.999811-1 created (now 6f5c0cf)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.999811-1
in repository libmath-bigint-perl.

at  6f5c0cf   (tag)
   tagging  d3fb2e46131e677b8abe48b8c67423f227ee909e (commit)
  replaces  debian/1.999808-1
 tagged by  gregor herrmann
on  Fri Aug 4 17:29:19 2017 -0400

- Log -
tagging package libmath-bigint-perl version debian/1.999811-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlmE5y9fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaH4w/+NILs3u7bQIkZ3C7isiGpXIZT1i21mktruCQPQzewTiPksCK/PvBkj++4
YXDXyV2xZhzzFTxUr9dsTV//+5JHeOitcpYJPisVvc+Fou70fWy6TvmztnUyscJi
lbDpCMgnCZ+DgBbOjBnwjzYWJEgjzowaWewNDTwpb/xgxBJenL+xOfdJzYTsRiOj
8vhwrKzM75GGdM0P9ww2HuHSzWqMCaBISwsIYJbZFjAHLeJ6rgqgMBvESx6y14YN
mSiSB8Loy/5Fh3JuYQQvaNw/P4HfxOpwJM0wn/U8cf5L+NRl5gHgDFZ6P+NDnFiG
H9KmagSXBGiqkqvKzxSstccXCt26GAiR3hta4jIHySyQXOytF1dWSrJ3O/ndjsmw
vu5cgnGLzvSSdsa5aKHPD6DUDKC0S/wXkYOgvZeA1gQb//GGt35u+jx9Lgz2IACR
cHAAOwgLdLDYP7EFTLDqY0X1DP8CStnErnXTSdmIEQZ0lg+wyx/c1JW8x+RUd3vj
WHA4Y1Z9HfVwOVNvwuNYepoA0vBvdwx2mXtUWRwBxn8+4S5YIO8BlFpk1g75zx37
IRjKjo2dpvKt8UuQZdmgmazk5v1hoIyaxNYDohpWmcwirH/I0yVNCZM74piYdpU1
7Pc6K88INQTOGJFTMUiaC9eOCXHuk6ASclTdp44ig7CR6Hid6XY=
=g/LL
-END PGP SIGNATURE-

gregor herrmann (6):
  New upstream version 1.999811
  Updated version 1.999811 from 'upstream/1.999811'
  New upstream release.
  Update years of packaging copyright.
  Declare compliance with Debian Policy 4.0.0.
  releasing package libmath-bigint-perl version 1.999811-1

---

This annotated tag includes the following new commits:

   new  c51d6e8   Updated version 1.999811 from 'upstream/1.999811'
   new  689c4fa   New upstream release.
   new  ab17701   Update years of packaging copyright.
   new  bb6bfd1   Declare compliance with Debian Policy 4.0.0.
   new  d3fb2e4   releasing package libmath-bigint-perl version 1.999811-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] 03/05: Update years of packaging copyright.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-bigint-perl.

commit ab177016ba67872d4686875f2b2b83c0d6a5ee01
Author: gregor herrmann 
Date:   Fri Aug 4 17:26:31 2017 -0400

Update years of packaging copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index e6cc0fc..cad588e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Copyright: 1996-2001, Mark Biggar
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010-2016, gregor herrmann 
+Copyright: 2010-2017, gregor herrmann 
  2011, Jonathan Yu 
  2011, Alessandro Ghedini 
  2015-2016, Lucas Kanashiro 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] 05/05: releasing package libmath-bigint-perl version 1.999811-1

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-bigint-perl.

commit d3fb2e46131e677b8abe48b8c67423f227ee909e
Author: gregor herrmann 
Date:   Fri Aug 4 17:29:19 2017 -0400

releasing package libmath-bigint-perl version 1.999811-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f2fa502..e1b5e18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libmath-bigint-perl (1.999811-1) UNRELEASED; urgency=medium
+libmath-bigint-perl (1.999811-1) unstable; urgency=medium
 
   * New upstream release.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 4.0.0.
 
- -- gregor herrmann   Fri, 04 Aug 2017 17:24:51 -0400
+ -- gregor herrmann   Fri, 04 Aug 2017 17:27:05 -0400
 
 libmath-bigint-perl (1.999808-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] annotated tag upstream/1.999811 created (now 937970d)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.999811
in repository libmath-bigint-perl.

at  937970d   (tag)
   tagging  59a48a5e7aaf460623dab0c79745c1123d70755e (commit)
  replaces  upstream/1.999808
 tagged by  gregor herrmann
on  Fri Aug 4 17:24:50 2017 -0400

- Log -
Upstream version 1.999811

gregor herrmann (1):
  New upstream version 1.999811

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-perl] 02/05: New upstream release.

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-bigint-perl.

commit 689c4faea346f7d2f428acee18593ccb1adb5a8f
Author: gregor herrmann 
Date:   Fri Aug 4 17:25:47 2017 -0400

New upstream release.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index efcfc90..f2fa502 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmath-bigint-perl (1.999811-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Fri, 04 Aug 2017 17:24:51 -0400
+
 libmath-bigint-perl (1.999808-1) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-gmp-perl] branch master updated (4586d47 -> d009c79)

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmath-bigint-gmp-perl.

  from  4586d47   releasing package libmath-bigint-gmp-perl version 1.6003-1
  adds  a6d4392   New upstream version 1.6004
   new  9b3d257   Updated version 1.6004 from 'upstream/1.6004'
   new  6d876e6   New upstream release.
   new  3bb2d23   Declare compliance with Debian Policy 4.0.0.
   new  d009c79   releasing package libmath-bigint-gmp-perl version 1.6004-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES|  8 
 META.json  |  2 +-
 META.yml   |  2 +-
 SIGNATURE  | 22 +++---
 debian/changelog   |  7 +++
 debian/control |  2 +-
 lib/Math/BigInt/GMP.pm | 24 +++-
 7 files changed, 44 insertions(+), 23 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmath-bigint-gmp-perl] 01/04: Updated version 1.6004 from 'upstream/1.6004'

2017-08-04 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-bigint-gmp-perl.

commit 9b3d2572a14902082bfd4b7bb1c6c55049ac
Merge: 4586d47 a6d4392
Author: gregor herrmann 
Date:   Fri Aug 4 17:20:25 2017 -0400

Updated version 1.6004 from 'upstream/1.6004'

with Debian dir 0ae8f88243e948cff3ab529da1e67b293e5c135d

 CHANGES|  8 
 META.json  |  2 +-
 META.yml   |  2 +-
 SIGNATURE  | 22 +++---
 lib/Math/BigInt/GMP.pm | 24 +++-
 5 files changed, 36 insertions(+), 22 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-bigint-gmp-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


  1   2   3   4   >