Package: gkeyfile-sharp Version: 0.1-2 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmpjh8qPt In Ubuntu, the attached patch was applied to achieve the following: 1) Update Source: URL, as upstream has moved 2) Add missing stanza for MIT-licensed GKeyFile.custom 3) Note that source appears to be LGPL-2.1, not LGPL-2.1+. Looking at the source, I noticed that nowhere did it use the 'or any later version' wording. Thanks for considering the patch. -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.37-9-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru gkeyfile-sharp-0.1/debian/copyright gkeyfile-sharp-0.1/debian/copyright --- gkeyfile-sharp-0.1/debian/copyright 2010-09-12 05:06:43.000000000 -0400 +++ gkeyfile-sharp-0.1/debian/copyright 2010-12-17 09:21:14.000000000 -0500 @@ -1,15 +1,15 @@ Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: gkeyfile-sharp-1.0 Maintainer: Alex Launi <[email protected]> -Source: http://www.gitorious.org/gkeyfile-sharp/ +Source: https://github.com/mono/gkeyfile-sharp Files: * Copyright: 2010 Alex Launi <[email protected]> -License: LGPL-2.1+ +License: LGPL-2.1 This library 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 - version 2.1 of the License, or (at your option) any later version. + License as published by the Free Software Foundation, + version 2.1 of the License. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,6 +19,28 @@ On Debian systems, the full text of this license can be found in /usr/share/common-licenses/LGPL-2.1. +Files: GKeyFile/GKeyFile.custom +Copyright: 2008 Novell, Inc. +License: other + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + Files: debian/* Copyright: 2010 Chow Loong Jin <[email protected]> 2010 Didier Roche <[email protected]>

