From ead9afe09d8e580bc2abb3556cf778c0a29c243c Mon Sep 17 00:00:00 2001 From: phuang Date: Mon, 18 Oct 2010 22:02:33 +0900 Subject: [PATCH] Fix some errors when build debian packages. --- Makefile.am | 2 +- debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index d27c338..12e9c83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,7 +114,7 @@ dpkg: dist debian/changelog cd $(distdir); \ cp -a ../../debian . ; \ cd debian; \ - debuild -b ; \ + debuild -b -uc -us; \ ) upload: dist diff --git a/debian/control b/debian/control index 5784149..13d031c 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: optional Maintainer: LI Daobing Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, libibus-dev (>= 1.2.99), libsqlite3-dev (>= 3.6), sqlite3, uuid-dev, - python-support, intltool (>= 0.35.0), libboost-signals-dev (>= 1.39), - libopencc-dev (>= 0.0.4~pre.1), liblua5.1-0-dev + python-support, intltool (>= 0.35.0), libopencc-dev (>= 0.0.4~pre.1), + liblua5.1-0-dev Standards-Version: 3.8.4 Homepage: http://code.google.com/p/ibus Vcs-Bzr: lp:~lidaobing/ibus/ibus-pinyin diff --git a/debian/rules b/debian/rules index 3ca3b07..e5ea124 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ 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 + dh_auto_configure -- --enable-opencc --enable-lua-extension --disable-boost build: build-stamp -- 2.7.4