From 700287f67b67daabd065425fd1a855e01cd340fd Mon Sep 17 00:00:00 2001 From: Wei Ye Date: Tue, 23 Nov 2010 18:03:51 +0900 Subject: [PATCH] Add the bin,dev,dbg package --- debian/changelog | 8 ++++++++ debian/control | 23 +++++++++++++++++++---- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index d6ffa93..207e399 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libhangul (2.1-2) unstable; urgency=low + + * Add the bin,dev,dbg package + * Git: 165.213.180.234:/git/slp/pkgs/libhangul + * Tag: libhangul_2.1-2 + + -- Wei Ye Tue, 23 Nov 2010 12:00:08 +0900 + libhangul (2.1-1) unstable; urgency=low * Add the debian build directory diff --git a/debian/control b/debian/control index 9e0ba5c..73da1d2 100755 --- a/debian/control +++ b/debian/control @@ -4,9 +4,24 @@ Priority: extra Maintainer: Wei Ye Build-Depends: debhelper (>= 5), autotools-dev, pkg-config, libisf-dev Standards-Version: 3.7.2 + +Package: libhangul-bin +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: libhangul +Version: 2.2 + +Package: libhangul-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends} +Description: libhangul header files and static libraries + This package contains libhangul header files and static libraries -Package: libhangul +Package: libhangul-dbg +Section: debug Architecture: any -Depends: -Description: Hangul ISE for ISF - +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: libhangul (unstripped) + This package contains libhangul unstripped files. -- 2.34.1