Remove debian packaging stuff 98/8598/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable tizen_ivi_genivi accepted/tizen/20130912.185635 accepted/tizen/20130912.193844 accepted/tizen/20130913.031029 accepted/tizen/generic/20140306.082421 accepted/tizen/ivi/20140307.054750 accepted/tizen/ivi/genivi/20140131.061512 accepted/tizen/mobile/20140306.024930 accepted/tizen_ivi_stable/20131116.101305 ivi_oct_m2 submit/tizen/20130912.080433 submit/tizen/20130912.090731 submit/tizen/20140305.222917 submit/tizen_ivi_genivi/20140131.060736 submit/tizen_ivi_stable/20131116.100124
authorChengwei Yang <chengwei.yang@intel.com>
Sun, 25 Aug 2013 01:45:25 +0000 (09:45 +0800)
committerChengwei Yang <chengwei.yang@intel.com>
Sun, 25 Aug 2013 02:17:29 +0000 (10:17 +0800)
Change-Id: Icfdb30f0c02033f48085173c155ec0fbb31c679c
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
debian/README [deleted file]
debian/capi-system-system-settings-dev.install [deleted file]
debian/capi-system-system-settings-dev.postinst [deleted file]
debian/capi-system-system-settings.install [deleted file]
debian/capi-system-system-settings.postinst [deleted file]
debian/changelog [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/rules [deleted file]
packaging/capi-system-system-settings.changes

diff --git a/debian/README b/debian/README
deleted file mode 100755 (executable)
index e69de29..0000000
diff --git a/debian/capi-system-system-settings-dev.install b/debian/capi-system-system-settings-dev.install
deleted file mode 100755 (executable)
index 761a28b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-/usr/include/*
-/usr/include/*/*
-/usr/lib/pkgconfig/*.pc
-
diff --git a/debian/capi-system-system-settings-dev.postinst b/debian/capi-system-system-settings-dev.postinst
deleted file mode 100755 (executable)
index 1a24852..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#!/bin/sh
diff --git a/debian/capi-system-system-settings.install b/debian/capi-system-system-settings.install
deleted file mode 100755 (executable)
index 4a755a4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/lib*.so*
diff --git a/debian/capi-system-system-settings.postinst b/debian/capi-system-system-settings.postinst
deleted file mode 100755 (executable)
index 1a24852..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#!/bin/sh
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100755 (executable)
index 69f15eb..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-capi-system-system-settings (0.0.1-8ubuntu1) precise; urgency=low
-
-  * release 
-
- -- mjpark <mjpark@localhost>  Thu, 09 May 2013 15:16:34 +0900
-
-capi-system-system-settings (0.0.1-8) precise; urgency=low
-
-  * release
-  * font-type API refinement
-
- -- mjpark <mj2004.park@samsung.com>  Wed, 23 Jan 2013 15:25:21 +0900
-
-capi-system-system-settings (0.0.1-7) unstable; urgency=low
-
-  * release
-
- -- MyoungJune Park <mj2004.park@samsung.com>  Tue, 04 Sep 2012 10:34:54 +0900
-
-capi-system-system-settings (0.0.1-6) unstable; urgency=low
-
-  * tizen build
-
- -- MyoungJune Park <mj2004.park@samsung.com>  Tue, 14 Aug 2012 10:20:07 +0900
-
-capi-system-system-settings (0.0.1-5) unstable; urgency=low
-
-  * Initial upload
-  * Git: slp/api/system-settings
-  * Tag: capi-system-system-settings_0.0.1-5
-
- -- MyoungJune Park <mj2004.park@samsung.com>  Mon, 21 May 2012 15:45:32 +0900
-
-capi-system-system-settings (0.0.1-1) unstable; urgency=low
-
-  * Initial upload
-  * Git: slp-info.sec.samsung.net:slp/api/system-settings
-  * Tag: capi-system-system-settings_0.0.1-1
-
- -- Junghyuk Park <junghyuk.park@samsung.com>  Tue, 06 Dec 2011 21:16:07 +0900
diff --git a/debian/compat b/debian/compat
deleted file mode 100755 (executable)
index 7ed6ff8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
deleted file mode 100755 (executable)
index b4a5614..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Source: capi-system-system-settings
-Section: libs
-Priority: extra
-Maintainer: Woongsuk Cho <ws77.cho@samsung.com>, junghyuk park <junghyuk.park@samsung.com>, MyoungJune Park <mj2004.park@samsung.com>
-Build-Depends: debhelper (>= 5), libecore-dev, dlog-dev, libelm-dev, libappcore-efl-dev, libvconf-dev, capi-base-common-dev, libfontconfig1-dev, libxml2-dev ,libglib2.0-dev
-
-Package: capi-system-system-settings
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A System Settings library in Tizen Native API
-
-Package: capi-system-system-settings-dev
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, capi-system-system-settings (= ${Source-Version}), capi-base-common-dev
-Description: A System Settings library in Tizen Native API (DEV)
-
-Package: capi-system-system-settings-dbg
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, capi-system-system-settings (= ${Source-Version})
-Description: A System Settings library in Tizen Native API (DBG)
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index 2e2326d..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-#!/usr/bin/make -f
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0
-else
-       CFLAGS += -O2
-endif
-CMAKE_ROOT_DIR ?= $(CURDIR)
-CMAKE_BUILD_DIR ?= $(CURDIR)/cmake_build_tmp
-
-FULLVER ?= $(shell dpkg-parsechangelog | grep Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
-MAJORVER ?= $(shell echo $(FULLVER) | cut -d '.' -f 1)
-
-configure: configure-stamp
-configure-stamp:
-       dh_testdir
-       mkdir -p $(CMAKE_BUILD_DIR) && cd $(CMAKE_BUILD_DIR) && cmake .. -DFULLVER=${FULLVER} -DMAJORVER=${MAJORVER}
-       touch configure-stamp
-
-
-build: build-stamp
-build-stamp: configure-stamp 
-       dh_testdir
-       cd $(CMAKE_BUILD_DIR) && $(MAKE)
-       touch $@
-
-clean:
-       cd $(CMAKE_ROOT_DIR)
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp configure-stamp
-       rm -f `find . -name *.pc`
-       rm -rf $(CMAKE_BUILD_DIR)
-       dh_clean
-       
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k 
-       dh_installdirs
-
-       cd $(CMAKE_BUILD_DIR) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
-
-binary-indep: build install
-
-binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs 
-       dh_installdocs
-       dh_installexamples
-       dh_install --sourcedir=debian/tmp
-       dh_installman
-       dh_link
-       dh_strip --dbg-package=capi-system-system-settings-dbg
-       dh_fixperms
-       dh_makeshlibs
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
-
index 574e0fb..8238535 100644 (file)
@@ -1,3 +1,6 @@
+* Sun Aug 25 2013 Chengwei Yang <chengwei.yang@intel.com>
+- Remove debian packaging stuff
+
 * Thu Jun 13 2013 Rusty Lynch <rusty.lynch@intel.com> accepted/tizen/20130611.225820@28398af
 - Correctly fixing the manifest this time