Rename libhangul-bin to libhangul0 according to open source
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 1 Apr 2011 11:46:12 +0000 (20:46 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 21 Aug 2012 08:29:52 +0000 (17:29 +0900)
Change-Id: I5d4ea6b068870b344bc0913bfad16e65ab931b6f

debian/control
debian/copyright [changed mode: 0755->0644]
debian/libhangul0.install [moved from debian/libhangul-bin.install with 100% similarity]
debian/rules

index 8028845..31ec95c 100755 (executable)
@@ -5,23 +5,37 @@ Maintainer: Wei Ye <wei.ye@samsung.com>, Jihoon Kim <jihoon48.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.
old mode 100755 (executable)
new mode 100644 (file)
index 987e09b..4d37109
@@ -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 <cwryu@debian.org> 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 <krisna@kldp.org>
+
+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.
index 3a43f8f..4a4b5e4 100755 (executable)
@@ -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