From 4e557afe78d6a6465451e0f666cd7b05958d3efc Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Mon, 8 Jun 2009 17:23:01 +0530 Subject: [PATCH] Added libhildonmime patches -had forgotten to git add those earlier --- libhildonmime/mer-changes.patch | 47 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 libhildonmime/mer-changes.patch diff --git a/libhildonmime/mer-changes.patch b/libhildonmime/mer-changes.patch new file mode 100644 index 0000000..6e4d303 --- /dev/null +++ b/libhildonmime/mer-changes.patch @@ -0,0 +1,47 @@ +--- libhildonmime-2.1.2-1.orig/autogen.sh ++++ libhildonmime-2.1.2-1/autogen.sh +@@ -34,9 +34,9 @@ + exit; + fi + +-(automake-1.8 --version) < /dev/null > /dev/null 2>&1 || { ++(automake-1.10 --version) < /dev/null > /dev/null 2>&1 || { + echo; +- echo "You must have automake 1.8 installed to compile $PACKAGE"; ++ echo "You must have automake 1.10 installed to compile $PACKAGE"; + echo; + exit; + } +@@ -52,10 +52,10 @@ + fi + fi + +-aclocal-1.8 $ACLOCAL_FLAGS ++aclocal-1.10 $ACLOCAL_FLAGS + libtoolize --force + autoheader +-automake-1.8 --add-missing ++automake-1.10 --add-missing + autoconf + + if test x$NOCONFIGURE = x; then +--- libhildonmime-2.1.2-1.orig/debian/control ++++ libhildonmime-2.1.2-1/debian/control +@@ -2,7 +2,7 @@ + Section: libs + Priority: optional + Maintainer: Erik Karlsson +-Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev (>= 2.8), libosso-gnomevfs2-dev (>= 2.16.3), libdbus-glib-1-dev ++Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev (>= 2.8), libosso-gnomevfs2-dev (>= 2.16.3), libdbus-glib-1-dev, autoconf, libtool, automake + Standards-Version: 3.6.1.0 + + Package: libhildonmime0 +@@ -32,7 +32,7 @@ + Package: hildon-update-category-database + Section: misc + Architecture: any +-Depends: ${shlibs:Depends} ++Depends: ${shlibs:Depends}, shared-mime-info + Description: Tool for managing the mime/category database + This package contains a tool that manages the mime/category mapping + database. -- 1.7.9.5