Package: dh-make
Version: 0.58
Severity: wishlist
The license texts read:
License:
..., or (at your option) any later version.
The patch changes ids accordingly (LGPL-3.0 => LGPL-3.0+ etc. The
patch is against Git:
d54fa19 2011-01-17 copyright url and rules processing fixed
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dh-make depends on:
ii debhelper 8.1.3 helper programs for debian/rules
ii dpkg-dev 1.16.0.2 Debian package development tools
ii make 3.81-8 An utility for Directing compilati
ii perl 5.10.1-19 Larry Wall's Practical Extraction
dh-make recommends no packages.
Versions of packages dh-make suggests:
ii build-essential 11.5 Informational list of build-essent
-- no debconf information
>From a34e0773fd325f5f6fa1fe5f679c1e2761873399 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Tue, 19 Apr 2011 09:14:15 +0300
Subject: [PATCH] lib/licenses/lgpl[23]: Add plus(+) sign to license ids
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto <[email protected]>
---
lib/licenses/lgpl2 | 6 +++---
lib/licenses/lgpl3 | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/lib/licenses/lgpl2 b/lib/licenses/lgpl2
index a5f4c30..876da2d 100644
--- a/lib/licenses/lgpl2
+++ b/lib/licenses/lgpl2
@@ -5,13 +5,13 @@ Source: <url://example.com>
Files: *
Copyright: <years> <put author's name and email here>
<years> <likewise for another author>
-License: LGPL-2.0
+License: LGPL-2.0+
Files: debian/*
Copyright: #YEAR# #USERNAME# <#EMAIL#>
-License: LGPL-2.0
+License: LGPL-2.0+
-License: LGPL-2.0
+License: LGPL-2.0+
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
diff --git a/lib/licenses/lgpl3 b/lib/licenses/lgpl3
index 8941e67..4b96b85 100644
--- a/lib/licenses/lgpl3
+++ b/lib/licenses/lgpl3
@@ -5,13 +5,13 @@ Source: <url://example.com>
Files: *
Copyright: <years> <put author's name and email here>
<years> <likewise for another author>
-License: LGPL-3.0
+License: LGPL-3.0+
Files: debian/*
Copyright: #YEAR# #USERNAME# <#EMAIL#>
-License: LGPL-3.0
+License: LGPL-3.0+
-License: LGPL-3.0
+License: LGPL-3.0+
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
--
1.7.4.1