[libpdl-io-matlab-perl] 01/02: minor packaging tweaks

Dima Kogan dima at secretsauce.net
Thu Dec 5 18:32:27 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-io-matlab-perl.

commit 2a8cc9ed69d9165d7d043721a2da3cf2768a619f
Author: Dima Kogan <dima at secretsauce.net>
Date:   Thu Dec 5 10:29:01 2013 -0800

    minor packaging tweaks
---
 debian/control                                                    | 8 ++++----
 debian/copyright                                                  | 4 ++--
 debian/patches/0001-PDL-IO-Matlab-now-works-with-PDL-2.007.patch  | 1 +
 ...002-I-use-the-libmatio-in-Debian-so-I-don-t-build-the-on.patch | 1 +
 ...003-printf-format-types-now-use-z-when-printing-size_t-d.patch | 1 +
 ...004-Make-now-knows-about-a-source-dependency-and-can-reb.patch | 1 +
 ...005-removed-POD-coverage-tests.-these-fail.-I-notified-u.patch | 1 +
 7 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index d2b91b6..04e3d51 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.20120312),
 # versioned pdl dep to get dh_pdl and PDL_Indx
  pdl (>= 1:2.007-2),
  libmatio-dev ( >= 1.5.0 )
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpdl-io-matlab-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpdl-io-matlab-perl.git
 Homepage: https://github.com/jlapeyre/PDL-IO-Matlab/
@@ -16,6 +16,6 @@ Homepage: https://github.com/jlapeyre/PDL-IO-Matlab/
 Package: libpdl-io-matlab-perl
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, ${pdl:Depends}
-Description: PDL support to reads/writes Matlab format data files
- This module provides routines to read and write Matlab data files in PDL (perl
- data language) programs. Both functional and OO interface are provided.
+Description: PDL support to reads/write Matlab format data files
+ PDL::IO::Matlab provides routines to read and write Matlab data files in PDL
+ (perl data language) programs. Both functional and OO interface are provided.
diff --git a/debian/copyright b/debian/copyright
index 903e089..6323594 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,7 @@ Files: matio-1.5.0/*
 Copyright: 2011, Christopher C. Hulbert
 Comment: This is in the source tree, but not used by this package as libmatio is
   already in Debian
-License: BSD
+License: BSD-2-clause
 
 Files: debian/*
 Copyright: 2013, Dima Kogan <dkogan at secretsauce.net>
@@ -33,7 +33,7 @@ License: GPL-1+
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
 
-License: BSD
+License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
diff --git a/debian/patches/0001-PDL-IO-Matlab-now-works-with-PDL-2.007.patch b/debian/patches/0001-PDL-IO-Matlab-now-works-with-PDL-2.007.patch
index 4e64e7c..9519cd8 100644
--- a/debian/patches/0001-PDL-IO-Matlab-now-works-with-PDL-2.007.patch
+++ b/debian/patches/0001-PDL-IO-Matlab-now-works-with-PDL-2.007.patch
@@ -1,6 +1,7 @@
 From: Dima Kogan <dima at secretsauce.net>
 Date: Sat, 16 Nov 2013 20:30:18 -0800
 Subject: PDL::IO::Matlab now works with PDL >= 2.007
+Forwarded: https://github.com/jlapeyre/PDL-IO-Matlab/issues/2
 
 PDL 2.007 introduced a new type used for dimension sizes. This patch uses that
 new type. This is a required change to work with newer PDLs. This patch does NOT
diff --git a/debian/patches/0002-I-use-the-libmatio-in-Debian-so-I-don-t-build-the-on.patch b/debian/patches/0002-I-use-the-libmatio-in-Debian-so-I-don-t-build-the-on.patch
index c2998ee..82fd97f 100644
--- a/debian/patches/0002-I-use-the-libmatio-in-Debian-so-I-don-t-build-the-on.patch
+++ b/debian/patches/0002-I-use-the-libmatio-in-Debian-so-I-don-t-build-the-on.patch
@@ -1,6 +1,7 @@
 From: Dima Kogan <dima at secretsauce.net>
 Date: Sat, 16 Nov 2013 20:30:41 -0800
 Subject: I use the libmatio in Debian, so I don't build the one here
+Forwarded: not-needed
 
 ---
  Makefile.PL | 33 ++++-----------------------------
diff --git a/debian/patches/0003-printf-format-types-now-use-z-when-printing-size_t-d.patch b/debian/patches/0003-printf-format-types-now-use-z-when-printing-size_t-d.patch
index 2dd933d..c03d80f 100644
--- a/debian/patches/0003-printf-format-types-now-use-z-when-printing-size_t-d.patch
+++ b/debian/patches/0003-printf-format-types-now-use-z-when-printing-size_t-d.patch
@@ -1,6 +1,7 @@
 From: Dima Kogan <dima at secretsauce.net>
 Date: Sat, 16 Nov 2013 20:56:24 -0800
 Subject: printf format types now use 'z' when printing size_t data
+Forwarded: https://github.com/jlapeyre/PDL-IO-Matlab/issues/2
 
 ---
  extra_matio.c | 6 +++---
diff --git a/debian/patches/0004-Make-now-knows-about-a-source-dependency-and-can-reb.patch b/debian/patches/0004-Make-now-knows-about-a-source-dependency-and-can-reb.patch
index 4ce05b8..266d845 100644
--- a/debian/patches/0004-Make-now-knows-about-a-source-dependency-and-can-reb.patch
+++ b/debian/patches/0004-Make-now-knows-about-a-source-dependency-and-can-reb.patch
@@ -2,6 +2,7 @@ From: Dima Kogan <dima at secretsauce.net>
 Date: Sat, 16 Nov 2013 21:52:51 -0800
 Subject: Make now knows about a source dependency and can rebuild
  intelligently
+Forwarded: https://github.com/jlapeyre/PDL-IO-Matlab/issues/2
 
 ---
  Makefile.PL | 9 ++++++++-
diff --git a/debian/patches/0005-removed-POD-coverage-tests.-these-fail.-I-notified-u.patch b/debian/patches/0005-removed-POD-coverage-tests.-these-fail.-I-notified-u.patch
index cc7269e..a2365fa 100644
--- a/debian/patches/0005-removed-POD-coverage-tests.-these-fail.-I-notified-u.patch
+++ b/debian/patches/0005-removed-POD-coverage-tests.-these-fail.-I-notified-u.patch
@@ -1,6 +1,7 @@
 From: Dima Kogan <dima at secretsauce.net>
 Date: Sat, 16 Nov 2013 22:05:42 -0800
 Subject: removed POD coverage tests. these fail. I notified upstream
+Forwarded: https://github.com/jlapeyre/PDL-IO-Matlab/issues/2
 
 ---
  t/pod-coverage.t | 18 ------------------

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



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