debian/0000755000000000000000000000000012151231232007156 5ustar debian/libleveldb-cil-dev.dirs0000644000000000000000000000001012151231232013455 0ustar usr/lib debian/libleveldb1.2-cil.install0000644000000000000000000000010712151231232013636 0ustar usr/lib/mono/gac/leveldb-sharp/1.2.*/* /usr/lib/cli/leveldb-sharp-1.2/ debian/libleveldb1.2-cil.docs0000644000000000000000000000001212151231232013113 0ustar README.md debian/control0000644000000000000000000000243112151231232010561 0ustar Source: leveldb-sharp Priority: optional Maintainer: Debian CLI Libraries Team Uploaders: Carlos Martín Nieto Build-Depends: debhelper (>= 8.0.0), cli-common-dev (>= 0.8~), libleveldb1 (>= 1.9.0) Standards-Version: 3.9.4 Section: cli-mono Homepage: https://www.meebey.net/projects/leveldb-sharp/ Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/leveldb-sharp.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/leveldb-sharp.git;a=summary Package: libleveldb-cil-dev Architecture: all Depends: libleveldb1.2-cil (= ${binary:Version}), ${misc:Depends} Description: portable C# binding for the C API of the LevelDB library - development files LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . This package contains development files for the C# bindings for LevelDB, and should be used for compilation. Package: libleveldb1.2-cil Architecture: all Depends: ${misc:Depends}, ${cli:Depends} Description: portable C# binding for the C API of the LevelDB library LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. . This package provides C# bindings for LevelDB debian/libleveldb1.2-cil.dirs0000644000000000000000000000001012151231232013122 0ustar usr/lib debian/rules0000755000000000000000000000045212151231232010237 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_API_VERSION = 1.2 %: dh $@ --with cli override_dh_auto_configure: dh_auto_configure -- MCS=/usr/bin/mono-csc --prefix=/usr override_dh_makeclilibs: dh_makeclilibs -m $(DEB_API_VERSION) debian/patches/0000755000000000000000000000000012151231232010605 5ustar debian/patches/series0000644000000000000000000000002612151231232012020 0ustar pc-dll-location.patch debian/patches/pc-dll-location.patch0000644000000000000000000000110012151231232014577 0ustar Index: leveldb-sharp/leveldb-sharp.pc.in =================================================================== --- leveldb-sharp.orig/leveldb-sharp.pc.in 2013-03-23 09:41:39.621409877 +0100 +++ leveldb-sharp/leveldb-sharp.pc.in 2013-03-23 09:42:43.125408316 +0100 @@ -1,8 +1,8 @@ prefix=@prefix@ exec_prefix=${prefix} -libdir=@libdir@ +libdir=@libdir@/cli Name: @ASSEMBLY_TITLE@ Description: @ASSEMBLY_DESCRIPTION@ Version: @PACKAGE_VERSION@ -Libs: -r:${libdir}/@PACKAGE_NAME@/@ASSEMBLY_NAME@.dll +Libs: -r:${libdir}/@PACKAGE_NAME@-@ASSEMBLY_VERSION@/@ASSEMBLY_NAME@.dll debian/libleveldb1.2-cil.installcligac0000644000000000000000000000006112151231232015000 0ustar /usr/lib/cli/leveldb-sharp-1.2/leveldb-sharp.dll debian/copyright0000644000000000000000000000347112151231232011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: leveldb-sharp Source: https://www.meebey.net/projects/leveldb-sharp/ Files: * Copyright: 2012-2013 Mirco Bauer 2011 The LevelDB Authors License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2013 Carlos Martín Nieto License: BSD-3-clause debian/watch0000644000000000000000000000013712151231232010210 0ustar version = 3 https://www.meebey.net/projects/leveldb-sharp/downloads leveldb-sharp-(.+).tar.gz debian/source/0000755000000000000000000000000012151231232010456 5ustar debian/source/format0000644000000000000000000000001412151231232011664 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212151231232010354 0ustar 8 debian/changelog0000644000000000000000000000021412151231232011025 0ustar leveldb-sharp (1.9.1-1) unstable; urgency=low * Initial release -- Carlos Martín Nieto Wed, 29 May 2013 00:04:42 +0200 debian/libleveldb-cil-dev.install0000644000000000000000000000002412151231232014167 0ustar usr/lib/pkgconfig/*