diff -Nru gkeyfile-sharp-0.1/debian/changelog gkeyfile-sharp-0.1/debian/changelog --- gkeyfile-sharp-0.1/debian/changelog 2010-09-09 12:07:30.000000000 +0000 +++ gkeyfile-sharp-0.1/debian/changelog 2010-09-11 17:06:37.000000000 +0000 @@ -1,3 +1,19 @@ +gkeyfile-sharp (0.1-1ubuntu1~hyper1+lucid) lucid; urgency=low + + * No change backport to Lucid + + -- Chow Loong Jin Sun, 12 Sep 2010 01:06:30 +0800 + +gkeyfile-sharp (0.1-1ubuntu1) maverick; urgency=low + + * This is an upload from Debian's Git VCS to get this important bug fix into + Maverick as fast as possible. 0.1-2 can be synced when it is available. + * [aea569e] Remove out of date entries from debian/copyright + * [e13284a] Fix my email address in patch header + * [fd38947] Add new patch to reference correct DLL name in dllmap + + -- Iain Lane Wed, 08 Sep 2010 07:57:47 +0100 + gkeyfile-sharp (0.1-1~hyper1+lucid) lucid; urgency=low * No change backport to Lucid diff -Nru gkeyfile-sharp-0.1/debian/copyright gkeyfile-sharp-0.1/debian/copyright --- gkeyfile-sharp-0.1/debian/copyright 2010-09-09 12:07:30.000000000 +0000 +++ gkeyfile-sharp-0.1/debian/copyright 2010-09-11 17:06:37.000000000 +0000 @@ -19,44 +19,6 @@ On Debian systems, the full text of this license can be found in /usr/share/common-licenses/LGPL-2.1. -Files: GKeyFile/Tests/src/GKeyfileTests.cs -Copyright: 2010 Alex Launi -License: GPL-3+ - 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 program 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. - . - On Debian systems, the full text of this license can be found in - /usr/share/common-licenses/GPL-3. - -Files: sample/sample.cs -Copyright: 2008 Stephane Delcroix -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 2010 Didier Roche diff -Nru gkeyfile-sharp-0.1/debian/patches/dllmap_dll_name gkeyfile-sharp-0.1/debian/patches/dllmap_dll_name --- gkeyfile-sharp-0.1/debian/patches/dllmap_dll_name 1970-01-01 00:00:00.000000000 +0000 +++ gkeyfile-sharp-0.1/debian/patches/dllmap_dll_name 2010-09-11 17:06:37.000000000 +0000 @@ -0,0 +1,16 @@ +Description: The binding references libglib-2.0.dll, fix path in dllmap to avoid crashing applications +Author: Iain Lane +Origin: vendor, Debian +Forwarded: http://github.com/mono/gkeyfile-sharp/pull/1 + +Index: gkeyfile-sharp.git/GKeyFile/gkeyfile-sharp.dll.config.in +=================================================================== +--- gkeyfile-sharp.git.orig/GKeyFile/gkeyfile-sharp.dll.config.in 2010-09-07 22:54:55.073162101 +0100 ++++ gkeyfile-sharp.git/GKeyFile/gkeyfile-sharp.dll.config.in 2010-09-07 22:55:04.374523008 +0100 +@@ -1,5 +1,5 @@ + +- ++ + + + diff -Nru gkeyfile-sharp-0.1/debian/patches/pcfile_library_location gkeyfile-sharp-0.1/debian/patches/pcfile_library_location --- gkeyfile-sharp-0.1/debian/patches/pcfile_library_location 2010-09-09 12:07:30.000000000 +0000 +++ gkeyfile-sharp-0.1/debian/patches/pcfile_library_location 2010-09-11 17:06:37.000000000 +0000 @@ -1,5 +1,5 @@ Description: patch upstream pcfile to reference the Debian CLI policy compliant install location -Author: Iain Lane +Author: Iain Lane Forwarded: not-needed Index: gkeyfile-sharp.git/gkeyfile-sharp.pc diff -Nru gkeyfile-sharp-0.1/debian/patches/series gkeyfile-sharp-0.1/debian/patches/series --- gkeyfile-sharp-0.1/debian/patches/series 2010-09-09 12:07:30.000000000 +0000 +++ gkeyfile-sharp-0.1/debian/patches/series 2010-09-11 17:06:37.000000000 +0000 @@ -1 +1,2 @@ pcfile_library_location +dllmap_dll_name