remove debian
authorPeng Wu <alexepico@gmail.com>
Thu, 7 Jun 2012 03:54:45 +0000 (11:54 +0800)
committerPeng Wu <alexepico@gmail.com>
Thu, 7 Jun 2012 03:54:45 +0000 (11:54 +0800)
debian/changelog.in [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/docs [deleted file]
debian/ibus-pinyin.lintian-overrides [deleted file]
debian/rules [deleted file]
debian/source/format [deleted file]
debian/watch [deleted file]

diff --git a/debian/changelog.in b/debian/changelog.in
deleted file mode 100644 (file)
index 95bfd5a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-ibus-pinyin (${version}-1phuang${release}~${serie}1) ${serie}; urgency=low
-
-  * Upstream release.
-
- -- Peng Huang <shawn.p.huang@gmail.com>  ${date}
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 7f8f011..0000000
+++ /dev/null
@@ -1 +0,0 @@
-7
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index 65e25e0..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-Source: ibus-pinyin
-Section: utils
-Priority: optional
-Maintainer: LI Daobing <lidaobing@debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, pkg-config,
- libibus-dev (>= 1.3.99), libsqlite3-dev (>= 3.6), sqlite3, uuid-dev,
- python-support, intltool (>= 0.35.0), libopencc-dev (>= 0.0.4~pre.1),
- liblua5.1-0-dev
-Standards-Version: 3.9.1
-Homepage: http://code.google.com/p/ibus
-Vcs-Bzr: lp:~lidaobing/ibus/ibus-pinyin
-Vcs-Browser: https://code.launchpad.net/~lidaobing/ibus/ibus-pinyin
-
-Package: ibus-pinyin
-Architecture: any
-Depends: ibus-pinyin-db-open-phrase (=${source:Version}) | ibus-pinyin-db-android (=${source:Version}),
- ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, ibus (>= 1.2.99)
-Description: pinyin engine for ibus
- ibus-pinyin is a im engine for Chinese, based on ibus.
- .
- this package provide one input method:
-   * pinyin: pinyin input method.
- .
- for more information on pinyin input method, check
- http://en.wikipedia.org/wiki/Pinyin_method .
-
-Package: ibus-pinyin-db-open-phrase
-Architecture: all
-Depends: ${misc:Depends}, pinyin-database (>= 1.2.99-3~), pinyin-database (<< 1.2.100)
-Description: pinyin engine for ibus, open-phrase database
- ibus-pinyin is a im engine for Chinese, based on ibus.
- .
- this package provide one input method:
-   * pinyin: pinyin input method.
- .
- for more information on pinyin input method, check
- http://en.wikipedia.org/wiki/Pinyin_method .
- .
- This package contains the open-phrase data files used by ibus-pinyin.
-
-Package: ibus-pinyin-db-android
-Architecture: all
-Depends: ${misc:Depends}
-Description: pinyin engine for ibus, android database
- ibus-pinyin is a im engine for Chinese, based on ibus.
- .
- this package provide one input method:
-   * pinyin: pinyin input method.
- .
- for more information on pinyin input method, check
- http://en.wikipedia.org/wiki/Pinyin_method .
- .
- This package contains the android data files used by ibus-pinyin.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index 59ac1ed..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-This package was debianized by:
-
-    LI Daobing <lidaobing@gmail.com> on Sun, 28 Dec 2008 20:30:06 +0800
-
-It was downloaded from:
-
-    http://code.google.com/p/ibus/downloads/list
-
-Upstream Author:
-
-    Huang Peng <shawn.p.huang@gmail.com>
-
-Copyright:
-
-    Copyright © 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
-
-License:
-
-    This package 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.
-
-    This package 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.
-
-    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
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is:
-
-    Copyright © 2008, LI Daobing <lidaobing@gmail.com>
-
-and is licensed under the GPL, see above.
diff --git a/debian/docs b/debian/docs
deleted file mode 100644 (file)
index 55bc0a6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-README
-AUTHORS
diff --git a/debian/ibus-pinyin.lintian-overrides b/debian/ibus-pinyin.lintian-overrides
deleted file mode 100644 (file)
index cd5b9c9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ibus-pinyin: binary-without-manpage
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index e5ea124..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-DEBIAN_VERSION = $(shell dpkg-parsechangelog | egrep '^Version: ' | sed s/"Version: "//)
-UPSTREAM_VERSION = $(shell echo $(DEBIAN_VERSION) | sed s/+.-.*//)
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
-CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-else
-CROSS= --build $(DEB_BUILD_GNU_TYPE)
-endif
-
-
-
-config.status: configure
-       dh_testdir
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-       cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-       cp -f /usr/share/misc/config.guess config.guess
-endif
-       dh_auto_configure -- --enable-opencc --enable-lua-extension --disable-boost
-
-build: build-stamp
-
-build-stamp:  config.status 
-       dh_testdir
-       $(MAKE)
-       touch $@
-
-clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp install-stamp
-
-       # Add here commands to clean up after the build process.
-       [ ! -f Makefile ] || $(MAKE) distclean
-       rm -f config.sub config.guess config.log
-       rm -f data/db/android/*.pyc
-
-       dh_clean 
-
-install: install-stamp
-install-stamp: build
-       dh_testdir
-       dh_testroot
-       dh_prep  
-       dh_installdirs
-
-       $(MAKE) DESTDIR=$(CURDIR)/debian/ibus-pinyin install
-       rm -f $(CURDIR)/debian/ibus-pinyin/usr/share/ibus-pinyin/db/COPYING
-       mkdir -p $(CURDIR)/debian/ibus-pinyin-db-android/usr/share/ibus-pinyin/
-       mv $(CURDIR)/debian/ibus-pinyin/usr/share/ibus-pinyin/db $(CURDIR)/debian/ibus-pinyin-db-android/usr/share/ibus-pinyin/
-       rm -f $(CURDIR)/debian/ibus-pinyin-db-android/usr/share/ibus-pinyin/db/create_index.sql
-       mkdir -p $(CURDIR)/debian/ibus-pinyin-db-open-phrase/usr/share/ibus-pinyin/db
-       ln -s /usr/share/pinyin-database/main.db $(CURDIR)/debian/ibus-pinyin-db-open-phrase/usr/share/ibus-pinyin/db/open-phrase.db
-       touch $@
-
-# Build architecture-independent files here.
-binary-arch: install
-       dh_testdir -a
-       dh_testroot -a
-       dh_installchangelogs -a
-       dh_installdocs -a
-       dh_installexamples -a
-       dh_installman -a
-       dh_pysupport -a
-       dh_lintian -a
-       dh_link -a
-       dh_strip -a
-       dh_compress -a
-       dh_fixperms -a
-       dh_installdeb -a
-       dh_shlibdeps -a
-       dh_gencontrol -a
-       dh_md5sums -a
-       dh_builddeb -a
-
-binary-indep: install
-       dh_testdir -i
-       dh_testroot -i
-       dh_installchangelogs -i
-       dh_installdocs -i
-       dh_installexamples -i
-       dh_installman -i
-       dh_pysupport -i
-       dh_lintian -i
-       dh_link -i
-       dh_compress -i
-       dh_fixperms -i
-       dh_installdeb -i
-       dh_gencontrol -i
-       dh_md5sums -i
-       dh_builddeb -i
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644 (file)
index 163aaf8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/watch b/debian/watch
deleted file mode 100644 (file)
index 18f953c..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-version=3
-http://code.google.com/p/ibus/downloads/list?can=2 \
-http://ibus.googlecode.com/files/ibus-pinyin-([0-9].*)\.tar\.gz