debian/0000755000000000000000000000000011707052713007171 5ustar debian/changelog0000644000000000000000000000326111707052523011044 0ustar gkeyfile-sharp (0.1-4) unstable; urgency=low * Upload for CLR 4.0 transition * [b15fcf4] Update to use my d.o email address * [2cc51b3] Fix missing/incorrect copyright entries. Thanks to Michael Terry (Closes: #607371) * [972b0b0] Standards-Version → 3.9.2, no changes required -- Iain Lane Sun, 22 Jan 2012 18:28:09 +0000 gkeyfile-sharp (0.1-3) unstable; urgency=low * Reupload to Sid. -- Jo Shields Tue, 08 Feb 2011 18:13:27 +0000 gkeyfile-sharp (0.1-2) experimental; urgency=low * [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 Sun, 12 Sep 2010 10:06:46 +0100 gkeyfile-sharp (0.1-1) experimental; urgency=low [ Chow Loong Jin ] * Initial Version (Closes: #589433) [ Iain Lane ] * [3f69645] Patch pcfile to reference correct install location * [9d4487f] Remove get-orig-source which is no longer needed * [a4075af] Remove makeclilibs override which is no longer necessary now we have a proper upstream release * [439212d] Add installcligac file to install lib to the GAC * [3f69645] Patch pcfile to reference correct install location * [9d4487f] Remove get-orig-source which is no longer needed * [a4075af] Remove makeclilibs override which is no longer necessary now we have a proper upstream release * [439212d] Add installcligac file to install lib to the GAC * [94d0bfa] No longer need to autoreconf * [ec28eae] Add myself to uploaders -- Iain Lane Fri, 03 Sep 2010 09:28:12 +0100 debian/compat0000644000000000000000000000000211707052523010366 0ustar 7 debian/source/0000755000000000000000000000000011707052523010470 5ustar debian/source/format0000644000000000000000000000001411707052523011676 0ustar 3.0 (quilt) debian/libgkeyfile-cil-dev.install0000644000000000000000000000002311707052523014362 0ustar /usr/lib/pkgconfig debian/monodoc-gkeyfile-manual.install0000644000000000000000000000022011707052523015260 0ustar gkeyfile.tree /usr/lib/monodoc/sources gkeyfile.zip /usr/lib/monodoc/sources debian/gkeyfile.source /usr/lib/monodoc/sources debian/libgkeyfile1.0-cil.installcligac0000644000000000000000000000006311707052523015174 0ustar /usr/lib/cli/gkeyfile-sharp-1.0/gkeyfile-sharp.dll debian/rules0000755000000000000000000000136211707052523010252 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cli-common/cli.make DEB_API_VERSION = 1.0 DEB_ABI_VERSION = 1.0 CLIDIR = debian/tmp/usr/lib/cli/gkeyfile-sharp-$(DEB_ABI_VERSION)/ override_dh_auto_configure: dh_auto_configure -- CSC=/usr/bin/mono-csc override_dh_auto_build: dh_auto_build mkdir -p monodoc mdoc update \ -fno-assembly-versions \ --out=monodoc \ $(CURDIR)/GKeyFile/gkeyfile-sharp.dll mdoc assemble \ --format ecma \ --out $(CURDIR)/gkeyfile \ $(CURDIR)/monodoc override_dh_auto_install: dh_auto_install mkdir -p $(CLIDIR) cp GKeyFile/gkeyfile-sharp.dll $(CLIDIR) cp GKeyFile/gkeyfile-sharp.dll.config $(CLIDIR) override_dh_auto_clean: dh_auto_clean rm -rf gkeyfile.zip gkeyfile.tree monodoc %: dh $@ debian/gkeyfile.source0000644000000000000000000000025211707052523012210 0ustar debian/watch0000644000000000000000000000014211707052523010216 0ustar version=3 ftp://ftp.novell.com/pub/mono/sources/gkeyfile-sharp/gkeyfile-sharp-([0-9.]+)\.tar\.gz debian/control0000644000000000000000000000432511707052523010577 0ustar Source: gkeyfile-sharp Priority: optional Maintainer: Debian CLI Libraries Team Uploaders: Chow Loong Jin , Didier Roche , Iain Lane Build-Depends: debhelper (>= 7.0.50), mono-devel (>= 2.4.3), cli-common-dev (>= 0.5.7), monodoc-base, libglib2.0-dev (>= 2.6), libglib2.0-cil-dev (>= 2.12.9), gtk-sharp2-gapi (>= 1.9.0) Standards-Version: 3.9.2 Section: cli-mono Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/gkeyfile-sharp-1.0.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gkeyfile-sharp-1.0.git Homepage: https://www.launchpad.net/gkeyfile-sharp Package: libgkeyfile1.0-cil Architecture: all Depends: ${cli:Depends}, ${misc:Depends} Description: GObject-based wrapper library for GKeyFile -- CLI bindings gkeyfile-sharp is a set of CLI bindings for the GKeyFile GObject class found in GLib. GKeyFile is a class that is used for parsing, editing, and creating key files, which are .ini like configuration files. . This package contains the managed CLI bindings for gkeyfile-sharp, which are needed to run CLI applications which use this library. Package: libgkeyfile-cil-dev Architecture: all Depends: libgkeyfile1.0-cil (= ${binary:Version}),${misc:Depends} Description: GObject-based wrapper library for GKeyFile -- CLI development files gkeyfile-sharp is a set of CLI bindings for the GKeyFile GObject class found in GLib. GKeyFile is a class that is used for parsing, editing, and creating key files, which are .ini like configuration files. . This package contains the development files needed to compile CLI applications which use this library. Package: monodoc-gkeyfile-manual Architecture: all Section: doc Depends: monodoc-manual, ${misc:Depends} Description: compiled XML documentation for gkeyfile-sharp gkeyfile-sharp is a set of CLI bindings for the GKeyFile GObject class found in GLib. GKeyFile is a class that is used for parsing, editing, and creating key files, which are .ini like configuration files. . This package contains the compiled XML documentation for gkeyfile-sharp. debian/copyright0000644000000000000000000000525711707052523011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: gkeyfile-sharp-1.0 Maintainer: Alex Launi Source: https://github.com/mono/gkeyfile-sharp Files: * Copyright: 2010 Alex Launi 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, 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 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . 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: MIT 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 2010 Iain Lane License: GPL-2+ 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 2 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-2. debian/libgkeyfile1.0-cil.install0000644000000000000000000000001511707052523014026 0ustar /usr/lib/cli debian/patches/0000755000000000000000000000000011707052523010617 5ustar debian/patches/dllmap_dll_name0000644000000000000000000000165411707052523013654 0ustar 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 @@ - + debian/patches/pcfile_library_location0000644000000000000000000000235411707052523015424 0ustar Description: patch upstream pcfile to reference the Debian CLI policy compliant install location Author: Iain Lane Forwarded: not-needed Index: gkeyfile-sharp.git/gkeyfile-sharp.pc =================================================================== --- gkeyfile-sharp.git.orig/gkeyfile-sharp.pc 2010-09-02 23:05:13.282781962 +0100 +++ gkeyfile-sharp.git/gkeyfile-sharp.pc 2010-09-02 23:06:08.570868099 +0100 @@ -1,7 +1,7 @@ prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib -Libraries=${libdir}/mono/gkeyfile-sharp/gkeyfile-sharp.dll +Libraries=${libdir}/cli/gkeyfile-sharp-1.0/gkeyfile-sharp.dll Name: GKeyFile# Description: GKeyFile# - A GKeyFile mono binding Index: gkeyfile-sharp.git/gkeyfile-sharp.pc.in =================================================================== --- gkeyfile-sharp.git.orig/gkeyfile-sharp.pc.in 2010-09-02 23:06:17.082112912 +0100 +++ gkeyfile-sharp.git/gkeyfile-sharp.pc.in 2010-09-02 23:06:33.574525005 +0100 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=${prefix} libdir=${exec_prefix}/lib -Libraries=${libdir}/mono/gkeyfile-sharp/gkeyfile-sharp.dll +Libraries=${libdir}/cli/gkeyfile-sharp-1.0/gkeyfile-sharp.dll Name: GKeyFile# Description: GKeyFile# - A GKeyFile mono binding debian/patches/series0000644000000000000000000000005011707052523012027 0ustar pcfile_library_location dllmap_dll_name