--- moblin-menus-0.1.6.orig/debian/clean
+++ moblin-menus-0.1.6/debian/clean
@@ -0,0 +1,9 @@
+intltool-*.in
+mkinstalldirs
+Makefile.in
+INSTALL
+aclocal.m4
+configure
+menus/Makefile.in
+desktop-files/Makefile.in
+m4/intltool.m4
--- moblin-menus-0.1.6.orig/debian/copyright
+++ moblin-menus-0.1.6/debian/copyright
@@ -0,0 +1,48 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Name: moblin-menus
+Maintainer: Damien Lespiau <damien.lespiau@intel.com>
+Source: http://git.moblin.org/cgit.cgi/moblin-menus
+
+Files: *
+Copyright: 2009, Intel Corporation.
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2009, Canonical, Ltd.
+License: LGPL-2.1+
+
+License: GPL-2+
+ This program 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; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program 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 program; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
+
+ On Debian systems the full text of the GNU General Public Licnse,
+ version 2, can be found in the /usr/share/common-licenses/GPL-2 file.
+
+License: LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library 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
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+ On Debian systems the full text of the GNU Lesser General Public Licnse,
+ version 2.1, can be found in the /usr/share/common-licenses/LGPL-2.1 file.
--- moblin-menus-0.1.6.orig/debian/control
+++ moblin-menus-0.1.6/debian/control
@@ -0,0 +1,14 @@
+Source: moblin-menus
+Section: misc
+Priority: optional
+Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
+Build-Depends: cdbs, debhelper (>= 7), autotools-dev, intltool, libglib2.0-dev
+Standards-Version: 3.8.3
+Homepage: http://moblin.org/
+
+Package: moblin-menus
+Architecture: all
+Depends: ${misc:Depends}
+Description: Moblin config and data file for desktop menus
+ This package contains translation and menu information file for the Moblin
+ base system.
--- moblin-menus-0.1.6.orig/debian/changelog
+++ moblin-menus-0.1.6/debian/changelog
@@ -0,0 +1,17 @@
+moblin-menus (0.1.6-1) unstable; urgency=low
+
+  * Chris Cheney <chris.cheney@canonical.com>
+    - New upstream release (Moblin Beta) (0.1.3)
+  * Michael Casadevall <mcasadevall@ubuntu.com>
+    - Initial release (0.1.2)
+  * Michael Terry <michael.terry@canonical.com>
+    - New upstream release (Moblin 2.1) (0.1.5)
+    - Quiltize
+    - debian/patches/tweak-menus.patch: (from Moblin Beta) (0.1.2):
+      + Merge Graphics into Media
+      + Merge Administration into Settings
+  * Ying-Chun Liu (PaulLiu) <paul.liu@canonical.com>
+    - Divert the config files to solve conflicting gnome-menus (0.1.3)
+    - New upstream release (0.1.6) (Closes: #555782)
+
+ -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sat, 14 Nov 2009 16:16:01 +0800
--- moblin-menus-0.1.6.orig/debian/compat
+++ moblin-menus-0.1.6/debian/compat
@@ -0,0 +1 @@
+7
--- moblin-menus-0.1.6.orig/debian/rules
+++ moblin-menus-0.1.6/debian/rules
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+#DEB_DIVERT_EXTENSION = .moblin-menus
+#DEB_DIVERT_FILES_moblin-menus += \
+#	/etc/xdg/menus/applications.menu.moblin-menus \
+#	/etc/xdg/menus/settings.menu.moblin-menus
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
+#include /usr/share/cdbs/1/rules/config-package.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --sysconfdir=/etc
+
+post-patches:: autoreconf.stamp
+
+autoreconf.stamp:
+	$(CURDIR)/$(DEB_SRCDIR)/autogen.sh
+	touch autoreconf.stamp
+
+cleanbuilddir::
+	rm -f autoreconf.stamp
+
+binary-install/moblin-menus::
+	mv debian/moblin-menus/etc/xdg/menus/applications.menu \
+	   debian/moblin-menus/etc/xdg/menus/moblin-applications.menu
+	mv debian/moblin-menus/etc/xdg/menus/settings.menu \
+	   debian/moblin-menus/etc/xdg/menus/moblin-settings.menu
+
+common-binary-predeb-arch:: list-missing
