+++ /dev/null
-The Debian Package leveldb
-----------------------------
-
-Comments regarding the Package
-
- -- Soo-Hyun Choi <sh9.choi@samsung.com> Thu, 17 Nov 2011 14:49:43 +0900
+++ /dev/null
-leveldb (1.1-3) unstable; urgency=low
-
- * Git: slp/pkgs/l/leveldb
- * Tag: leveldb_1.1-3
- * change section unknwon to libs in debian/control
-
- -- Dong-Gwan Kim <donggwan.kim@samsung.com> Fri, 27 Jan 2012 10:10:19 +0900
-
-leveldb (1.1-2) unstable; urgency=low
-
- * Git: slp/pkgs/l/leveldb
- * Tag: leveldb_1.1-2
- * modify wrong tag name of changelog
-
- -- Dong-Gwan Kim <donggwan.kim@samsung.com> Mon, 16 Jan 2012 14:49:07 +0900
-
-leveldb (1.1-1) unstable; urgency=low
-
- * Git: slp/pkgs/l/leveldb
- * Tag: leveldb_1.1-1
- * modify wrong git address of changelog
-
- -- Dong-Gwan Kim <donggwan.kim@samsung.com> Fri, 13 Jan 2012 18:54:37 +0900
-
-leveldb (1.1-0) unstable; urgency=low
- * Git: slp/pkgs/l/leveldb
- * Tag: leveldb_1.1-0
- * first upload for leveldb
-
- -- Dong-Gwan Kim <donggwan.kim@samsung.com> Fri, 13 Jan 2012 16:20:31 +0900
+++ /dev/null
-Source: leveldb
-Section: libs
-Priority: extra
-Maintainer: Dong-Gwan Kim <donggwan.kim@samsung.com>
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.3
-Homepage: http://code.google.com/p/leveldb/
-
-Package: libleveldb
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: LevelDB is a fast key-value storage library.
- LevelDB is a fast key-value storage library written at Google
- that provides an ordered mapping from string keys to string values.
+++ /dev/null
-This work was packaged for Debian by:
-
- Soo-Hyun Choi <sh9.choi@samsung.com> on Thu, 17 Nov 2011 14:49:43 +0900
-
-It was downloaded from:
-
- <http://code.google.com/p/leveldb/>
-
-Upstream Author(s):
-
- Google Inc.
-
-Copyright:
-
- New BSD License
- <http://www.opensource.org/licenses/bsd-license.php>
-
-License:
-
- Copyright (c) 2011 The LevelDB Authors. All rights reserved.
-
- 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.
-
-
-The Debian packaging is:
-
- Copyright (C) 2011 Soo-Hyun Choi <sh9.choi@samsung.com>
-
+++ /dev/null
-NEWS
-README
-TODO
+++ /dev/null
-libleveldb_1.1_armel.deb unknown extra
+++ /dev/null
-#!/usr/bin/make -f
-# Sample debian/rules file - for GNU Hello.
-# Copyright 1994,1995 by Ian Jackson.
-# I hereby give you perpetual unlimited permission to copy,
-# modify and relicense this file, provided that you do not remove
-# my name from the file itself. (I assert my moral right of
-# paternity under the Copyright, Designs and Patents Act 1988.)
-# This file may have to be extensively modified
-
-package = leveldb
-docdir = debian/tmp/usr/share/doc/$(package)
-
-CC = g++
-CFLAGS = -g -Wall -fPIC
-CFLAGS += -c -I. -I./include $(PORT_CFLAGS) $(PLATFORM_CFLAGS) $(OPT) $(SNAPPY_CFLAGS)
-INSTALL_PROGRAM = install
-
-STRIP = true
-
-ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- INSTALL_PROGRAM += -s
- STRIP = strip --remove-section=.comment --remove-section=.note
-endif
-
-# install: build
-# dh_testdir
-# dh_testroot
-# dh_clean -k
-# dh_installdirs
-#
-# # Add here commands to install the package into debian/client
-# $(MAKE) DESTDIR=$(CURDIR)/tmp install
-
-build:
- # dh_testdir
- $(MAKE)
- touch build_stamp
-
-clean:
- rm -f build
- [ ! -f Makefile ] || $(MAKE) distclean
- rm -rf *~ debian/tmp debian/*~ debian/files* debian/substvars
-
-binary-indep: build
-# There are no architecture-independent files to be uploaded
-# generated by this package. If there were any they would be
-# made here.
-
-binary-arch: build
- rm -rf debian/tmp
- install -d debian/tmp/DEBIAN $(docdir)
- $(MAKE) INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
- prefix=$$(pwd)/debian/tmp/usr install
- # $(STRIP) debian/tmp/usr/bin/$(package)
- # mkdir -p $(docdir)
- cp -a NEWS debian/copyright $(docdir)
- cp -a debian/changelog $(docdir)/changelog.Debian
- dpkg-gencontrol
- chown -R root:root debian/tmp
- chmod -R u+w,go=rX debian/tmp
- dpkg --build debian/tmp ..
-
-binary: binary-indep binary-arch
-
-.PHONY: binary binary-arch binary-indep clean install
+* Sun Aug 25 2013 Chengwei Yang <chengwei.yang@intel.com>
+- Remove debian packaging stuff
+
* Sat May 18 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130517.051247@2a95e52
- Fixed build on 64 bit systems