From d6379afe67fb7047fcb67eeb2d1c7704583020c9 Mon Sep 17 00:00:00 2001 From: "wootak.jung" Date: Thu, 22 Aug 2013 17:22:01 +0900 Subject: [PATCH] Remove debian files --- debian/changelog | 71 --------------------- debian/compat | 1 - debian/control | 19 ------ debian/copyright | 7 --- debian/dirs | 2 - debian/docs | 0 debian/rules | 118 ----------------------------------- debian/tel-plugin-atmodem.install.in | 2 - debian/tel-plugin-atmodem.postinst | 21 ------- 9 files changed, 241 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/dirs delete mode 100644 debian/docs delete mode 100755 debian/rules delete mode 100644 debian/tel-plugin-atmodem.install.in delete mode 100755 debian/tel-plugin-atmodem.postinst diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 71f7a5c..0000000 --- a/debian/changelog +++ /dev/null @@ -1,71 +0,0 @@ -tel-plugin-atmodem (0.1.8) unstable; urgency=low - - * Fix OBS Build Error - * Git: slp/pkgs/t/tel-plugin-atmodem - * Tag: tel-plugin-atmodem_0.1.8 - - -- Youngman Park Fri, 25 May 2012 14:35:07 +0900 - -tel-plugin-atmodem (0.1.7) unstable; urgency=low - - * Fix Build Error - * Git: slp/pkgs/t/tel-plugin-atmodem - * Tag: tel-plugin-atmodem_0.1.7 - - -- Youngman Park Fri, 18 May 2012 11:25:07 +0900 - -tel-plugin-atmodem (0.1.6) unstable; urgency=low - - * Add Call New API ( call custom service ) - * Git: slp/pkgs/t/tel-plugin-atmodem - * Tag: tel-plugin-atmodem_0.1.6 - - -- Youngman Park Mon, 07 May 2012 17:10:07 +0900 - -tel-plugin-atmodem (0.1.5) unstable; urgency=low - - * Adding the at the last SIM/SMS AT cmds - * Git: slp/pkgs/t/tel-plugin-atmodem - * Tag: tel-plugin-atmodem_0.1.5 - - -- JaYoung Gu Tue, 11 Apr 2012 08:17:07 +0900 - -tel-plugin-atmodem (0.1.4) unstable; urgency=low - - * version up for code sync with public binary - * Git: slp/pkgs/t/tel-plugin-atmodem - * Tag: tel-plugin-atmodem_0.1.4 - - -- Kyeongchul Kim Tue, 03 Apr 2012 11:17:07 +0900 - -tel-plugin-atmodem (0.1.3) unstable; urgency=low - - * Fix prefix (TAPI_ to TCORE_) - * Git: slp/pkgs/t/tel-plugin-atmodem - * Tag: tel-plugin-atmodem_0.1.3 - - -- Inho Oh Tue, 27 Mar 2012 22:11:38 +0900 - -tel-plugin-atmodem (0.1.2) unstable; urgency=low - - * Fix build break and Add .spec file for OBS - * Git: slp/pkgs/t/tel-plugin-atmodem - * Tag: tel-plugin-atmodem_0.1.2 - - -- DongHoo Park Sat, 17 Mar 2012 02:30:20 +0900 - -tel-plugin-atmodem (0.1.1) unstable; urgency=low - - * Remove unused header - * Git: slp/pkgs/t/tel-plugin-atmodem - * Tag: tel-plugin-atmodem_0.1.1 - - -- Inho Oh Fri, 16 Mar 2012 02:39:47 +0900 - -tel-plugin-atmodem (0.1.0) unstable; urgency=low - - * Initial - * Git: slp/pkgs/t/tel-plugin-atmodem - * Tag: tel-plugin-atmodem_0.1.0 - - -- Inho Oh Thu, 15 Mar 2012 22:37:29 +0900 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index 06e1f27..0000000 --- a/debian/control +++ /dev/null @@ -1,19 +0,0 @@ -Source: tel-plugin-atmodem -Section: libs -Priority: extra -Maintainer: Jongman Park -Uploaders: Jayoung Gu , Kyeongchul Kim , Youngman Park , Inho Oh , DongHoo Park -Build-Depends: debhelper (>= 5), libglib2.0-dev, libtcore-dev, dlog-dev, libslp-db-util-dev -Standards-Version: 0.0.0 - -Package: tel-plugin-atmodem -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, -Description: telephony client API library (Shared Object) - -Package: tel-plugin-atmodem-dbg -Section: debug -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, tel-plugin-atmodem (= ${Source-Version}) -Description: telephony client API library (dbg package) diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index dd6dabe..0000000 --- a/debian/copyright +++ /dev/null @@ -1,7 +0,0 @@ -Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved. - -This program is free software; you can redistribute it and/or modify -it under the terms of the the Apache License, Version 2.0 (the "License"); - -You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0. diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index ca882bb..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/sbin diff --git a/debian/docs b/debian/docs deleted file mode 100644 index e69de29..0000000 diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 7426fbb..0000000 --- a/debian/rules +++ /dev/null @@ -1,118 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -CFLAGS ?= -Wall -g -CXXFLAGS ?= -Wall -g -LDFLAGS ?= -PREFIX ?= /usr -DATADIR ?= /opt - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 - CXXFLAGS += -O0 -else - CFLAGS += -O2 - CXXFLAGS += -O2 -endif - -#CFLAGS += -fvisibility=hidden -fPIC -CFLAGS += -fvisibility=default -fPIC -LDFLAGS += -rdynamic -fPIC -Wl,--rpath=$(PREFIX)/lib -Wl,--as-needed -#LDFLAGS += -Wl,--unresolved-symbols=ignore-in-shared-libs,--as-needed - -CMAKE_TMP_DIR = $(CURDIR)/cmake_tmp - -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - mkdir -p $(CMAKE_TMP_DIR); - cd $(CMAKE_TMP_DIR); CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" cmake .. -DCMAKE_INSTALL_PREFIX=$(PREFIX) - - touch configure-stamp - -build: build-stamp - -build-stamp: configure-stamp - dh_testdir - - # Add here commands to compile the package. - cd $(CMAKE_TMP_DIR) && $(MAKE) all - - for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ - cat $$f > $${f%.in}; \ - sed -i -e "s#@PREFIX@#$(PREFIX)#g" $${f%.in}; \ - sed -i -e "s#@DATADIR@#$(DATADIR)#g" $${f%.in}; \ - done - - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. - rm -rf $(CMAKE_TMP_DIR) - - for f in `find $(CURDIR)/debian/ -name "*.in"`; do \ - rm -f $${f%.in}; \ - done - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/wavplayer. - cd $(CMAKE_TMP_DIR) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install - - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples - dh_install --sourcedir=debian/tmp -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip --dbg-package=tel-plugin-atmodem-dbg - dh_compress - dh_fixperms -# dh_perl - dh_makeshlibs - dh_installdeb - dh_shlibdeps --dpkg-shlibdeps-params="-v" - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure diff --git a/debian/tel-plugin-atmodem.install.in b/debian/tel-plugin-atmodem.install.in deleted file mode 100644 index 18ca293..0000000 --- a/debian/tel-plugin-atmodem.install.in +++ /dev/null @@ -1,2 +0,0 @@ -@PREFIX@/lib/* -/tmp/mcc_mnc_oper_list.sql diff --git a/debian/tel-plugin-atmodem.postinst b/debian/tel-plugin-atmodem.postinst deleted file mode 100755 index 38d4e67..0000000 --- a/debian/tel-plugin-atmodem.postinst +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -#create db -mkdir -p /opt/dbspace/ - -if [ ! -f /opt/dbspace/.mcc_mnc_oper_list.db ] -then - sqlite3 /opt/dbspace/.mcc_mnc_oper_list.db < /tmp/mcc_mnc_oper_list.sql -fi - -rm -f /tmp/mcc_mnc_oper_list.sql - -if [ -f /opt/dbspace/.mcc_mnc_oper_list.db ] -then - chmod 600 /opt/dbspace/.mcc_mnc_oper_list.db -fi - -if [ -f /opt/dbspace/.mcc_mnc_oper_list.db-journal ] -then - chmod 644 /opt/dbspace/.mcc_mnc_oper_list.db-journal -fi -- 2.7.4