[SCM] Packaging of Math::Vector::Real in Debian branch, master, updated. upstream/0.09-12-g4bfcfe9

Laszlo Kajan lkajan at rostlab.org
Thu Jun 14 14:50:16 UTC 2012


The following commit has been merged in the master branch:
commit 4801f2031e05dbe8c17e5b2cd3169133ed89ccee
Author: Laszlo Kajan <lkajan at rostlab.org>
Date:   Thu Jun 14 15:05:40 2012 +0200

    changed dh compatibility to 8

diff --git a/debian/README.source b/debian/README.source
index f2f6fdb..5b4b486 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,6 +1,8 @@
 Math::Vector::Real for Debian
------------------------------
+=============================
 
-* dh compatibility level kept on 7 in order to allow builds on Ubuntu LTS Lucid.
-  Increase compatibility level to 8 to allow builds on stable when Ubuntu Precise
-  becomes LTS.
+dh compatibility
+----------------
+dh compatibility level kept on 8 in order to allow builds on stable (squeeze at this time).  Increase when wheezy becomes stable.
+
+ -- Laszlo Kajan <lkajan at rostlab.org>  Thu, 14 Jun 2012 11:42:05 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index d3d451a..6ea0de5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Laszlo Kajan <lkajan at rostlab.org>, Shen Wei <weis at rostlab.org>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 8.0.0)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmath-vector-real-perl.git
@@ -14,7 +13,7 @@ Homepage: http://search.cpan.org/dist/Math-Vector-Real/
 Package: libmath-vector-real-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: real vector arithmetic in Perl
+Description: Perl module for real number vector arithmetic
  A simple pure Perl module to manipulate vectors of any dimension.
  .
  The function V, always exported by the module, allows one to create new

-- 
Packaging of Math::Vector::Real in Debian



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