--- assogiate-0.2.1.orig/debian/rules
+++ assogiate-0.2.1/debian/rules
@@ -0,0 +1,7 @@
+#!/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_EXTRA_FLAGS += --disable-scrollkeeper
--- assogiate-0.2.1.orig/debian/assogiate.menu
+++ assogiate-0.2.1/debian/assogiate.menu
@@ -0,0 +1,4 @@
+?package(assogiate):needs="X11" section="Applications/System/Administration"\
+ title="assogiate" \
+ description="editor of the MIME file types database"\
+ command="/usr/bin/assogiate"
--- assogiate-0.2.1.orig/debian/watch
+++ assogiate-0.2.1/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.kdau.com/files/assogiate-(.*)\.tar\.bz2
--- assogiate-0.2.1.orig/debian/copyright
+++ assogiate-0.2.1/debian/copyright
@@ -0,0 +1,73 @@
+This package was debianized by Vincent Legout <vincent@legout.info> on
+Thu, 03 Jul 2008 11:22:02 +0200.
+
+It was downloaded from http://www.kdau.com/projects/assogiate/
+
+Upstream Author: Kevin Daughtridge <kevin@kdau.com>
+
+Copyright
+ Copyright (C) 2007 Kevin Daughtridge <kevin@kdau.com>
+
+Files: libassogiate/misc/*
+Copyright: Copyright (C) 2002-2004 Ole Laursen <olau@hardworking.dk>
+Copyright: Copyright (C) 2006-2007 Kevin Daughtridge <kevin@kdau.com>
+License: GPL
+
+ libmisc includes a modified version of the compose library by Ole Laursen.
+ This has been relicensed under the GPL; the original library is available
+ under the LGPL, with documentation, at <http://people.iola.dk/olau/compose/>.
+
+ libmisc is free software released under the GNU General Public License,
+ version 2 or later.
+ Copyright (C) 2006-2007 Kevin Daughtridge <kevin@kdau.com>.
+ Portions copyright (C) 2002-2004 Ole Laursen <olau@hardworking.dk>.
+
+Files: libassogiate/mime-*
+Files: libassogiate/private.hh
+Copyright: Copyright (C) 2007 Kevin Daughtridge <kevin@kdau.com>
+License: GPL
+
+Files: src/*
+Copyright: Copyright (C) 2007 Kevin Daughtridge <kevin@kdau.com>
+License: GPL
+
+File: help/C/assogiate.xml
+Copyright: Copyright (C) 2007 Kevin Daughtridge <kevin@kdau.com>
+License: GFDL-1.2+
+ On Debian systems the full text of the GNU Free Documentation License can be
+ found in the `/usr/share/common-licenses/GFDL-1.2' file.
+
+License: GPL
+
+ 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
+
+License: LGPL
+
+ This package 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 of the License, or (at your option) any later version.
+
+ 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
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser 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
+
+The Debian packaging is (C) 2008, Vincent Legout <vincent@legout.info> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- assogiate-0.2.1.orig/debian/changelog
+++ assogiate-0.2.1/debian/changelog
@@ -0,0 +1,6 @@
+assogiate (0.2.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #434794)
+
+ -- Vincent Legout <vincent@legout.info> Thu, 03 Jul 2008 11:22:02 +0200
+
--- assogiate-0.2.1.orig/debian/control
+++ assogiate-0.2.1/debian/control
@@ -0,0 +1,28 @@
+Source: assogiate
+Section: utils
+Priority: optional
+Maintainer: Vincent Legout <vincent@legout.info>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libgnome-vfsmm-2.6-dev, libgtkmm-2.4-dev, libxml++2.6-dev, libxml-parser-perl, gnome-doc-utils
+Standards-Version: 3.8.0
+Homepage: http://www.kdau.com/projects/assogiate/
+
+Package: assogiate
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: editor of the MIME file types database
+ AssoGiate is an editor of the MIME file types database for GNOME.
+ .
+ It allows users and administrators to customise the detection
+ and presentation of file types by GNOME and other environments.
+ .
+ Features:
+ * Compliant with the freedesktop.org Shared MIME Info and Icon Theme
+ specifications.
+ * Standard file types can be modified, and additional file types can be
+ added and removed.
+ * File type detection based on filenames, file contents, and XML root
+ elements can be specified.
+ * Default icons can be selected for file types without them.
+ * Modifications can be imported and exported for network deployment or
+ public exchange.
+ * A complete help manual is included.
--- assogiate-0.2.1.orig/debian/compat
+++ assogiate-0.2.1/debian/compat
@@ -0,0 +1 @@
+5
--- assogiate-0.2.1.orig/debian/patches/01_assogiate.desktop.in.patch
+++ assogiate-0.2.1/debian/patches/01_assogiate.desktop.in.patch
@@ -0,0 +1,15 @@
+diff -Nur -x '*.orig' -x '*~' assogiate-0.2.1/data/assogiate.desktop.in assogiate-0.2.1.new/data/assogiate.desktop.in
+--- assogiate-0.2.1/data/assogiate.desktop.in 2007-05-13 10:34:29.000000000 +0200
++++ assogiate-0.2.1.new/data/assogiate.desktop.in 2008-11-16 12:31:49.000000000 +0100
+@@ -1,9 +1,9 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ _Name=File Types Editor
+ _Comment=Modify the detection and display of file types
+ Exec=assogiate
+ Icon=assogiate
+ Terminal=false
+ Type=Application
+-Categories=GNOME;GTK;System;FileTools;
++Categories=GNOME;GTK;System;FileTools;X-GNOME-PersonalSettings;
++OnlyShowIn=GNOME;