debian/0000755000000000000000000000000011712767124007176 5ustar debian/watch0000644000000000000000000000021611712763424010225 0ustar version=3 http://code.google.com/p/libgooglepinyin/downloads/list \ http://libgooglepinyin.googlecode.com/files/libgooglepinyin-(.*).tar.gz debian/compat0000644000000000000000000000000211712763424010373 0ustar 9 debian/source/0000755000000000000000000000000011712763424010475 5ustar debian/source/format0000644000000000000000000000001411712763424011703 0ustar 3.0 (quilt) debian/libgooglepinyin0.install0000644000000000000000000000010011712763424014026 0ustar usr/lib/*/lib*.so.* usr/lib/*/googlepinyin/data/dict_pinyin.dat debian/changelog0000644000000000000000000000103211712767124011044 0ustar libgooglepinyin (0.1.2-1) unstable; urgency=low * New upstream release. -- Aron Xu Fri, 03 Feb 2012 21:41:29 +0800 libgooglepinyin (0.1.1+hg20111109-1) unstable; urgency=low * New upstream snapshot: + Change the data's path, per Policy 9.1.1 (Closes: #646958) + Add big endian support. -- Aron Xu Tue, 08 Nov 2011 21:24:11 +0800 libgooglepinyin (0.1.1-1) unstable; urgency=low * Initial release (Closes: #633106) -- Aron Xu Mon, 05 Sep 2011 17:53:28 +0800 debian/rules0000755000000000000000000000064711712763424010264 0ustar #!/usr/bin/make -f DEB_HOST_MULTIARCH?=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/default.mk CFLAGS += $(CPPFLAGS) CXXFLAGS += $(CPPFLAGS) LDFLAGS+=-Wl,--as-needed %: dh $@ override_dh_auto_configure: dh_auto_configure -- -DENABLE_STATIC=True -DLIB_INSTALL_DIR=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) override_dh_strip: dh_strip --dbg-package=libgooglepinyin0-dbg debian/libgooglepinyin0-dev.install0000644000000000000000000000006611712763424014615 0ustar usr/include/* usr/lib/*/lib*.so usr/lib/*/pkgconfig/* debian/copyright0000644000000000000000000000224611712763424011134 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: libgooglepinyin Upstream-Contact: Weng Xuetian (csslayer) Source: http://code.google.com/p/libgooglepinyin Files: * Copyright: 2011, Weng Xuetian (csslayer) 2008, 2009, 2010 The Android Open Source Project License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the full text of the Apache License version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. Files: wrapper/python/*.py Copyright: 2011, Jiahua Huang License: Apache-2.0 Files: debian/* Copyright: 2011, Aron Xu License: Apache-2.0 debian/control0000644000000000000000000000335511712763424010606 0ustar Source: libgooglepinyin Priority: optional Maintainer: IME Packaging Team Uploaders: Aron Xu , Eleanor Chen , YunQiang Su DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8.1.3~), cmake Standards-Version: 3.9.2 Section: libs Homepage: http://code.google.com/p/libgooglepinyin Vcs-Git: git://git.debian.org/pkg-ime/libgooglepinyin.git Vcs-Browser: http://git.debian.org/?p=pkg-ime/libgooglepinyin.git Package: libgooglepinyin0-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libgooglepinyin0 (= ${binary:Version}) Provides: libgooglepinyin-dev Conflicts: libgooglepinyin-dev Description: Pinyin engine fork from Google Pinyin on Android - development files libgooglepinyin is a fork of Google Pinyin on Android, it features to have excellent input experience and uses little resource. . This package provides the library development files. Package: libgooglepinyin0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} Provides: libgooglepinyin Description: Pinyin engine fork from Google Pinyin on Android libgooglepinyin is a fork of Google Pinyin on Android, it features to have excellent input experience and uses little resource. . This package provides the library file. Package: libgooglepinyin0-dbg Section: debug Priority: extra Architecture: any Depends: ${misc:Depends}, libgooglepinyin0 (= ${binary:Version}) Description: Pinyin engine fork from Google Pinyin on Android - debug symbols libgooglepinyin is a fork of Google Pinyin on Android, it features to have excellent input experience and uses little resource. . This package provides the library debug symbols.