Make HD and Dev packages, Not WVGA
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 17 Feb 2012 11:34:09 +0000 (20:34 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 17 Feb 2012 11:34:09 +0000 (20:34 +0900)
Change-Id: I6ac2d1821135bc381fa82ca10c687db1a97fdcc9

Makefile
debian/control
themes/Makefile

index 54402ec..fdb555f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,18 +22,9 @@ install_edc:
 install: install_themes install_edc
 
 copy_edc:
-       cp themes/tizen.edc themes/tizen-black.edc
        cp themes/tizen.edc themes/tizen-hd.edc
        cp themes/tizen.edc themes/tizen-black-hd.edc
 
-tizen:
-       cd themes && make $@
-
-tizen-black:
-       cp themes/tizen.edc themes/$@.edc
-       cd themes && make $@
-       rm themes/tizen-*.edc
-
 tizen-hd:
        cp themes/tizen.edc themes/$@.edc
        cd themes && make $@
index 1db2fc7..48bbb66 100644 (file)
@@ -1,21 +1,11 @@
 Source: efl-theme-tizen
 Section: misc
 Priority: extra
-Maintainer: Seokjae Jeong <seok.j.jeong@samsung.com>, Jaehwan Kim <jae.hwan.kim@samsung.com>, Chuneon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Woohyun Jung <wh0705.jung@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>
+Maintainer: Seokjae Jeong <seok.j.jeong@samsung.com>, Jaehwan Kim <jae.hwan.kim@samsung.com>, Chuneon Park <chuneon.park@samsung.com>, Juyung Seo <juyung.seo@samsung.com>, Myungjae Lee <mjae.lee@samsung.com>, Woohyun Jung <wh0705.jung@samsung.com>, Jeonghyun Yun <jh0506.yun@samsung.com>, Shinwoo Kim <cinoo.kim@samsung.com>
 Uploaders: Hyoyoung Chang <hyoyoung.chang@samsung.com>, Tae-Hwan Kim <the81.kim@samsung.com>
 Build-Depends: debhelper (>= 5), libedje-dev
 Standards-Version: 0.1.0
 
-Package: efl-theme-tizen
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: tizen theme
-
-Package: efl-theme-tizen-black
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: tizen black theme
-
 Package: efl-theme-tizen-hd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
index 288ee27..deb923a 100644 (file)
@@ -5,7 +5,7 @@ EDJE_FLAGS_VERBOSE_ =
 EDJE_FLAGS_VERBOSE_0 =
 EDJE_FLAGS_VERBOSE_1 = -v
 
-all: tizen tizen-black tizen-hd tizen-black-hd
+all: tizen-hd tizen-black-hd
        echo $(escaped_prefix)
 
 .SUFFIXES: .edc .edj
@@ -15,8 +15,6 @@ all: tizen tizen-black tizen-hd tizen-black-hd
        edje_cc $(EDJE_FLAGS_$(V)) -id ./images/$(@:.edj=) -fd ../objects $(@:.edj=.edc)
        rm ./inc/tmp-inc.edc
 
-tizen: tizen.edj
-tizen-black: tizen-black.edj
 tizen-hd: tizen-hd.edj
 tizen-black-hd: tizen-black-hd.edj