diff options
author | Jungki Kwak <jungki.kwak@samsung.com> | 2012-08-21 19:50:29 +0900 |
---|---|---|
committer | Jungki Kwak <jungki.kwak@samsung.com> | 2012-08-21 19:50:29 +0900 |
commit | 69a03608a6adc6a82eafd778739c1f02c34d976e (patch) | |
tree | 5072b25a20523a553e7697463e35f103e25d2638 /debian | |
parent | bed963b6c4431be5d3ce04131683172cc43675ea (diff) | |
download | download-provider-69a03608a6adc6a82eafd778739c1f02c34d976e.tar.gz download-provider-69a03608a6adc6a82eafd778739c1f02c34d976e.tar.bz2 download-provider-69a03608a6adc6a82eafd778739c1f02c34d976e.zip |
The download provider daemon is added newly.
The old download-provider package was UI application.
The new download-provider package is download daemon process.
new file: AUTHORS
modified: CMakeLists.txt
deleted: INSTALL
deleted: LICENSE
deleted: NOTICE
modified: debian/changelog
deleted: debian/compat
deleted: debian/control
deleted: debian/dirs
deleted: debian/org.tizen.download-provider.install.in
deleted: debian/org.tizen.download-provider.postinst
deleted: debian/rules
new file: download-provider-service
new file: download-provider.manifest
new file: download-provider.pc.in
new file: include/download-provider-config.h
new file: include/download-provider-db.h
new file: include/download-provider-ipc.h
new file: include/download-provider-log.h
new file: include/download-provider-notification.h
new file: include/download-provider-pthread.h
new file: include/download-provider-utils.h
new file: include/download-provider.h
new file: packaging/download-provider.spec
deleted: packaging/org.tizen.download-provider.spec
deleted: po/CMakeLists.txt
deleted: po/POTFILES.in.in
deleted: po/csv2po
deleted: po/de_DE.po
deleted: po/el_GR.po
deleted: po/en.po
deleted: po/es_ES.po
deleted: po/fr_FR.po
deleted: po/it_IT.po
deleted: po/ja_JP.po
deleted: po/ko_KR.po
deleted: po/nl_NL.po
deleted: po/pt_PT.po
deleted: po/ru_RU.po
deleted: po/tr_TR.po
deleted: po/update-po.sh.in
deleted: po/zh_CN.po
deleted: po/zh_HK.po
deleted: po/zh_TW.po
renamed: res/images/U06_icon_DRM.png -> res/images/Q02_Notification_Download_failed.png
deleted: res/images/U06_icon_Java.png
deleted: res/images/U06_icon_Unknown.png
deleted: res/images/U06_icon_excel.png
deleted: res/images/U06_icon_html.png
deleted: res/images/U06_icon_image.png
deleted: res/images/U06_icon_music.png
deleted: res/images/U06_icon_pdf.png
deleted: res/images/U06_icon_ppt.png
deleted: res/images/U06_icon_ringtone.png
deleted: res/images/U06_icon_text.png
deleted: res/images/U06_icon_video.png
deleted: res/images/U06_icon_word.png
deleted: res/org.tizen.download-provider.desktop.in
deleted: res/org.tizen.download-provider.png
new file: script/commit-template
new file: src/agent/CMakeLists.txt
new file: src/agent/download-agent-basic.c
new file: src/agent/download-agent-client-mgr.c
new file: src/agent/download-agent-debug.c
new file: src/agent/download-agent-dl-info-util.c
new file: src/agent/download-agent-dl-mgr.c
new file: src/agent/download-agent-encoding.c
new file: src/agent/download-agent-file.c
new file: src/agent/download-agent-http-mgr.c
new file: src/agent/download-agent-http-misc.c
new file: src/agent/download-agent-http-msg-handler.c
new file: src/agent/download-agent-http-queue.c
new file: src/agent/download-agent-installation.c
new file: src/agent/download-agent-interface.c
new file: src/agent/download-agent-mime-util.c
new file: src/agent/download-agent-plugin-conf.c
new file: src/agent/download-agent-plugin-drm.c
new file: src/agent/download-agent-plugin-install.c
new file: src/agent/download-agent-plugin-libsoup.c
new file: src/agent/download-agent-utils-dl-req-id-history.c
new file: src/agent/download-agent-utils.c
new file: src/agent/include/download-agent-basic.h
new file: src/agent/include/download-agent-client-mgr.h
new file: src/agent/include/download-agent-debug.h
new file: src/agent/include/download-agent-defs.h
new file: src/agent/include/download-agent-dl-info-util.h
new file: src/agent/include/download-agent-dl-mgr.h
new file: src/agent/include/download-agent-encoding.h
new file: src/agent/include/download-agent-file.h
new file: src/agent/include/download-agent-http-mgr.h
new file: src/agent/include/download-agent-http-misc.h
new file: src/agent/include/download-agent-http-msg-handler.h
new file: src/agent/include/download-agent-http-queue.h
new file: src/agent/include/download-agent-installation.h
new file: src/agent/include/download-agent-interface.h
new file: src/agent/include/download-agent-mime-util.h
new file: src/agent/include/download-agent-plugin-conf.h
new file: src/agent/include/download-agent-plugin-drm.h
new file: src/agent/include/download-agent-plugin-http-interface.h
new file: src/agent/include/download-agent-plugin-install.h
new file: src/agent/include/download-agent-plugin-libsoup.h
new file: src/agent/include/download-agent-pthread.h
new file: src/agent/include/download-agent-type.h
new file: src/agent/include/download-agent-utils-dl-req-id-history.h
new file: src/agent/include/download-agent-utils.h
deleted: src/download-provider-dateTime.cpp
new file: src/download-provider-db.c
deleted: src/download-provider-downloadItem.cpp
deleted: src/download-provider-downloadRequest.cpp
deleted: src/download-provider-event.cpp
deleted: src/download-provider-history-db.cpp
new file: src/download-provider-ipc.c
deleted: src/download-provider-item.cpp
deleted: src/download-provider-items.cpp
new file: src/download-provider-main.c
deleted: src/download-provider-network.cpp
new file: src/download-provider-notification.c
new file: src/download-provider-pid.c
new file: src/download-provider-receiver.c
deleted: src/download-provider-util.cpp
new file: src/download-provider-utils.c
deleted: src/download-provider-view.cpp
deleted: src/download-provider-viewItem.cpp
deleted: src/include/download-provider-common.h
deleted: src/include/download-provider-dateTime.h
deleted: src/include/download-provider-debug.h
deleted: src/include/download-provider-downloadItem.h
deleted: src/include/download-provider-downloadRequest.h
deleted: src/include/download-provider-event.h
deleted: src/include/download-provider-history-db.h
deleted: src/include/download-provider-item.h
deleted: src/include/download-provider-items.h
deleted: src/include/download-provider-network.h
deleted: src/include/download-provider-util.h
deleted: src/include/download-provider-view.h
deleted: src/include/download-provider-viewItem.h
deleted: src/main.cpp
Diffstat (limited to 'debian')
-rwxr-xr-x[-rw-r--r--] | debian/changelog | 10 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 17 | ||||
-rw-r--r-- | debian/dirs | 2 | ||||
-rw-r--r-- | debian/org.tizen.download-provider.install.in | 4 | ||||
-rw-r--r-- | debian/org.tizen.download-provider.postinst | 26 | ||||
-rwxr-xr-x | debian/rules | 116 |
7 files changed, 5 insertions, 171 deletions
diff --git a/debian/changelog b/debian/changelog index 928eadd..5bf9374 100644..100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -download-provider (1.0.0-0) unstable; urgency=low - * Git: pkgs/d/download-provider - * Tag: download-provider_1.0.0-0 +download-provider2 (0.0.1) unstable; urgency=low - * Tizen release. + * Git: 165.213.180.234:/slp/pkgs/d/download-provider2 + * Tag: download-provider2_0.0.1 - -- Jungki Kwak <jungki.kwak@samsung.com> Fri, 16 Mar 2012 14:41:48 +0900 + * initial making. + -- Kwangmin Bang <justine.bang@samsung.com> Thu, 15 Sep 2011 17:21:13 +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 2d00f93..0000000 --- a/debian/control +++ /dev/null @@ -1,17 +0,0 @@ -Source: download-provider -Section: misc -Priority: extra -Maintainer: Jungki Kwak <jungki.kwak@samsung.com>, Keunsoon Lee <keunsoon.lee@samsung.com>, InBum Chang <ibchang@samsung.com> -Build-Depends: debhelper (>= 5), libdownload-agent-dev, libelm-dev, libeina-dev, libaul-1-dev, libecore-dev, libvconf-dev, libbundle-dev, libicu-dev, libxdgmime-dev, capi-system-runtime-info-dev, capi-appfw-application-dev, libappsvc-dev -Standards-Version: 0.1.0 - -Package: org.tizen.download-provider -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libicu -Description: Application for support of the content download - -Package: org.tizen.download-provider-dbg -Section: debug -Architecture: any -Depends: org.tizen.download-provider (= ${Source-Version}) -Description: Application for support of the content download (unstripped) 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/org.tizen.download-provider.install.in b/debian/org.tizen.download-provider.install.in deleted file mode 100644 index e95ca2a..0000000 --- a/debian/org.tizen.download-provider.install.in +++ /dev/null @@ -1,4 +0,0 @@ -@PREFIX@/bin/* -@PREFIX@/data -@PREFIX@/res/* -opt/share/applications/* diff --git a/debian/org.tizen.download-provider.postinst b/debian/org.tizen.download-provider.postinst deleted file mode 100644 index 8183086..0000000 --- a/debian/org.tizen.download-provider.postinst +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -#### Download History #### -if [ ${USER} == "root" ] -then - # Change file owner - chown -R 5000:5000 /opt/apps/org.tizen.download-provider/data -fi - -if [ ! -f /opt/apps/org.tizen.download-provider/data/db/.download-history.db ]; -then - sqlite3 /opt/apps/org.tizen.download-provider/data/db/.download-history.db 'PRAGMA journal_mode=PERSIST; - create table history(id integer primary key autoincrement, historyid integer, downloadtype integer, contenttype integer, state integer, err integer, name, vendor, path, url, cookie, date datetime);' -fi - -if [ ${USER} == "root" ] -then -# Change file owner - chown -R 5000:5000 /opt/apps/org.tizen.download-provider/data - chown :6002 /opt/apps/org.tizen.download-provider/data/db/.download-history.db - chown :6002 /opt/apps/org.tizen.download-provider/data/db/.download-history.db-journal - chmod 660 /opt/apps/org.tizen.download-provider/data/db/.download-history.db - chmod 660 /opt/apps/org.tizen.download-provider/data/db/.download-history.db-journal -fi - - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index bbf1a0c..0000000 --- a/debian/rules +++ /dev/null @@ -1,116 +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 -LDFLAGS ?= -PREFIX ?= /opt/apps/org.tizen.download-provider -RESDIR ?= /opt/apps/org.tizen.download-provider/res -DATADIR ?= /opt/apps/org.tizen.download-provider/data - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 - CXXFLAGS += -O0 -else - CFLAGS += -O2 - CXXFLAGS += -O2 -endif - -LDFLAGS += -Wl,--rpath=$(PREFIX)/lib -Wl,--as-needed - -CMAKE_BUILD_DIR ?= $(CURDIR)/cmake_build_tmp - -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - mkdir -p $(CMAKE_BUILD_DIR) && cd $(CMAKE_BUILD_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_BUILD_DIR) && $(MAKE) - - 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#@RESDIR@#$(RESDIR)#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_BUILD_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_BUILD_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=org.tizen.download-provider-dbg - 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 |