[libpdl-linearalgebra-perl] 05/05: patches

Dima Kogan dima at secretsauce.net
Tue Dec 3 23:10:03 UTC 2013


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch master
in repository libpdl-linearalgebra-perl.

commit 6f98cbd5cddae42f819c351643dbd62222ccc4a8
Author: Dima Kogan <dima at secretsauce.net>
Date:   Tue Dec 3 14:50:33 2013 -0800

    patches
---
 ...tten-Latin1-encoding-specs-added-proper-s.patch | 75 ++++++++++++++++++++++
 ...001-added-forgotten-Latin1-encoding-specs.patch | 33 ++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 109 insertions(+)

diff --git a/debian/patches/0001-added-forgotten-Latin1-encoding-specs-added-proper-s.patch b/debian/patches/0001-added-forgotten-Latin1-encoding-specs-added-proper-s.patch
new file mode 100644
index 0000000..5eeea7d
--- /dev/null
+++ b/debian/patches/0001-added-forgotten-Latin1-encoding-specs-added-proper-s.patch
@@ -0,0 +1,75 @@
+From: Dima Kogan <dima at secretsauce.net>
+Date: Tue, 3 Dec 2013 14:50:18 -0800
+Subject: added forgotten Latin1 encoding specs, added proper spacing to
+ existing specs
+
+---
+ Complex/complex.pd | 1 +
+ LinearAlgebra.pm   | 2 ++
+ Real/real.pd       | 1 +
+ Special/Special.pm | 2 ++
+ Trans/trans.pd     | 1 +
+ 5 files changed, 7 insertions(+)
+
+diff --git a/Complex/complex.pd b/Complex/complex.pd
+index dedacc2..9c6a675 100644
+--- a/Complex/complex.pd
++++ b/Complex/complex.pd
+@@ -116,6 +116,7 @@ use PDL::LinearAlgebra::Real;
+ 
+ 
+ =encoding Latin-1
++
+ =head1 NAME
+ 
+ PDL::LinearAlgebra::Complex - PDL interface to the lapack linear algebra programming library (complex number)
+diff --git a/LinearAlgebra.pm b/LinearAlgebra.pm
+index f9b93bc..7bf7b3b 100644
+--- a/LinearAlgebra.pm
++++ b/LinearAlgebra.pm
+@@ -123,6 +123,8 @@ sub norm {
+ }
+ ########################################################################
+ 
++=encoding Latin-1
++
+ =head1 NAME
+ 
+ PDL::LinearAlgebra - Linear Algebra utils for PDL
+diff --git a/Real/real.pd b/Real/real.pd
+index 6049f74..133ae1b 100644
+--- a/Real/real.pd
++++ b/Real/real.pd
+@@ -93,6 +93,7 @@ use strict;
+ 
+ 
+ =encoding Latin-1
++
+ =head1 NAME
+ 
+ PDL::LinearAlgebra::Real - PDL interface to the real lapack linear algebra programming library
+diff --git a/Special/Special.pm b/Special/Special.pm
+index 122a31c..8d0e239 100644
+--- a/Special/Special.pm
++++ b/Special/Special.pm
+@@ -19,6 +19,8 @@ our @ISA = ( 'PDL::Exporter');
+ 
+ use strict;
+ 
++=encoding Latin-1
++
+ =head1 NAME
+ 
+ PDL::LinearAlgebra::Special - Special matrices for PDL
+diff --git a/Trans/trans.pd b/Trans/trans.pd
+index e809b52..a0a14f5 100644
+--- a/Trans/trans.pd
++++ b/Trans/trans.pd
+@@ -107,6 +107,7 @@ use PDL::LinearAlgebra::Complex qw //;
+ use strict;
+ 
+ =encoding Latin-1
++
+ =head1 NAME
+ 
+ PDL::LinearAlgebra::Trans - Linear Algebra based transcendental functions for PDL
diff --git a/debian/patches/0001-added-forgotten-Latin1-encoding-specs.patch b/debian/patches/0001-added-forgotten-Latin1-encoding-specs.patch
new file mode 100644
index 0000000..6b34407
--- /dev/null
+++ b/debian/patches/0001-added-forgotten-Latin1-encoding-specs.patch
@@ -0,0 +1,33 @@
+From: Dima Kogan <dima at secretsauce.net>
+Date: Tue, 3 Dec 2013 14:50:18 -0800
+Subject: added forgotten Latin1 encoding specs
+
+---
+ LinearAlgebra.pm   | 1 +
+ Special/Special.pm | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/LinearAlgebra.pm b/LinearAlgebra.pm
+index f9b93bc..4913cdb 100644
+--- a/LinearAlgebra.pm
++++ b/LinearAlgebra.pm
+@@ -123,6 +123,7 @@ sub norm {
+ }
+ ########################################################################
+ 
++=encoding Latin-1
+ =head1 NAME
+ 
+ PDL::LinearAlgebra - Linear Algebra utils for PDL
+diff --git a/Special/Special.pm b/Special/Special.pm
+index 122a31c..0d9bd65 100644
+--- a/Special/Special.pm
++++ b/Special/Special.pm
+@@ -19,6 +19,7 @@ our @ISA = ( 'PDL::Exporter');
+ 
+ use strict;
+ 
++=encoding Latin-1
+ =head1 NAME
+ 
+ PDL::LinearAlgebra::Special - Special matrices for PDL
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..12ea5c3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-added-forgotten-Latin1-encoding-specs-added-proper-s.patch

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



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