--- mm-common-0.9.2.orig/debian/changelog
+++ mm-common-0.9.2/debian/changelog
@@ -0,0 +1,47 @@
+mm-common (0.9.2-1) unstable; urgency=low
+
+  * Initial upload to unstable (Closes: #577074).
+    Package based on the package by Daniel Elstner from
+    https://launchpad.net/~daniel-elstner/+archive/ppa
+
+ -- Sebastian Dröge <slomo@debian.org>  Fri, 09 Apr 2010 13:22:22 +0200
+
+mm-common (0.9.2-1~ppa1) lucid; urgency=low
+
+  * New upstream release.
+
+ -- Daniel Elstner <daniel.kitta@gmail.com>  Fri, 05 Feb 2010 23:04:20 +0200
+
+mm-common (0.9.1-1~ppa1) lucid; urgency=low
+
+  * New upstream release.
+    - skeletonmm source tree now installed as a tar archive
+      Added: override DEB_TARBALL to make CDBS ignore skeletonmm.tar.gz
+      Dropped: obsolete debian/mm-common.lintian-overrides
+      Removed: most dh_compress and dh_fixperms exceptions
+
+ -- Daniel Elstner <daniel.kitta@gmail.com>  Thu, 31 Dec 2009 17:27:59 +0100
+
+mm-common (0.9-1~revu3) lucid; urgency=low
+
+  * Mention GNOME in the package short description.
+  * Include upstream ChangeLog in the package.
+  * Simplify dh_compress exclusion list and exclude the autogen.sh in
+    the skeleton sources from dh_fixperms.
+  * Override Lintian warnings for the skeletonmm source tree.
+    Added: debian/mm-common.lintian-overrides
+
+ -- Daniel Elstner <daniel.kitta@gmail.com>  Mon, 28 Dec 2009 01:37:27 +0100
+
+mm-common (0.9-1~revu2) lucid; urgency=low
+
+  * Fix REVU warnings. (LP: #500596)
+    Added: debian/watch file.
+
+ -- Daniel Elstner <daniel.kitta@gmail.com>  Sat, 26 Dec 2009 21:08:23 +0100
+
+mm-common (0.9-1~ppa1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Daniel Elstner <daniel.kitta@gmail.com>  Sat, 26 Dec 2009 19:23:52 +0100
--- mm-common-0.9.2.orig/debian/watch
+++ mm-common-0.9.2/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+http://download.gnome.org/sources/mm-common/(\d+\.\d+)/mm-common-([\d.]+)\.tar\.gz debian uuscan
--- mm-common-0.9.2.orig/debian/control.in
+++ mm-common-0.9.2/debian/control.in
@@ -0,0 +1,33 @@
+Source: mm-common
+Section: devel
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Homepage: http://www.gtkmm.org/
+Build-Depends: cdbs (>= 0.4.51),
+               gnome-pkg-tools,
+               debhelper (>= 7)
+Standards-Version: 3.8.4
+
+Package: mm-common
+Architecture: all
+Depends: ${misc:Depends},
+         automake (>= 1.9) | automake1.11 | automake1.10 | automake1.9,
+         libtool (>= 1.5),
+         pkg-config (>= 0.20)
+Recommends: g++ | c++-compiler,
+            doxygen,
+            graphviz,
+            xsltproc
+Suggests: libglibmm-2.4-dev,
+          libsigc++-2.0-doc,
+          libglibmm-2.4-doc
+Description: Common build files of the GNOME C++ bindings
+ The mm-common module provides the build infrastructure and utilities
+ shared among the GNOME C++ binding libraries.  It is only a required
+ dependency for building the C++ bindings from the gnome.org version
+ control repository.  An installation of mm-common is not required for
+ building tarball releases, unless configured to use maintainer-mode.
+ .
+ The mm-common package also includes a snapshot of the Doxygen tag file
+ for the GNU C++ Library reference documentation.
--- mm-common-0.9.2.orig/debian/copyright
+++ mm-common-0.9.2/debian/copyright
@@ -0,0 +1,15 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=48
+Name: mm-common
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Source: http://download.gnome.org/sources/mm-common/
+
+Files: *
+Copyright: 2009, Openismus GmbH <http://www.openismus.com/>
+License: GPL-2+
+ This library 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.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in `/usr/share/common-licenses/GPL-2'.
--- mm-common-0.9.2.orig/debian/control
+++ mm-common-0.9.2/debian/control
@@ -0,0 +1,38 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
+Source: mm-common
+Section: devel
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Uploaders: Sebastian Dröge <slomo@debian.org>
+Homepage: http://www.gtkmm.org/
+Build-Depends: cdbs (>= 0.4.51),
+               gnome-pkg-tools,
+               debhelper (>= 7)
+Standards-Version: 3.8.4
+
+Package: mm-common
+Architecture: all
+Depends: ${misc:Depends},
+         automake (>= 1.9) | automake1.11 | automake1.10 | automake1.9,
+         libtool (>= 1.5),
+         pkg-config (>= 0.20)
+Recommends: g++ | c++-compiler,
+            doxygen,
+            graphviz,
+            xsltproc
+Suggests: libglibmm-2.4-dev,
+          libsigc++-2.0-doc,
+          libglibmm-2.4-doc
+Description: Common build files of the GNOME C++ bindings
+ The mm-common module provides the build infrastructure and utilities
+ shared among the GNOME C++ binding libraries.  It is only a required
+ dependency for building the C++ bindings from the gnome.org version
+ control repository.  An installation of mm-common is not required for
+ building tarball releases, unless configured to use maintainer-mode.
+ .
+ The mm-common package also includes a snapshot of the Doxygen tag file
+ for the GNU C++ Library reference documentation.
--- mm-common-0.9.2.orig/debian/rules
+++ mm-common-0.9.2/debian/rules
@@ -0,0 +1,9 @@
+#! /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/class/gnome.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
--- mm-common-0.9.2.orig/debian/compat
+++ mm-common-0.9.2/debian/compat
@@ -0,0 +1 @@
+7
