--- clutter-imcontext-0.1.4.orig/debian/libclutter-imcontext-0.1-dev.install
+++ clutter-imcontext-0.1.4/debian/libclutter-imcontext-0.1-dev.install
@@ -0,0 +1,5 @@
+usr/include/
+usr/lib/*.a
+usr/lib/*.la
+usr/lib/*.so
+usr/lib/pkgconfig/
--- clutter-imcontext-0.1.4.orig/debian/libclutter-imcontext-0.1-doc.install
+++ clutter-imcontext-0.1.4/debian/libclutter-imcontext-0.1-doc.install
@@ -0,0 +1 @@
+usr/share/gtk-doc/html/clutter-imcontext/*
--- clutter-imcontext-0.1.4.orig/debian/rules
+++ clutter-imcontext-0.1.4/debian/rules
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+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/simple-patchsys.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc
+DEB_CONFIGURE_SCRIPT := ./autogen.sh
+
+clutter-scan-immodules.1: debian/clutter-scan-immodules.sgml
+ docbook-to-man $< > $@
+
+build/libclutter-imcontext-0.1-0:: clutter-scan-immodules.1
+
+cleanbuilddir/libclutter-imcontext-0.1-0::
+ rm -f clutter-scan-immodules.1
+
+clean::
+ rm -f aclocal.m4
+ rm -rf autom4te.cache
+ rm -f config.h config.h.in
+ rm -f config.log config.status config.sub config.guess
+ rm -f configure depcomp install-sh ltmain.sh missing stamp-h1
+ rm -f gtk-doc.make
+ rm -f Makefile.in clutter-imcontext/Makefile.in
+ rm -f tools/Makefile.in tests/Makefile.in doc/Makefile.in
+ rm -f doc/reference/Makefile.in
+
+common-binary-predeb-arch:: list-missing
--- clutter-imcontext-0.1.4.orig/debian/control
+++ clutter-imcontext-0.1.4/debian/control
@@ -0,0 +1,60 @@
+Source: clutter-imcontext
+Section: libs
+Priority: optional
+Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
+Homepage: http://git.moblin.org/cgit.cgi/clutter-imcontext/
+Build-Depends: debhelper (>= 7), cdbs, gtk-doc-tools, libclutter-1.0-dev, libglib2.0-dev, libtool, autoconf, automake, docbook-to-man
+Standards-Version: 3.8.3
+
+Package: libclutter-imcontext-0.1-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Open GL based interactive canvas library IMContext framework
+ Clutter is an Open GL based interactive canvas library, designed for creating
+ fast, mainly 2D single window applications such as media box UIs,
+ presentations, kiosk style applications and so on. IMContext is an abstract
+ base class defining a generic input method interface. This library ports the
+ GTK+ IMContext to clutter.
+
+Package: libclutter-imcontext-0.1-dev
+Section: libdevel
+Architecture: any
+Depends: libclutter-imcontext-0.1-0 (= ${binary:Version}), libclutter-1.0-dev, libglib2.0-dev, pkg-config, ${misc:Depends}
+Suggests: libclutter-imcontext-0.1-doc
+Description: Open GL based interactive canvas library IMContext framework (dev. files)
+ Clutter is an Open GL based interactive canvas library, designed for creating
+ fast, mainly 2D single window applications such as media box UIs,
+ presentations, kiosk style applications and so on. IMContext is an abstract
+ base class defining a generic input method interface. This library ports the
+ GTK+ IMContext to clutter.
+ .
+ This package contains the development files.
+
+Package: libclutter-imcontext-0.1-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: devhelp
+Description: Open GL based interactive canvas library IMContext framework (document)
+ Clutter is an Open GL based interactive canvas library, designed for creating
+ fast, mainly 2D single window applications such as media box UIs,
+ presentations, kiosk style applications and so on. IMContext is an abstract
+ base class defining a generic input method interface. This library ports the
+ GTK+ IMContext to clutter.
+ .
+ This package contains the documentation.
+
+Package: libclutter-imcontext-0.1-0-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libclutter-imcontext-0.1-0 (=${binary:Version}), ${misc:Depends}
+Description: Open GL based interactive canvas library IMContext framework (debug files)
+ Clutter is an Open GL based interactive canvas library, designed for creating
+ fast, mainly 2D single window applications such as media box UIs,
+ presentations, kiosk style applications and so on. IMContext is an abstract
+ base class defining a generic input method interface. This library ports the
+ GTK+ IMContext to clutter.
+ .
+ This package contains the debug files.
--- clutter-imcontext-0.1.4.orig/debian/libclutter-imcontext-0.1-0.install
+++ clutter-imcontext-0.1.4/debian/libclutter-imcontext-0.1-0.install
@@ -0,0 +1,2 @@
+usr/bin/clutter-scan-immodules
+usr/lib/*.so.*
--- clutter-imcontext-0.1.4.orig/debian/compat
+++ clutter-imcontext-0.1.4/debian/compat
@@ -0,0 +1 @@
+7
--- clutter-imcontext-0.1.4.orig/debian/changelog
+++ clutter-imcontext-0.1.4/debian/changelog
@@ -0,0 +1,14 @@
+clutter-imcontext (0.1.4-1) unstable; urgency=low
+
+ * Chris Cheney <chris.cheney@canonical.com>
+ - Patch to use clutter-1.0: from clutter-imcontext-0.1-2.2.moblin2.src.rpm
+ - Initial Release.
+ * Michael Terry <michael.terry@canonical.com>
+ - No-change rebuild against latest clutter-0.9
+ * Ying-Chun Liu (PaulLiu) <paul.liu@canonical.com>
+ - New upstream release (0.1.4) (Closes: #546239)
+ - Use machine-readable debian/copyright
+ - Add debian/watch
+ - Add missing manpage: clutter-scan-immodules.sgml
+
+ -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Sat, 12 Sep 2009 02:10:51 +0800
--- clutter-imcontext-0.1.4.orig/debian/copyright
+++ clutter-imcontext-0.1.4/debian/copyright
@@ -0,0 +1,38 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Name: clutter-imcontext
+Maintainer: Raymond Liu <raymond.liu@intel.com>
+Source: http://git.moblin.org/cgit.cgi/clutter-imcontext/
+
+Files: *
+Copyright: 2009, Intel Corporation.
+License: LGPL-2.1
+
+Files: clutter-imcontext/*.c, clutter-imcontext/*.h, tests/*.c
+Copyright: 2009, Intel Corporation.
+License: LGPL-2.1
+
+Files: clutter-imcontext/clutter-imcontext.c, clutter-imcontext/clutter-imcontext.h, clutter-imcontext/clutter-imcontextsimple.c, clutter-imcontext/clutter-imcontextsimple.h, tools/scan-immodules.c
+Copyright: 2000, Red Hat, Inc.
+ 2009, Intel Corporation.
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: 2009, Canonical, Ltd.
+License: LGPL-2.1
+
+License: LGPL-2.1
+ This program is free software; you can redistribute it and/or modify it
+ under the terms and conditions of the GNU Lesser General Public License,
+ version 2.1, as published by the Free Software Foundation.
+
+ This program is distributed in the hope 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 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 Lesser General Public Licnse,
+ version 2.1, can be found in the /usr/share/common-licenses/LGPL-2.1 file.
--- clutter-imcontext-0.1.4.orig/debian/clutter-scan-immodules.sgml
+++ clutter-imcontext-0.1.4/debian/clutter-scan-immodules.sgml
@@ -0,0 +1,117 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+ page: `docbook-to-man manpage.sgml > manpage.1'. You may view
+ the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+ less'. A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+ docbook-to-man $< > $@
+
+
+ The docbook-to-man binary is found in the docbook-to-man package.
+ Please remember that if you create the nroff version in one of the
+ debian/rules file targets (such as build), you will need to include
+ docbook-to-man in your Build-Depends control field.
+
+ -->
+
+ <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+ <!ENTITY dhfirstname "<firstname>Ying-Chun</firstname>">
+ <!ENTITY dhsurname "<surname>Liu</surname>">
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>September 5, 2009</date>">
+ <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+ allowed: see man(7), man(1). -->
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email>paulliu@debian.org</email>">
+ <!ENTITY dhusername "Ying-Chun Liu (PaulLiu)">
+ <!ENTITY dhucpackage "<refentrytitle>CLUTTER-IMCONTEXT</refentrytitle>">
+ <!ENTITY dhpackage "clutter-scan-immodules">
+
+ <!ENTITY debian "<productname>Debian</productname>">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+ <refentryinfo>
+ <address>
+ &dhemail;
+ </address>
+ <author>
+ &dhfirstname;
+ &dhsurname;
+ </author>
+ <copyright>
+ <year>2009</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+ <refmeta>
+ &dhucpackage;
+
+ &dhsection;
+ </refmeta>
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+
+ <refpurpose>program to scan immodules and generate configuration files</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>This manual page documents briefly the
+ <command>&dhpackage;</command> command.</para>
+
+ <para>This manual page was written for the &debian; distribution
+ because the original program does not have a manual page.</para>
+
+ <para><command>&dhpackage;</command> is a prgram that scans immodules
+ for Clutter and
+ generate a configuration file which is suitable to be used as
+ /etc/clutter-imcontext/clutter.immodules
+ </para>
+
+ </refsect1>
+ <refsect1>
+ <title>AUTHOR</title>
+
+ <para>This manual page was written by &dhusername; &dhemail; for
+ the &debian; system (and may be used by others). Permission is
+ granted to copy, distribute and/or modify this document under
+ the terms of the &gnu; Lesser General Public License,
+ version 2.1 or any
+ later version published by the Free Software Foundation.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License can be found in /usr/share/common-licenses/LGPL-2.1.
+ </para>
+
+ </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
--- clutter-imcontext-0.1.4.orig/debian/libclutter-imcontext-0.1-0.manpages
+++ clutter-imcontext-0.1.4/debian/libclutter-imcontext-0.1-0.manpages
@@ -0,0 +1 @@
+clutter-scan-immodules.1
--- clutter-imcontext-0.1.4.orig/debian/watch
+++ clutter-imcontext-0.1.4/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://git.moblin.org/cgit.cgi/clutter-imcontext/ \
+ snapshot/clutter-imcontext-([\d\.]*).tar.gz