summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/README0
-rw-r--r--debian/capi-telephony-call-dev.install4
-rwxr-xr-xdebian/capi-telephony-call-dev.postinst1
-rw-r--r--debian/capi-telephony-call.install1
-rwxr-xr-xdebian/capi-telephony-call.postinst1
-rw-r--r--debian/changelog95
-rw-r--r--debian/compat1
-rw-r--r--debian/control21
-rwxr-xr-xdebian/rules69
9 files changed, 193 insertions, 0 deletions
diff --git a/debian/README b/debian/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/README
diff --git a/debian/capi-telephony-call-dev.install b/debian/capi-telephony-call-dev.install
new file mode 100644
index 0000000..761a28b
--- /dev/null
+++ b/debian/capi-telephony-call-dev.install
@@ -0,0 +1,4 @@
+/usr/include/*
+/usr/include/*/*
+/usr/lib/pkgconfig/*.pc
+
diff --git a/debian/capi-telephony-call-dev.postinst b/debian/capi-telephony-call-dev.postinst
new file mode 100755
index 0000000..1a24852
--- /dev/null
+++ b/debian/capi-telephony-call-dev.postinst
@@ -0,0 +1 @@
+#!/bin/sh
diff --git a/debian/capi-telephony-call.install b/debian/capi-telephony-call.install
new file mode 100644
index 0000000..4a755a4
--- /dev/null
+++ b/debian/capi-telephony-call.install
@@ -0,0 +1 @@
+/usr/lib/lib*.so*
diff --git a/debian/capi-telephony-call.postinst b/debian/capi-telephony-call.postinst
new file mode 100755
index 0000000..1a24852
--- /dev/null
+++ b/debian/capi-telephony-call.postinst
@@ -0,0 +1 @@
+#!/bin/sh
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..395b7f4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,95 @@
+capi-telephony-call (0.1.0-9) unstable; urgency=low
+
+ * Correct dependent packages
+ * Git: slp/api/call
+ * Tag: capi-telephony-call_0.1.0-9
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Thu, 15 Mar 2012 13:24:26 +0900
+
+capi-telephony-call (0.1.0-8) unstable; urgency=low
+
+ * Modify coding style
+ * Git: slp/api/call
+ * Tag: capi-telephony-call_0.1.0-8
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Mon, 20 Feb 2012 15:52:53 +0900
+
+capi-telephony-call (0.1.0-7) unstable; urgency=low
+
+ * Add versioning of library
+ * Git: slp/api/call
+ * Tag: capi-telephony-call_0.1.0-7
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Tue, 14 Feb 2012 17:16:55 +0900
+
+capi-telephony-call (0.1.0-6) unstable; urgency=low
+
+ * Add LICENSE, remove COPYING and Convert TIZEN_ERROR_OK to TIZEN_ERROR_NONE
+ * Git: slp/api/call
+ * Tag: capi-telephony-call_0.1.0-6
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Mon, 05 Dec 2011 12:51:05 +0900
+
+capi-telephony-call (0.1.0-5) unstable; urgency=low
+
+ * Support only one callback not several callback and modify log
+ * Git: slp-source.sec.samsung.net:slp/api/call
+ * Tag: capi-telephony-call_0.1.0-5
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Wed, 30 Nov 2011 19:39:30 +0900
+
+capi-telephony-call (0.1.0-4) unstable; urgency=low
+
+ * Convert SLP into TIZEN
+ * Git: slp-source.sec.samsung.net:slp/api/call
+ * Tag: capi-telephony-call_0.1.0-4
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Wed, 23 Nov 2011 13:19:58 +0900
+
+capi-telephony-call (0.1.0-3) unstable; urgency=low
+
+ * Put boilerplate in the source code
+ * Git: slp-source.sec.samsung.net:slp/api/call
+ * Tag: capi-telephony-call_0.1.0-3
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Wed, 02 Nov 2011 19:06:05 +0900
+
+capi-telephony-call (0.1.0-2) unstable; urgency=low
+
+ * Correct bug - Callback is not called when the state of video call change into CALL_STATE_IDLE
+ * Git: slp-source.sec.samsung.net:slp/api/call
+ * Tag: capi-telephony-call_0.1.0-2
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Mon, 10 Oct 2011 11:26:53 +0900
+
+capi-telephony-call (0.1.0-1) unstable; urgency=low
+
+ * SLP API baseline
+ * Git: slp-source.sec.samsung.net:slp/api/call
+ * Tag: capi-telephony-call_0.1.0-1
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Tue, 27 Sep 2011 22:24:20 +0900
+
+capi-telephony-call (0.0.1-3) unstable; urgency=low
+
+ * Convert BT_ERROR_INTERNAL to BT_ERROR_OPERATION_FAILED
+ * Git: slp-source.sec.samsung.net:slp/api/call
+ * Tag: capi-telephony-call_0.0.1-3
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Mon, 05 Sep 2011 20:41:13 +0900
+
+capi-telephony-call (0.0.1-2) unstable; urgency=low
+
+ * Remove mutex
+ * Git: slp-source.sec.samsung.net:slp/api/call
+ * Tag: capi-telephony-call_0.0.1-2
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Mon, 22 Aug 2011 16:24:04 +0900
+
+capi-telephony-call (0.0.1-1) unstable; urgency=low
+
+ * Initial upload
+ * Git: slp-source.sec.samsung.net:slp/api/call
+ * Tag: capi-telephony-call_0.0.1-1
+
+ -- ByungWoo Lee <bw1212.lee@samsung.com> Thu, 04 Aug 2011 17:08:38 +0900
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8e4a3fe
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: capi-telephony-call
+Section: libs
+Priority: extra
+Maintainer: Kangho Hur <kangho.hur@samsung.com>, ByungWoo Lee <bw1212.lee@samsung.com>
+Build-Depends: debhelper (>= 5), dlog-dev, libvconf-dev, libglib2.0-dev, capi-base-common-dev
+
+Package: capi-telephony-call
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A Telephony Call library in Tizen Native API
+
+Package: capi-telephony-call-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, capi-telephony-call (= ${Source-Version}), capi-base-common-dev
+Description: A Telephony Call library in Tizen Native API (DEV)
+
+Package: capi-telephony-call-dbg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, capi-telephony-call (= ${Source-Version})
+Description: A Telephony Call library in Tizen Native API (DBG)
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8384d7d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,69 @@
+#!/usr/bin/make -f
+
+FULLVER ?= $(shell dpkg-parsechangelog | grep Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+MAJORVER ?= $(shell echo $(FULLVER) | cut -d '.' -f 1)
+
+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
+
+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
+ rm -rf $(CMAKE_BUILD_DIR)
+ rm -f *.pc
+ 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-telephony-call-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
+