Skip to content

Commit

Permalink
New upstream release.
Browse files Browse the repository at this point in the history
  • Loading branch information
happyaron committed Feb 3, 2012
1 parent b856da0 commit 674e82f
Show file tree
Hide file tree
Showing 9 changed files with 123 additions and 0 deletions.
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
libgooglepinyin (0.1.2) unstable; urgency=low

* New upstream release.

-- Aron Xu <[email protected]> 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 <[email protected]> Tue, 08 Nov 2011 21:24:11 +0800

libgooglepinyin (0.1.1-1) unstable; urgency=low

* Initial release (Closes: #633106)

-- Aron Xu <[email protected]> Mon, 05 Sep 2011 17:53:28 +0800
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
47 changes: 47 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Source: libgooglepinyin
Priority: optional
Maintainer: IME Packaging Team <[email protected]>
Uploaders: Aron Xu <[email protected]>, Eleanor Chen <[email protected]>,
YunQiang Su <[email protected]>
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.
33 changes: 33 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Format: http://dep.debian.net/deps/dep5/
Upstream-Name: libgooglepinyin
Upstream-Contact: Weng Xuetian (csslayer) <[email protected]>
Source: http://code.google.com/p/libgooglepinyin

Files: *
Copyright: 2011, Weng Xuetian (csslayer) <[email protected]>
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 <[email protected]>
License: Apache-2.0

Files: debian/*
Copyright: 2011, Aron Xu <[email protected]>
License: Apache-2.0
3 changes: 3 additions & 0 deletions debian/libgooglepinyin0-dev.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
usr/include/*
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*
2 changes: 2 additions & 0 deletions debian/libgooglepinyin0.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/lib/*/lib*.so.*
usr/lib/*/googlepinyin/data/dict_pinyin.dat
14 changes: 14 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/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
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)
3 changes: 3 additions & 0 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version=3
http://code.google.com/p/libgooglepinyin/downloads/list \
http://libgooglepinyin.googlecode.com/files/libgooglepinyin-(.*).tar.gz

0 comments on commit 674e82f

Please sign in to comment.