From: Jihoon Kim Date: Fri, 1 Apr 2011 11:46:12 +0000 (+0900) Subject: Rename libhangul-bin to libhangul0 according to open source X-Git-Tag: 2.0_alpha~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a11812fa745da2eb68ac81257efe39e3762fe825;hp=e3bf872843c20907c2bc70db631f91e051da0020;p=framework%2Fuifw%2Flibhangul.git Rename libhangul-bin to libhangul0 according to open source Change-Id: I5d4ea6b068870b344bc0913bfad16e65ab931b6f --- diff --git a/debian/control b/debian/control index 8028845..31ec95c 100755 --- a/debian/control +++ b/debian/control @@ -5,23 +5,37 @@ Maintainer: Wei Ye , Jihoon Kim Build-Depends: debhelper (>= 5), autotools-dev, pkg-config, libisf-dev Standards-Version: 3.7.2 -Package: libhangul-bin +Package: libhangul0 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: libhangul +Description: Hangul keyboard input library - runtime + This library implements Hangul keyboard input with various types of + Korean keyboards. It is intended to be a base library of Korean + input methods on multiple platforms. + . + This package contains the shared library and the runtime data. Version: 2.2 -Package: libhangul-dev -Section: libdevel +Package: libhangul0-dbg +Section: debug Architecture: any -Depends: ${misc:Depends}, libhangul-bin -Description: libhangul header files and static libraries - This package contains libhangul header files and static libraries +Depends: libhangul0, ${shlibs:Depends}, ${misc:Depends} +Description: Hangul keyboard input library - debugging symbols + This library implements Hangul keyboard input with various types of + Korean keyboards. It is intended to be a base library of Korean + input methods on multiple platforms. + . + This package contains the debugging symbols. Most people will not need this + package. -Package: libhangul-dbg -Section: debug +Package: libhangul-dev +Section: libdevel Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: libhangul (unstripped) - This package contains libhangul unstripped files. +Depends: libhangul0, ${misc:Depends} +Description: Hangul keyboard input library - development files + This library implements Hangul keyboard input with various types of + Korean keyboards. It is intended to be a base library of Korean + input methods on multiple platforms. + . + This package contains the header files and the static library. diff --git a/debian/copyright b/debian/copyright old mode 100755 new mode 100644 index 987e09b..4d37109 --- a/debian/copyright +++ b/debian/copyright @@ -1,26 +1,48 @@ -This is libhangul, written and maintained by unknown -on Sat, 05 Dec 2009 12:00:08 +0900. +This package was debianized by Changwoo Ryu on +Sat, 6 Jan 2007 17:54:23 +0900. -The original source can always be found at: - ftp://ftp.debian.org/dists/unstable/main/source/ +It was downloaded from http://kldp.net/projects/hangul/ -Copyright Holder: unknown +Upstream Author: Choe Hwanjin + +Copyright: (C) 2004 - 2009 Choe Hwanjin License: - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. +For library code, + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + See /usr/share/common-licenses/LGPL-2.1 for the full license. + +For data/hanja/hanja.txt, + + Copyright (c) 2005,2006 Choe Hwanjin + All rights reserved. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + 3. Neither the name of the author nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/libhangul-bin.install b/debian/libhangul0.install similarity index 100% rename from debian/libhangul-bin.install rename to debian/libhangul0.install diff --git a/debian/rules b/debian/rules index 3a43f8f..4a4b5e4 100755 --- a/debian/rules +++ b/debian/rules @@ -92,7 +92,7 @@ binary-arch: build install # dh_installinfo dh_installman dh_link - dh_strip --dbg-package=libhangul-dbg + dh_strip --dbg-package=libhangul0-dbg dh_compress dh_fixperms # dh_perl