diff -u tasks-0.11/debian/changelog tasks-0.11/debian/changelog --- tasks-0.11/debian/changelog +++ tasks-0.11/debian/changelog @@ -1,3 +1,10 @@ +tasks (0.11-1ubuntu1) gutsy; urgency=low + + * Updated rules and autoconf files to build correctly for UME. + * Fixed headers to allow building with Maemo 3. + + -- Adilson Oliveira Fri, 24 Aug 2007 13:15:02 -0300 + tasks (0.11-1) unstable; urgency=low * New upstream release diff -u tasks-0.11/debian/rules tasks-0.11/debian/rules --- tasks-0.11/debian/rules +++ tasks-0.11/debian/rules @@ -5,6 +5,11 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk +# If compiling for lpia, enable Hildon interface +ifeq ($(DEB_BUILD_ARCH), lpia) +DEB_CONFIGURE_EXTRA_FLAGS += --enable-hildon +endif + DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed" DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp only in patch2: unchanged: --- tasks-0.11.orig/debian/patches/02_autoconf.patch +++ tasks-0.11/debian/patches/02_autoconf.patch @@ -0,0 +1,12 @@ +diff -Nur tasks-0.11/configure.ac tasks-0.11.new/configure.ac +--- tasks-0.11/configure.ac 2007-08-24 13:13:12.000000000 -0300 ++++ tasks-0.11.new/configure.ac 2007-08-13 17:14:56.000000000 -0300 +@@ -48,7 +48,7 @@ + AC_ARG_ENABLE(hildon,AS_HELP_STRING([--enable-hildon],[Turn on Hildon frontend]),[ + if test "x$enableval" = "xyes" ; then + PKG_CHECK_MODULES(HILDON, +- [hildon-libs >= 0.12.0, ++ [hildon-1 >= 0.12.0, + dbus-1, + libosso, + libossomime], only in patch2: unchanged: --- tasks-0.11.orig/debian/patches/01_hildon_build.patch +++ tasks-0.11/debian/patches/01_hildon_build.patch @@ -0,0 +1,12 @@ +diff -Nur tasks-0.11/src/hildon/hildon-tasks.c tasks-0.11.new/src/hildon/hildon-tasks.c +--- tasks-0.11/src/hildon/hildon-tasks.c 2007-07-31 16:51:11.000000000 -0300 ++++ tasks-0.11.new/src/hildon/hildon-tasks.c 2007-08-24 13:11:40.000000000 -0300 +@@ -25,7 +25,7 @@ + #include + + #include +-#include ++#include + + #include + #include