diff options
author | jihye kim <jihye1128.kim@samsung.com> | 2012-08-22 11:42:18 +0900 |
---|---|---|
committer | jihye kim <jihye1128.kim@samsung.com> | 2012-08-22 11:42:18 +0900 |
commit | 3daab3cdcd10f1e545510a4ffe7bcd95c68d499a (patch) | |
tree | 0f0bb84fe68e9dda6fd099627a21aeb0846cd3a4 /debian/control | |
parent | af0ee32ff16f50fd25229151af7b4a9a6753ebe5 (diff) | |
download | simulator-opengl-3daab3cdcd10f1e545510a4ffe7bcd95c68d499a.tar.gz simulator-opengl-3daab3cdcd10f1e545510a4ffe7bcd95c68d499a.tar.bz2 simulator-opengl-3daab3cdcd10f1e545510a4ffe7bcd95c68d499a.zip |
migrate rsa git from private git
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 560bf26..138db50 100644 --- a/debian/control +++ b/debian/control @@ -17,3 +17,9 @@ Section : libs Architecture: i386 Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6, libx11-xcb1, libxext6 Description: OpenGLES library for simulator + +Package: simulator-opengl-dbg +Section : debug +Architecture: i386 +Depends: ${shlibs:Depends}, ${misc:Depends}, simulator-opengl (= ${binary:Version}), libx11-6, libx11-xcb1, libxext6 +Description: OpenGLES debugging library for simulator |