Update User Agent String
[framework/web/wrt-commons.git] / debian / control
1 Source: wrt-commons
2 Section: devel
3 Priority: extra
4 Maintainer: Lukasz Wrzosek<l.wrzosek@samsung.com>,  Taejeong.lee <taejeong.lee@samsung.com>
5 Standards-Version: 3.7.2
6 Uploaders: Yunchan Cho <yunchan.cho@samsung.com>,Przemyslaw Dobrowolski <p.dobrowolsk@samsung.com>, Pawel Sikorski <p.sikorski@samsung.com>, Zbigniew Kostrzewa <z.kostrzewa@samsung.com>
7 Build-Depends: debhelper (>= 5), libecore-dev, libslp-setting-dev (>=0.2.5-2), libappcore-efl-dev, libssl-dev, libsqlite3-dev, dlog-dev (>= 0.2.14-0), libglib2.0-dev, libslp-db-util-dev (>= 0.1.0-23), zlib1g-dev, libpcre-dev, libicu-dev, libxmlsec1-dev, openssl, libxml2-dev, libsoup2.4-dev, libiri-dev, libidn11-dev
8 # If you want to build version of gtk, comment out above one live and use the following one line
9 #Build-Depends: debhelper (>= 5), libecore-dev, libslp-setting-dev (>=0.2.5-2), libappcore-efl-dev, libssl-dev, libsqlite3-dev, dlog-dev (>= 0.2.14-0), libglib2.0-dev, libslp-db-util-dev (>= 0.1.0-23), libgtk2.0-dev, zlib1g-dev, libpcre-dev, libicu-dev
10
11 Package: wrt-commons
12 Section: libs
13 Provides: dpl-efl
14 Conflicts: dpl-efl
15 Replaces: dpl-efl
16 Architecture: any
17 Depends: ${shlibs:Depends}, ${misc:Depends}
18 Description: Design patterns library - EFL based
19  Design patterns library is a collection of useful C++ utilities
20  to easily develop window applications.
21
22 # If you want to build version of gtk, comment out the following lines
23 #Package: dpl-gtk
24 #Section: libs
25 #Architecture: any
26 #Depends: ${shlibs:Depends}, ${misc:Depends}
27 #Description: Design patterns library - GTK based
28 # Design patterns library is a collection of useful C++ utilities
29 # to easily develop window applications.
30
31 Package: wrt-commons-dev
32 XB-Public-Package: no
33 Section: devel
34 Provides: dpl-efl-dev
35 Conflicts: dpl-efl-dev
36 Replaces: dpl-efl-dev
37 Architecture: any
38 Depends: wrt-commons (= ${Source-Version}), libecore-dev, libslp-setting-dev (>=0.2.5-2), libappcore-efl-dev, libssl-dev, libsqlite3-dev, dlog-dev (>= 0.2.14-0), libslp-db-util-dev (>= 0.1.0-23), zlib1g-dev, libpcre-dev, libxml2-dev
39 Description: Design patterns library - EFL based developer files
40  Design patterns library is a collection of useful C++ utilities
41  to easily develop window applications. The most important part of
42  library is full MVC support. It also supports event-based architecture,
43  adds wrappers for many packages and provides many basic C++ utilities
44  as RAII objects, singletons, and many other.
45
46 # If you want to build version of gtk, comment out the following lines
47 #Package: dpl-gtk-dev
48 #XB-Public-Package: no
49 #Section: devel
50 #Architecture: any
51 #Depends: dpl-gtk (= ${Source-Version}), libglib2.0-dev, libgtk2.0-dev, libssl-dev, libsqlite3-dev, dlog-dev (>= 0.2.14-0), libslp-db-util-dev (>= 0.1.0-23), zlib1g-dev, libpcre-dev
52 #Description: Design patterns library - GTK based developer files
53 # Design patterns library is a collection of useful C++ utilities
54 # to easily develop window applications. The most important part of
55 # library is full MVC support. It also supports event-based architecture,
56 # adds wrappers for many packages and provides many basic C++ utilities
57 # as RAII objects, singletons, and many other.
58
59 #Package: wrt-commons-test
60 #Section: libs
61 #Provides: dpl-test
62 #Conflicts: dpl-test
63 #Replaces: dpl-test
64 #Architecture: any
65 #Depends: wrt-commons (= ${Source-Version})
66 #Description: Test programs.
67
68 Package: wrt-commons-dbg
69 Section: debug
70 Provides: dpl-dbg
71 Conflicts: dpl-dbg
72 Replaces: dpl-dbg
73 Architecture: any
74 Depends: wrt-commons (= ${Source-Version})
75 # If you want to build version of gtk, comment out above one live and use the following one line
76 #Depends: wrt-commons (= ${Source-Version}), dpl-gtk (= ${Source-Version})
77 Description: Design patterns library - Debug files
78  Design patterns library is a collection of useful C++ utilities
79  to easily develop window applications. The most important part of
80  library is full MVC support. It also supports event-based architecture,
81  adds wrappers for many packages and provides many basic C++ utilities
82  as RAII objects, singletons, and many other.
83