--- contacts-0.9.orig/debian/menu
+++ contacts-0.9/debian/menu
@@ -0,0 +1,2 @@
+?package(contacts):needs="X11" section="Applications/Data Management" \
+  title="Contacts" command="/usr/bin/contacts"
--- contacts-0.9.orig/debian/changelog
+++ contacts-0.9/debian/changelog
@@ -0,0 +1,93 @@
+contacts (0.9-1) unstable; urgency=low
+
+  * New upstream release
+    - Non-ASCII searching works better (Closes: #432776)
+
+ -- Ross Burton <ross@debian.org>  Fri, 06 Jun 2008 15:18:43 +0100
+
+contacts (0.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Update menu file
+
+ -- Ross Burton <ross@debian.org>  Tue, 18 Dec 2007 17:40:47 +0000
+
+contacts (0.7-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ross Burton <ross@debian.org>  Thu,  9 Aug 2007 20:40:24 +0100
+
+contacts (0.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ross Burton <ross@debian.org>  Wed, 11 Jul 2007 21:55:30 +0100
+
+contacts (0.5-3) unstable; urgency=low
+
+  * Add menu file (Closes: #427797)
+
+ -- Ross Burton <ross@debian.org>  Wed, 13 Jun 2007 17:10:42 +0100
+
+contacts (0.5-2) unstable; urgency=low
+
+  * Rebuild with new EDS.
+
+ -- Ross Burton <ross@debian.org>  Wed, 25 Apr 2007 16:14:03 +0100
+
+contacts (0.5-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ross Burton <ross@debian.org>  Mon, 23 Apr 2007 16:14:53 +0100
+
+contacts (0.4-2) unstable; urgency=low
+
+  * Enable GConf.
+
+ -- Ross Burton <ross@debian.org>  Thu, 19 Apr 2007 20:35:24 +0100
+
+contacts (0.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ross Burton <ross@debian.org>  Tue, 13 Mar 2007 14:21:56 +0000
+
+contacts (0.3-1) unstable; urgency=low
+
+  * New upstream release.
+    - Has a man page (Closes: #402183)
+
+ -- Ross Burton <ross@debian.org>  Fri,  2 Feb 2007 10:28:23 +0000
+
+contacts (0.2-1) unstable; urgency=low
+
+  * New upstream release
+    - Multiple import implemented (closes: #378507)
+    - Much, much more.
+    - Remove debian/patches/photo.diff.
+
+ -- Ross Burton <ross@debian.org>  Fri, 17 Nov 2006 16:22:38 +0000
+
+contacts (0.1-3) unstable; urgency=low
+
+  * Fix when building against EDS 1.8 (closes: #393570)
+  * Update Standards.
+
+ -- Ross Burton <ross@debian.org>  Tue, 17 Oct 2006 21:32:02 +0100
+
+contacts (0.1-2) unstable; urgency=low
+
+  * Add --as-needed to LDFLAGS to reduce the stated dependencies
+    (#359319)
+  * Remove gconf build-deps and options, as they are not needed in 0.1.
+  
+ -- Ross Burton <ross@debian.org>  Tue, 28 Mar 2006 09:22:05 +0100
+
+contacts (0.1-1) unstable; urgency=low
+
+  * Initial packaging.
+
+ -- Ross Burton <ross@debian.org>  Thu, 23 Feb 2006 09:50:30 +0000
+
--- contacts-0.9.orig/debian/compat
+++ contacts-0.9/debian/compat
@@ -0,0 +1 @@
+4
--- contacts-0.9.orig/debian/copyright
+++ contacts-0.9/debian/copyright
@@ -0,0 +1,25 @@
+This package was debianized by Ross Burton <ross@debian.org> on Thu, 23 Feb 2006
+09:47:46 +0000
+
+It was downloaded from http://projects.o-hand.com/contacts
+
+Copyright (C) 2006-2008 OpenedHand Ltd
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
+   USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
--- contacts-0.9.orig/debian/control
+++ contacts-0.9/debian/control
@@ -0,0 +1,14 @@
+Source: contacts
+Section: gnome
+Priority: optional
+Maintainer: Ross Burton <ross@debian.org>
+Build-Depends: debhelper (>= 4.1.0), cdbs, intltool, libgtk2.0-dev, libebook1.2-dev (>= 1.8), libgconf2-dev, libdbus-glib-1-dev
+Standards-Version: 3.7.3
+
+Package: contacts
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, evolution-data-server
+Description: lightweight addressbook
+ Contacts is a small, lightweight addressbook that features advanced vCard field
+ type handling and is designed for use on hand-held devices, such as the Nokia
+ 770/N800 or the Sharp Zaurus series of PDAs.
--- contacts-0.9.orig/debian/rules
+++ contacts-0.9/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+DEB_CONFIGURE_EXTRA_FLAGS = "--enable-gconf"
