[libpdf-api2-perl] 05/08: Refresh reproducible-resources.patch (offset).
gregor herrmann
gregoa at debian.org
Sun Oct 30 23:54:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libpdf-api2-perl.
commit 6d14770077ffdbfbfb4463a60e59bb54a8bf573f
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Oct 31 00:47:10 2016 +0100
Refresh reproducible-resources.patch (offset).
---
debian/patches/reproducible-resources.patch | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/debian/patches/reproducible-resources.patch b/debian/patches/reproducible-resources.patch
index fe3feeb..a837f68 100644
--- a/debian/patches/reproducible-resources.patch
+++ b/debian/patches/reproducible-resources.patch
@@ -5,13 +5,17 @@ Description: Remove '~'.time() from internal font IDs
.
Keeping '~'.time() only makes the output unreproducible and adds a slight
performance penalty for thesyscall needed to get the current time.
-Author: Damyan Ivanov <dmn at debian.org>
-Bug-Debian: https://bugs.debian.org/818363
Bug: https://rt.cpan.org/Ticket/Display.html?id=113084
+Bug-Debian: https://bugs.debian.org/818363
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113084
+Author: Damyan Ivanov <dmn at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-10-31
+Applied-Upstream: no. rejected.
--- a/lib/PDF/API2/Resource/CIDFont/TrueType.pm
+++ b/lib/PDF/API2/Resource/CIDFont/TrueType.pm
-@@ -38,7 +38,7 @@ sub new {
+@@ -39,7 +39,7 @@ sub new {
my ($ff,$data)=PDF::API2::Resource::CIDFont::TrueType::FontFile->new($pdf,$file, at opts);
$class = ref $class if ref $class;
@@ -20,7 +24,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113084
$pdf->new_obj($self) if(defined($pdf) && !$self->is_obj($pdf));
$self->{' data'}=$data;
-@@ -51,7 +51,7 @@ sub new {
+@@ -52,7 +52,7 @@ sub new {
$de->{'FontDescriptor'} = $des;
$de->{'Subtype'} = PDFName($self->iscff ? 'CIDFontType0' : 'CIDFontType2');
@@ -31,7 +35,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113084
if($opts{-noembed} != 1)
--- a/lib/PDF/API2/Resource/Font/BdFont.pm
+++ b/lib/PDF/API2/Resource/Font/BdFont.pm
-@@ -56,7 +56,7 @@ sub new {
+@@ -57,7 +57,7 @@ sub new {
my %opts=@opts;
$class = ref $class if ref $class;
@@ -40,7 +44,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113084
$pdf->new_obj($self) unless($self->is_obj($pdf));
# adobe bitmap distribution font
-@@ -202,7 +202,7 @@ sub readBDF {
+@@ -203,7 +203,7 @@ sub readBDF {
$data->{bbox}{'.notdef'} = [0, 0, 0, 0];
}
@@ -53,7 +57,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113084
+++ b/lib/PDF/API2/Resource/Font/CoreFont.pm
@@ -164,7 +164,7 @@ sub new
#}
-
+
$class = ref $class if ref $class;
- $self = $class->SUPER::new($pdf, $data->{apiname}.pdfkey().'~'.time());
+ $self = $class->SUPER::new($pdf, $data->{apiname}.pdfkey());
@@ -62,7 +66,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113084
$self->{-dokern}=1 if($opts{-dokern});
--- a/lib/PDF/API2/Resource/Font/Postscript.pm
+++ b/lib/PDF/API2/Resource/Font/Postscript.pm
-@@ -28,7 +28,7 @@ sub new {
+@@ -29,7 +29,7 @@ sub new {
}
$class = ref $class if ref $class;
@@ -71,7 +75,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113084
$pdf->new_obj($self) unless($self->is_obj($pdf));
$self->{' data'}=$data;
-@@ -40,7 +40,7 @@ sub new {
+@@ -41,7 +41,7 @@ sub new {
$self->{'FontDescriptor'}=$self->descrByData();
if(-f $psfile)
{
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdf-api2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list