Commit 160f2eff authored by YunQiang Su's avatar YunQiang Su
Browse files

add static library; fix lintian warning

parent 878e2639
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
libpyzy (0.0.0+20111108.gitb002be5085-1) unstable; urgency=low

  * Initial release (Closes: #nnnn)
  * Initial release (Closes: #699902).

 -- YunQiang Su <wzssyqa@gmail.com>  Mon, 04 Feb 2013 00:29:11 +0800

debian/clean

0 → 100644
+17 −0
Original line number Diff line number Diff line
configure
compile
depcomp
install-sh
config.guess
config.sub
m4/*.m4
autom4te.cache/*
INSTALL
missing
Makefile.in
aclocal.m4
config.h.in
ltmain.sh
m4/Makefile.in
src/Makefile.in
debian/autoreconf.*
+13 −7
Original line number Diff line number Diff line
Source: libpyzy
Priority: optional
Maintainer: YunQiang Su <wzssyqa@gmail.com>
Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libglib2.0-dev,
    uuid-dev, libsqlite3-dev, libopencc-dev, 
Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libglib2.0-dev, libgtest-dev,
    uuid-dev, libsqlite3-dev, libopencc-dev, libgtest-dev,
    ibus-pinyin-db-open-phrase, ibus-pinyin-db-android, 
Standards-Version: 3.9.4
Section: libs
@@ -14,12 +14,18 @@ Package: libpyzy-dev
Section: libdevel
Architecture: any
Depends: libpyzy0 (= ${binary:Version}), ${misc:Depends}
Description: <insert up to 60 chars description>
 <insert long description, indented with spaces>
Description: Development files of libpyzy
 Algorithm library of ibus-pinyin. It is separated from ibus-pinyin
 to convenient other programs.
 .
 This package contains static library and header files.

Package: libpyzy0
Section: libs
Pre-Depends: multiarch-support
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
 <insert long description, indented with spaces>
Description: Chinese PinYin and Bopomofo conversion library
 Algorithm library of ibus-pinyin. It is separated from ibus-pinyin
 to convenient other programs.
 .
 This package contains shared library.
+2 −5
Original line number Diff line number Diff line
@@ -18,8 +18,7 @@ License: LGPL-2.1+
 .                                                                   
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA.
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Files: tools/googlecode_upload.py
Copyright: 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
@@ -42,8 +41,6 @@ License: LGPL-2.1+
 .                                                                   
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 USA.
 .
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 On Debian systems, the complete text of the GNU Lesser General
 Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2.1".
+0 −0

File moved.

Loading