From b0fd1960d95f15f4517449a66087203242797b5f Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Sun, 25 Aug 2013 09:46:50 +0800 Subject: [PATCH] Remove debian packaging stuff Change-Id: I86e73c435f11d77c6ca5778353c92bed8869d95f Signed-off-by: Chengwei Yang --- debian/README | 6 ----- debian/changelog | 30 --------------------- debian/compat | 1 - debian/control | 14 ---------- debian/copyright | 52 ------------------------------------ debian/docs | 3 --- debian/files | 1 - debian/rules | 68 ----------------------------------------------- packaging/leveldb.changes | 3 +++ 9 files changed, 3 insertions(+), 175 deletions(-) delete mode 100644 debian/README delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/docs delete mode 100644 debian/files delete mode 100755 debian/rules diff --git a/debian/README b/debian/README deleted file mode 100644 index 30b7e30..0000000 --- a/debian/README +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package leveldb ----------------------------- - -Comments regarding the Package - - -- Soo-Hyun Choi Thu, 17 Nov 2011 14:49:43 +0900 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 8647f5f..0000000 --- a/debian/changelog +++ /dev/null @@ -1,30 +0,0 @@ -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 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 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 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 Fri, 13 Jan 2012 16:20:31 +0900 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control deleted file mode 100644 index fe993ee..0000000 --- a/debian/control +++ /dev/null @@ -1,14 +0,0 @@ -Source: leveldb -Section: libs -Priority: extra -Maintainer: Dong-Gwan Kim -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. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 40a497a..0000000 --- a/debian/copyright +++ /dev/null @@ -1,52 +0,0 @@ -This work was packaged for Debian by: - - Soo-Hyun Choi on Thu, 17 Nov 2011 14:49:43 +0900 - -It was downloaded from: - - - -Upstream Author(s): - - Google Inc. - -Copyright: - - New BSD License - - -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 - diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 5502ed8..0000000 --- a/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -NEWS -README -TODO diff --git a/debian/files b/debian/files deleted file mode 100644 index df758f7..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -libleveldb_1.1_armel.deb unknown extra diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 70e5d89..0000000 --- a/debian/rules +++ /dev/null @@ -1,68 +0,0 @@ -#!/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 diff --git a/packaging/leveldb.changes b/packaging/leveldb.changes index 0898b78..3ad8b0f 100644 --- a/packaging/leveldb.changes +++ b/packaging/leveldb.changes @@ -1,3 +1,6 @@ +* Sun Aug 25 2013 Chengwei Yang +- Remove debian packaging stuff + * Sat May 18 2013 Anas Nashif submit/tizen/20130517.051247@2a95e52 - Fixed build on 64 bit systems -- 2.7.4