From e6f36dbffa9da69fd3819ce21ac7504f50b055e7 Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Thu, 4 Nov 2010 16:26:18 +0900 Subject: [PATCH] Fix deb build errors. --- Makefile.am | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 142cfec..3a0383c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,6 +97,7 @@ ppa: dist debian/changelog $(AM_V_GEN) \ ( \ mkdir ppa; \ + cp $(distdir).tar.gz ppa/@PACKAGE_NAME@_@PACKAGE_VERSION@.orig.tar.gz ; \ cd ppa; \ tar zxvf ../$(distdir).tar.gz ; \ cd $(distdir); \ diff --git a/debian/control b/debian/control index 5c487a4..65e25e0 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ 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.8.4 +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 -- 2.7.4