+++ /dev/null
-emuld (0.2.20) unstable; urgency=low
-
- * add checking routine 'recv' function's return value
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.20
-
- -- Jihye kim <jihye1128.kim@samsung.com> Mon, 04 Nov 2012 20:00:18 +0900
-
-emuld (0.2.18) unstable; urgency=low
-
- * fixed hang up when sending packet vmodem to eventinjector
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.18
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Wed, 12 Sep 2012 20:00:18 +0900
-
-emuld (0.2.17) unstable; urgency=low
-
- * modified for scm build
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.17
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Thu, 09 Aug 2012 21:00:18 +0900
-
-emuld (0.2.15) unstable; urgency=low
-
- * Permission of sdcard partition changed from 755 to 777.
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.15
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Wed, 11 Jul 2012 19:38:44 +0900
-
-emuld (0.2.14) unstable; urgency=low
-
- * modified for checking resource busy when umount sdcard
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.14
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Thu, 05 Jul 2012 21:03:00 +0900
-
-emuld (0.2.12) unstable; urgency=low
-
- * modified for checking return value of fopen
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.12
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Fri, 22 Jun 2012 18:23:00 +0900
-
-emuld (0.2.10) unstable; urgency=low
-
- * deleted process kill when umount
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.10
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Thu, 15 Jun 2012 16:16:00 +0900
-
-emuld (0.2.9) unstable; urgency=low
-
- * modified vconf key path for sdcard supporting
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.9
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Thu, 14 Jun 2012 16:04:00 +0900
-
-emuld (0.2.8) unstable; urgency=low
-
- * added sdcard mount/umount handling
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.8
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Tue, 29 May 2012 18:47:00 +0900
-
-emuld (0.2.7) unstable; urgency=low
-
- * added exception handling
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.7
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Mon, 14 May 2012 18:10:00 +0900
-
-emuld (0.2.6) unstable; urgency=low
-
- * modified how to get host ip
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.6
-
- -- Sungmin ha <sungmin82.ha@samsung.com> Fri, 11 May 2012 18:05:00 +0900
-
-emuld (0.2.5) unstable; urgency=low
-
- * add setting location replay and modify nfc.
- * need sinchronization with event injector
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.5
-
- -- Jihye kim <jihye1128.kim@samsung.com> Thu, 10 May 2012 11:30:00 +0900
-
-emuld (0.2.4) unstable; urgency=low
-
- * back to the 0.2.2
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.4
-
- -- Jihye kim <jihye1128.kim@samsung.com> Thu, 4 May 2012 11:50:00 +0900
-
-emuld (0.2.3) unstable; urgency=low
-
- * Add making 'sdkMsg' file during post install.
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.3
-
- -- Jihye kim <jihye1128.kim@samsung.com> Wen, 02 May 2012 14:00:00 +0900
-
-emuld (0.2.2) unstable; urgency=low
-
- * Update changelog version.
- * Git: slp/pkgs/e/emulator-daemon
- * Tag: emuld_0.2.2
-
- -- Kitae kim <kt920.kim@samsung.com> Thu, 27 Mar 2012 20:00:00 +0900
-
-emuld (0.2.1) unstable; urgency=low
-
- * Initial Release.
-
- -- Sungmin Ha <sungmin82.ha@samsung.com> Fri, 18 Nov 2011 09:29:52 +0900
+++ /dev/null
-#!/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
-
-LDFLAGS += -Wl,--rpath=$(PREFIX)/lib -Wl,--as-needed
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- # Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" 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.
- $(MAKE)
- #docbook-to-man debian/wavplayer.sgml > wavplayer.1
-
- 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.
- -$(MAKE) clean
- rm -rf CMakeCache.txt
- rm -rf CMakeFiles
- rm -rf cmake_install.cmake
- rm -rf Makefile
- rm -rf install_manifest.txt
-# rm -rf *.so
-
- 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.
- $(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
- dh_compress
- dh_fixperms
-# dh_perl
- 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