Fix some errors when build debian packages.
authorphuang <phuang@phuang-MacPro.(none)>
Mon, 18 Oct 2010 13:02:33 +0000 (22:02 +0900)
committerPeng Huang <shawn.p.huang@gmail.com>
Fri, 29 Oct 2010 08:16:55 +0000 (17:16 +0900)
Makefile.am
debian/control
debian/rules

index d27c338..12e9c83 100644 (file)
@@ -114,7 +114,7 @@ dpkg: dist debian/changelog
                cd $(distdir); \
                cp -a ../../debian . ; \
                cd debian; \
-               debuild -b ; \
+               debuild -b -uc -us; \
        )
 
 upload: dist
index 5784149..13d031c 100644 (file)
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: LI Daobing <lidaobing@debian.org>
 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
index 3ca3b07..e5ea124 100755 (executable)
@@ -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