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

Laszlo Kajan lkajan at rostlab.org
Mon Jun 18 21:39:33 UTC 2012


The following commit has been merged in the master branch:
commit 768a5e8a0b66e664220da89f5a92f31dd015066d
Author: Laszlo Kajan <lkajan at rostlab.org>
Date:   Mon Jun 18 23:28:19 2012 +0200

    response to Gregor Herrmann's comments

diff --git a/debian/control b/debian/control
index 6ea0de5..455be42 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +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>
-Build-Depends: debhelper (>= 8.0.0)
+Build-Depends: debhelper (>= 8)
 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,12 +14,13 @@ Package: libmath-vector-real-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module for real number vector arithmetic
- A simple pure Perl module to manipulate vectors of any dimension.
+ Math::Vector::Real is a pure Perl module to manipulate vectors of
+ any dimension.
  .
  The function V, always exported by the module, allows one to create new
  vectors:
  .
- my $v = V(0, 1, 3, -1);
+ $v = V(0, 1, 3, -1);
  .
  Vectors are represented as blessed array references. It is allowed to
  manipulate the arrays directly as far as only real numbers are inserted
diff --git a/debian/copyright b/debian/copyright
index 1ea4c05..3962463 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Source: http://search.cpan.org/dist/Math-Vector-Real/
 Files: debian/*
 Copyright: 2012, Laszlo Kajan <lkajan at rostlab.org>
            2012, Shen Wei <weis at rostlab.org>
-License: GPL-3.0+
+License: GPL-1+
 
 Files: *
 Copyright: 2009, 2011 Salvador Fandiño <sfandino at yahoo.com>
@@ -27,21 +27,3 @@ 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: GPL-3.0+
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of 
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU General
- Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
-
diff --git a/debian/patches/0001-spelling-error.patch b/debian/patches/0001-spelling-error.patch
index a259edf..a4ad9e2 100644
--- a/debian/patches/0001-spelling-error.patch
+++ b/debian/patches/0001-spelling-error.patch
@@ -3,6 +3,7 @@ Date: Thu, 14 Jun 2012 15:16:45 +0200
 Subject: spelling error
  Fix for lintian-reported spelling error 'allows to'.
 Bug: https://rt.cpan.org/Ticket/Display.html?id=77822
+Forwarded: yes
 
 ---
  lib/Math/Vector/Real.pm |    2 +-
diff --git a/debian/rules b/debian/rules
index 3d609d4..f452b8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 %:
 	dh $@
-
-get-orig-source:
-	uscan --verbose --force-download

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



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