From 858e7cf5f44613e3f5502152c786ab853840aa01 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 7 Jul 2012 18:03:06 +0000 Subject: [PATCH] Import mutter_3.4.1-5.debian.tar.gz [dgit import tarball mutter 3.4.1-5 mutter_3.4.1-5.debian.tar.gz] --- README.Debian | 17 + changelog | 1426 +++++++++++++++++ compat | 1 + control | 163 ++ control.in | 158 ++ copyright | 69 + gir1.2-mutter-3.0.install | 1 + libmutter-dev.install | 5 + libmutter0.install | 1 + mutter-common.install | 6 + mutter-common.preinst | 13 + mutter.install | 4 + mutter.postinst | 16 + mutter.prerm | 12 + ...e_frame-fix-crash-when-frame-is-NULL.patch | 53 + patches/01_Wcast-align.patch | 16 + patches/series | 2 + rules | 21 + source/format | 1 + watch | 2 + 20 files changed, 1987 insertions(+) create mode 100644 README.Debian create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 control.in create mode 100644 copyright create mode 100644 gir1.2-mutter-3.0.install create mode 100644 libmutter-dev.install create mode 100644 libmutter0.install create mode 100644 mutter-common.install create mode 100644 mutter-common.preinst create mode 100644 mutter.install create mode 100644 mutter.postinst create mode 100644 mutter.prerm create mode 100644 patches/00_meta_window_move_frame-fix-crash-when-frame-is-NULL.patch create mode 100644 patches/01_Wcast-align.patch create mode 100644 patches/series create mode 100755 rules create mode 100644 source/format create mode 100644 watch diff --git a/README.Debian b/README.Debian new file mode 100644 index 0000000..169b50e --- /dev/null +++ b/README.Debian @@ -0,0 +1,17 @@ +Mutter Compositor +=================== + +Mutter includes a compositor based on Clutter. Mutter by default adds +very simple effects using the compositor, such as a drop-shadow. The +compositor may be used by plugins to add more effects. GNOME Shell is +an example of one such plugin. + +The compositor can be enabled on the fly by setting the gconf key +/apps/mutter/general/compositing_manager to true by using +gconf-editor or gconftool-2. + +Before enabling the compositor, you need to make sure your X server +configuration has the composite extension, as well as DRI loaded and +enabled. + + -- Gustavo Noronha Silva , Sun, 26 Jul 2009 13:14:57 +0200 diff --git a/changelog b/changelog new file mode 100644 index 0000000..fe08625 --- /dev/null +++ b/changelog @@ -0,0 +1,1426 @@ +mutter (3.4.1-5) unstable; urgency=low + + [ Rico Tzschichholz ] + * debian/patches: Add upstream patch + 00_meta_window_move_frame-fix-crash-when-frame-is-NULL.patch + + [ Michael Biebl ] + * Install missing keybindings file 50-mutter-windows.xml which is required + to configure mutter specific keyboard shortcuts in gnome-control-center. + Closes: #680004 + * Use list-missing to list files missing from the package. + + -- Michael Biebl Sat, 07 Jul 2012 20:03:06 +0200 + +mutter (3.4.1-4) unstable; urgency=low + + * Clean up /etc/sgml/mutter-common.cat and /etc/sgml/mutter-common.cat.old + on upgrades. Closes: #675309 + + -- Michael Biebl Fri, 01 Jun 2012 12:49:07 +0200 + +mutter (3.4.1-3) unstable; urgency=low + + [ Michael Biebl ] + * Upload to unstable. + + [ Rico Tzschichholz ] + * libmutter-dev: add dependency on gsettings-desktop-schemas-dev and + libx11-dev as pc-file requests + + [ Michael Biebl ] + * Bump Suggests: gnome-control-center to (>= 1:3.4.0) as we want a recent + enough version which can handle keybindings based on GSettings. + * Use strict dependency between mutter/libmutter0 and mutter-common to + ensure we have the correct version of mutter-common providing the + org.gnome.mutter gsettings schema. + * Add Depends on gnome-themes-standard to mutter. Adwaita is the preferred + window manager theme and without a theme installed mutter refuses to + start. Closes: #658823 + + -- Michael Biebl Wed, 30 May 2012 12:25:26 +0200 + +mutter (3.4.1-2) experimental; urgency=low + + * Drop debian/mutter-common.catalog and debian/mutter-common.sgmlcatalogs. + This is another leftover from the metacity package, mutter doesn't ship + any DTD. + * Replace another occurence of libgnome2-common with + gsettings-desktop-schemas. + + -- Michael Biebl Mon, 14 May 2012 19:11:48 +0200 + +mutter (3.4.1-1) experimental; urgency=low + + [ Michael Biebl ] + * New upstream release. + + [ Rico Tzschichholz ] + * debian/control.in: + - Bump minimum GTK, cogl, clutter & gsettings-desktop-schemas + - Add mutter-dbg package + * debian/mutter-common.install: + - Install gsettings schemas + * debian/rules: Enable compile warnings + + [ Jeremy Bicha ] + * debian/control.in: + - Drop gconf dependency + + [ Michael Biebl ] + * Bump Standards-Version to 3.9.3. + * Update Vcs-* URLs. + * Drop Suggests: gnome-themes. This is a remnant of the old metacity + package this work is based on. + * Refresh debian/patches/01_Wcast-align.patch. + + -- Michael Biebl Fri, 04 May 2012 21:48:47 +0200 + +mutter (3.2.2-3) unstable; urgency=low + + * Upload to unstable. + + -- Michael Biebl Wed, 02 May 2012 00:10:17 +0200 + +mutter (3.2.2-2) experimental; urgency=low + + * d/p/02_Fix-cogl-crash-from-updating-non-existent-texture.patch: + + Added. In 1.8 cogl would prevent attempts to update textures with + an invalid handle from crashing buggy programs. Cogl 1.10 no longer does + so. This patch prevents mutter from updating invalid textures + * d/p/03_fix_compilation_with_new_cogl.patch + + Added. Adapt to changes made in the experimental patch of the cogl API + + -- Sjoerd Simons Sun, 01 Apr 2012 16:32:27 +0200 + +mutter (3.2.2-1) unstable; urgency=low + + [ Michael Biebl ] + * Change section of gir1.2-mutter-3.0 to introspection. + + [ Josselin Mouette ] + * Update repository URL. + + [ Michael Biebl ] + * New upstream release. + * debian/watch: Track stable releases. + + -- Michael Biebl Tue, 24 Jan 2012 07:49:20 +0100 + +mutter (3.2.1-2) unstable; urgency=low + + [ Laurent Bigonville ] + * debian/watch: + - Fix URL regex to correctly detect latest tarballs + - Switch to .xz tarballs + + [ Michael Biebl ] + * Upload to unstable. + * Refresh debian/patches/01_Wcast-align.patch. + * debian/control.in: + - Add explicit Build-Depends on libcairo2-dev. + - Bump Build-Depends on libglib2.0-dev. + + -- Michael Biebl Sat, 19 Nov 2011 01:21:32 +0100 + +mutter (3.2.1-1) experimental; urgency=low + + [ Jean Schurger ] + * New upstream version + * debian/control.in + - Updated clutter dependency + * debian/libmutter0.symbols + - Updated + + [ Josselin Mouette ] + * Tighten shlibs to the major GNOME version, libcamel-style. + * libmutter0.symbols: dropped, upstream ABI stability guarantees are + not sufficient. + + [ Sjoerd Simons ] + * New upstream release (3.2.1) + + -- Sjoerd Simons Fri, 28 Oct 2011 20:19:30 +0200 + +mutter (3.0.2.1-4) unstable; urgency=high + + * Team upload. Urgency high as that problem already affects testing + users. + * debian/patches: + - Add 00git-dont-lose-application-redraws.patch to fix rendering + issues with parts of the screen not showing the latest content. + + -- Raphaël Hertzog Mon, 17 Oct 2011 08:37:50 +0200 + +mutter (3.0.2.1-3) unstable; urgency=low + + [ Rico Tzschichholz ] + * debian/patches: + - Add 00git-meta-window-group-Use-clutter_stage_get_redraw_clip_.patch, + 00git-Use-a-utility-function-to-create-GL_ARB_texture_rect.patch + to remove direct GL usages to let it build with EGL/GLES2 on arm + * debian/control: + - Bump build-dep on clutter-1.0-dev (>= 1.7.5) + * debian/libmutter0.symbols: + - updated (leave with debian revision since it is added by a patch) + + -- Michael Biebl Fri, 14 Oct 2011 19:01:24 +0200 + +mutter (3.0.2.1-2) unstable; urgency=low + + [ Laurent Bigonville ] + * Drop debian/mutter.lintian-overrides: Missing manpages are now installed + + [ Michael Biebl ] + * debian/control.in: + - Drop Build-Depends on gir1.2-gtk-3.0, gir1.2-clutter-1.0 and + gir1.2-json-glib-1.0 and let their corresponding -dev package pull it in + automatically. Bump the Build-Depends on the -dev packages accordingly. + * Bump debhelper compatibility level to 8. + - Update Build-Depends on debhelper. + - Strip debian/tmp/ from .install files. + * Let cdbs call dh_girepository. + - Bump Build-Depends on cdbs to (>= 0.4.90). + - Remove custom dh_girepository rules from debian/rules. + - Set DEB_DH_GIREPOSITORY_ARGS_ALL to /usr/lib/mutter. + + -- Michael Biebl Thu, 07 Jul 2011 22:45:20 +0200 + +mutter (3.0.2.1-1) unstable; urgency=low + + [ Rico Tzschichholz ] + * New upstream release + * debian/watch: + - Look for bzip2 tarballs + + [ Josselin Mouette ] + * Depend on libgnome2-common for the GConf schemas. This will be + necessary until mutter is ported to GSettings. + + -- Laurent Bigonville Sat, 11 Jun 2011 14:39:59 +0200 + +mutter (3.0.1-1) experimental; urgency=low + + * New upstream release (3.0.0). + * debian/control.in: + - Bump Standards-Version to 3.9.2 (no further changes) + - Drop versionized dpkg-dev build-dependency + + -- Laurent Bigonville Fri, 06 May 2011 23:47:25 +0200 + +mutter (3.0.0-2) experimental; urgency=low + + * Rename gir1.2-mutter-2.91 package to gir1.2-mutter-3.0 + + -- Laurent Bigonville Mon, 11 Apr 2011 11:19:27 +0200 + +mutter (3.0.0-1) experimental; urgency=low + + * Team upload. + + [ Frederic Peters ] + * New upstream release (2.91.93). + * debian/libmutter0.symbols: new symbol. + + [ Josselin Mouette ] + * Make the -dev package depend on the gir package. + + [ Raphaël Hertzog ] + * New upstream release (3.0.0). + + -- Raphaël Hertzog Sun, 10 Apr 2011 19:38:04 +0000 + +mutter (2.91.92-1) experimental; urgency=low + + * New upstream release + + [ Rico Tzschichholz ] + * debian/patches: + + drop 02_arm_include_clutter_x11.patch, is upstream + + drop 10_mutter-ldflags.patch, is upstream + * debian/control.in,debian/rules: + + add libmutter0 which replaces libmutter-wm0 and libmutter-private0 + + [ Frederic Peters ] + * debian/control.in: mention gnome-shell in libmutter0 package description. + + -- Frederic Peters Thu, 24 Mar 2011 19:56:48 +0100 + +mutter (2.91.91-1) experimental; urgency=low + + * New upstream release. + + [Laurent Bigonville] + * debian/control.in: Add Vcs-Svn and Vcs-Browser fields + + [Frederic Peters] + * debian/control.in, libmutter-wm0.install, libmutter-wm0.symbols: + Add a libmutter-wm0 library + * debian/patches/10_mutter-ldflags.patch: Fix linking of mutter binary + * debian/patches/20_libmutter_export_symbols.patch: Limit list of symbols + exported by libmutter-{wm,private} (but don't add it to series as it makes + gnome-shell segfault) + * debian/mutter.install, debian/mutter-common.install: move mutter-wm.desktop + from mutter-common to mutter. + * debian/control.in: add replaces/breaks in mutter, against previous + versions of mutter-common, for the move of mutter-wm.desktop. + + -- Frederic Peters Mon, 14 Mar 2011 19:09:58 +0100 + +mutter (2.91.90-1) experimental; urgency=low + + * New upstream release. + + -- Frederic Peters Wed, 23 Feb 2011 09:29:08 +0100 + +mutter (2.91.6-1) experimental; urgency=low + + [ Laurent Bigonville ] + * New upstream release. + * debian/control.in: + - Remove duplicate Section + - Drop gir1.2-mutter-2.91 Conflicts/Replaces against libmutter-private0 + package + * debian/watch: Drop call to uupdate + * debian/mutter.lintian-overrides: Add overrides for manpages shipped + in mutter-common + + [ Emilio Pozuelo Monfort ] + * debian/control.in: + + Update for the new gtk+ 3 package names. + + -- Emilio Pozuelo Monfort Sat, 19 Feb 2011 15:20:42 +0000 + +mutter (2.29.0-4) unstable; urgency=low + + * Remove gir1.0-mutter-2.29 to ease the gir1.2 transition, since + nothing uses it. + + -- Emilio Pozuelo Monfort Wed, 16 Feb 2011 20:34:44 +0000 + +mutter (2.91.5-1) experimental; urgency=low + + [ Emilio Pozuelo Monfort ] + * New upstream release. + + debian/control.in: + - Update build dependencies. + - Remove unneeded libgtk2.0-dev build dependency. + + debian/patches/02_gdk_removed_macro.patch, + debian/patches/03_handle_new_gtk_states.patch, + debian/patches/04_fix_gradient_example.patch: + - Removed, included upstream. + * debian/libmutter-private0.symbols: + + Add a symbols file. + * debian/rules: + + Make the shlibs always depend on the latest upstream version. + We have symbols file anyway, and manually bumping the shver is + error prone. + + [ Laurent Bigonville ] + * debian/control: Bump Standards-Version to 3.9.1 + + -- Emilio Pozuelo Monfort Wed, 12 Jan 2011 23:06:20 +0000 + +mutter (2.91.3-3) experimental; urgency=low + + * debian/patches/02_gdk_removed_macro.patch, + * debian/patches/03_handle_new_gtk_states.patch, + * debian/patches/04_fix_gradient_example.patch: + - Patches from upstream git, fix the build with latest GTK+ 3. + * debian/control.in: + - Bump the libgtk3.0-dev build dependency accordingly. + + -- Emilio Pozuelo Monfort Sat, 18 Dec 2010 23:39:24 +0000 + +mutter (2.91.3-2) experimental; urgency=low + + * Update to the new gir policy: + - Rename gir1.0-mutter-2.91 to gir1.2-mutter-2.91. + - Bump the gobject-introspection build dependency. + - Build depend on gir1.2 packages. + * debian/control.in: + - Fix typo, s/shlib/shlibs/. + * debian/rules: + - Remove hack to get translations in /usr/share, no longer needed. + - Pass the path to the typelibs to dh_girepository to get correct + dependencies. + * debian/rules, + debian/control.in: + - Use dh-autoreconf. + * debian/patches/90_autotools.patch, + debian/patches/99_ltmain_as-needed.patch: + - Removed, no longer needed with dh-autoreconf. + * debian/rules, + debian/copyright: + - Fix some metacity leftovers. + * debian/mutter.1, + debian/mutter-message.1, + debian/mutter-theme-viewer.1, + debian/mutter-window-demo.1, + debian/mutter-common.manpages: + - Removed, shipped upstream. + + -- Emilio Pozuelo Monfort Tue, 14 Dec 2010 00:52:38 +0100 + +mutter (2.91.3-1) experimental; urgency=low + + [ Gustavo Noronha Silva ] + * New development release + * debian/control: + - update build-dependencies on GObject-Introspection packages + - build-depend on GTK+3 + + [ Emilio Pozuelo Monfort ] + * New upstream release. + - Rename gir1.0-mutter-2.31 to gir1.0-mutter-2.91. + * debian/control.in: + - Build depend on libjson-glib-dev and gir1.0-json-glib-1.0. + * debian/rules, + debian/control.in, + debian/source/format: + - Switch to source format 3.0 (quilt). + * debian/rules: + - Bump the shlib version. + + -- Emilio Pozuelo Monfort Mon, 06 Dec 2010 00:59:42 +0100 + +mutter (2.31.5-1) experimental; urgency=low + + * New upstream release + - refreshed patches + - added a hack to rules to work-around the build trying to install + locale files to /usr/lib/locale + - bumped shlib minimum version to 2.31.5 (see #586124) + + -- Gustavo Noronha Silva Tue, 13 Jul 2010 11:36:29 -0300 + +mutter (2.31.2-3) experimental; urgency=low + + * debian/gir1.0-mutter-2.{29->31}.install: + - actually install the typelib file + + -- Gustavo Noronha Silva Mon, 31 May 2010 11:37:33 -0300 + +mutter (2.31.2-2) experimental; urgency=low + + * debian/control: + - fix GIR package name to account for GIR API name change + + -- Gustavo Noronha Silva Wed, 26 May 2010 15:15:34 -0300 + +mutter (2.31.2-1) experimental; urgency=low + + * New development release + + -- Gustavo Noronha Silva Wed, 26 May 2010 10:51:58 -0300 + +mutter (2.29.1-1) experimental; urgency=low + + * New development release. + * debian/control: + - build-dep on clutter >= 1.2 + + -- Gustavo Noronha Silva Thu, 08 Apr 2010 20:48:38 -0300 + +mutter (2.29.0-2) unstable; urgency=low + + * debian/control: + - fix gir package name, because the typelib has changed its name + + -- Gustavo Noronha Silva Mon, 15 Mar 2010 17:27:59 -0300 + +mutter (2.29.0-1) unstable; urgency=low + + * New upstream development release. + * debian/rules: + - update makeshlibs argument to require >= 2.29.0 + + -- Gustavo Noronha Silva Tue, 02 Mar 2010 19:19:44 -0300 + +mutter (2.28.1~git20100129-1) unstable; urgency=low + + * Upstream snapshot + + -- Gustavo Noronha Silva Fri, 29 Jan 2010 12:04:09 -0200 + +mutter (2.28.1~git20091208-1) unstable; urgency=low + + * New upstream snapshot + + -- Gustavo Noronha Silva Sat, 24 Oct 2009 13:16:53 -0200 + +mutter (2.28.1~git20091024-1) unstable; urgency=low + + * Upstream snapshot + * debian/control.in: + - fixed typo in description + - bump Standards-Version to 3.8.3 + + -- Gustavo Noronha Silva Sat, 24 Oct 2009 12:59:03 -0200 + +mutter (2.28.0-2) unstable; urgency=low + + * debian/control.in: + - adapt for the new GObject introspection policy + + -- Gustavo Noronha Silva Mon, 19 Oct 2009 15:59:57 -0200 + +mutter (2.28.0-1) unstable; urgency=low + + * New upstream release + + -- Gustavo Noronha Silva Fri, 09 Oct 2009 13:23:25 -0300 + +mutter (2.27.5-1) unstable; urgency=low + + * New upstream release + + -- Gustavo Noronha Silva Wed, 30 Sep 2009 21:19:05 +0100 + +mutter (2.27.3-2) unstable; urgency=low + + [ Simon Raven ] + * debian/control.in: + - adding missing build-dep to fix FTBFS (Closes: #544342) + + [ Gustavo Noronha Silva ] + * debian/control.in: + - also add gobject-introspection, gobject-introspection-glib-2.0, + gobject-introspection-freedesktop, which were also missing, to + build-depends + + -- Gustavo Noronha Silva Sun, 30 Aug 2009 19:02:46 -0300 + +mutter (2.27.3-1) unstable; urgency=low + + [ Josselin Mouette ] + * Update list of copyright holders. + + [ Gustavo Noronha Silva ] + * New upstream release + + -- Gustavo Noronha Silva Sat, 29 Aug 2009 21:53:05 -0300 + +mutter (2.27.2-1) unstable; urgency=low + + * First mutter release for Debian + - no ITP since this is in practice a branch of metacity + * debian/control.in: + - adapted descriptions + - added build-deps on gobject-introspection, and clutter >= 1.0 + - renamed packages + * debian/patches/10_ignore_callbacks.patch: + - removed; applied upstream + * debian/mutter-common.install: + - this package no longer provides themes and gnome-control-center + keybindings capplet; this will come in a separate module in the + future, it seems, and we may want to make sure it is installed + + -- Gustavo Noronha Silva Sun, 26 Jul 2009 13:33:08 +0200 + +metacity (1:2.26.0-3) unstable; urgency=high + + * 10_ignore_callbacks.patch: stolen upstream. Fix a bug leading to + some callbacks being ignored. Closes: #533917. + + -- Josselin Mouette Wed, 24 Jun 2009 12:04:26 +0200 + +metacity (1:2.26.0-2) unstable; urgency=low + + * Use patchsys-quilt; build-depend on quilt. + * 01_Wcast-align.patch: don’t use -Wcast-align, it gives incorrect + warnings (errors thanks to -Werror) when some pointers are converted + back and forth to XPointers. Closes: #532655. + * 90_autotools.patch: relibtoolize the whole package. + + -- Josselin Mouette Wed, 10 Jun 2009 21:52:35 +0200 + +metacity (1:2.26.0-1) unstable; urgency=low + + [ Josselin Mouette ] + * Fix typo in changelog entry. + + [ Loic Minier ] + * Let metacity suggest gnome-themes as it attempts to use the Clearlooks + Metacity theme by default and logs a warning when it can't be used. + * Let metacity suggest xdg-user-dirs as it fails creating the + .config/metacity sub-directory and logs a warning if .config isn't created + by xdg-user-dirs. + + [ Josselin Mouette ] + * Set the team as primary maintainer. Closes: #523545. + * Fixup in the descriptions. + * New upstream release. + * Update build-dependencies. + * Bump shlibs for libmetacity-private0. + + -- Josselin Mouette Tue, 09 Jun 2009 20:36:03 +0200 + +metacity (1:2.24.0-2) unstable; urgency=low + + * Rename libmetacity0 to libmetacity-private0 because of an + unexpected ABI change. Closes: #510096. + * Remove trailing -1's in build-depends. + * debian/copyright: write complete list of copyright holders. + * Upload to unstable. + + -- Josselin Mouette Mon, 16 Feb 2009 18:03:57 +0100 + +metacity (1:2.24.0-1) experimental; urgency=low + + * New upstream release. + + Implements one-way maximisation. Closes: #450837. + + Fixes issues when disabling the compositor. Closes: #476492. + * Bump shlibs version to 1:2.24.0. + * Standards version is 3.8.0. + * 01_doublefree_maximize.patch: dropped, merged upstream. + * Install the .desktop in the metacity package. + + -- Josselin Mouette Sat, 22 Nov 2008 15:57:58 +0100 + +metacity (1:2.22.0-2) unstable; urgency=low + + [ Sven Arvidsson ] + * Add README.Debian, describing how to enable the compositor. + (Closes: #471442) + + [ Josselin Mouette ] + * 01_doublefree_maximize.patch: stolen upstream (r3817). Fixes + vertical maximisation bug caused by an invalid free. + Closes: #452139. + * control.in: make metacity the first package so that it gets the + README.Debian. + + -- Josselin Mouette Thu, 18 Sep 2008 16:53:19 +0200 + +metacity (1:2.22.0-1) unstable; urgency=low + + [ Bradley Smith ] + * New upstream development release. + + [ Sam Morris ] + * Build-depend on libxcomposite-dev for composite manager. + + [ Sebastian Dröge ] + * New upstream stable release: + + debian/rules: + - Drop check-dist include. + - Update shlibs to >= 2.22.0 because of new API. + + -- Sebastian Dröge Fri, 14 Mar 2008 13:54:19 +0100 + +metacity (1:2.21.5-1) experimental; urgency=low + + [ Riccardo Setti ] + * New metacity package. + * build with compositor extension. + + [ Bradley Smith ] + * Update Standards Version to 3.7.3. (No changes) + * Add check-dist. + + -- Riccardo Setti Thu, 20 Dec 2007 02:29:13 +0100 + +metacity (1:2.20.1-2) UNRELEASED; urgency=low + + * Let metacity-common replace metacity instead of conflicting to ease + upgrades. + + -- Loic Minier Wed, 28 Nov 2007 19:00:45 +0100 + +metacity (1:2.20.1-1) unstable; urgency=low + + [ Josselin Mouette ] + * Recommend gnome-session | x-session-manager. Closes: #225640. + * Remove metacity.menu. Closes: #397645. + + [ Sebastian Dröge ] + * New upstream bugfix release. + + -- Sebastian Dröge Mon, 19 Nov 2007 13:57:21 +0100 + +metacity (1:2.20.0-1) unstable; urgency=low + + * New upstream release: + + debian/patches/01_session_tolerate_missing_file.patch, + debian/patches/02_fix_crash_on_session_saving.patch: + - Dropped, merged upstream. + + debian/rules: + - Bump shlibs to >= 2.19.5. + + debian/metacity-common.install: + - Ship keybinding stuff. + * debian/control.in: + + Drop duplicated libxinerama-dev build dependency. + + -- Sebastian Dröge Sat, 22 Sep 2007 10:46:36 +0200 + +metacity (1:2.18.5-1) unstable; urgency=low + + * New upstream stable release; no API change. + + -- Loic Minier Tue, 19 Jun 2007 12:07:17 +0200 + +metacity (1:2.18.3-2) unstable; urgency=low + + * 99_ltmain_as-needed.patch: make --as-needed work for the library + too. + + -- Josselin Mouette Wed, 06 Jun 2007 23:40:52 +0200 + +metacity (1:2.18.3-1) unstable; urgency=low + + * Drop metacity-common postinst as it was scheduled to be dropped post-etch. + * Rewrite metacity postinst and prerm to use safer individual if tests + instead of trying to list all possible args in a case; reported by + Lior Kaplan; closes: #421206. + * New upstream stable release; no API change. + + -- Loic Minier Mon, 28 May 2007 17:48:18 +0200 + +metacity (1:2.18.2-3) unstable; urgency=low + + * New patch 02_fix_crash_on_session_saving.patch, taken from Ubuntu. + Fix a crash that would occur when the current session is saved and would + corrupt ~/.gnome2/session. Gnome bug #433253 + + -- Sebastian Dröge Thu, 26 Apr 2007 15:44:10 +0200 + +metacity (1:2.18.2-2) unstable; urgency=low + + * Add -z defs to LDFLAGS; cleanups. + * Upload to unstable; drop check-dist include. + * Add a ${misc:Depends}. + * Drop useless --enable-xsync=yes from configure flags. + * Wrap build-deps and deps. + * Bump dep on libgtk2.0-dev to >= 2.10.0-1. + + -- Loic Minier Sat, 14 Apr 2007 15:12:50 +0200 + +metacity (1:2.18.2-1) experimental; urgency=low + + * New upstream stable release. + + -- Loic Minier Mon, 09 Apr 2007 08:47:47 +0200 + +metacity (1:2.18.1-1) experimental; urgency=low + + * New upstream stable release; no API change; bug fixes and translations. + * Drop obsolete README.Debian; misc cleanups. + + -- Loic Minier Sun, 08 Apr 2007 09:23:44 +0200 + +metacity (1:2.18.0-1) experimental; urgency=low + + [ Marco Cabizza ] + * New upstream release: not enabling compositor, too unstable, and libcm + seems dead upstream. + + [ Riccardo Setti ] + * Updated debhelper compatibility to 5 + + [ Loic Minier ] + * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on + cdbs >= 0.4.41. + * Fix metacity-common.install to list the correct dirs. + + -- Loic Minier Mon, 26 Mar 2007 22:27:08 +0200 + +metacity (1:2.16.5-1) experimental; urgency=low + + [ Loic Minier ] + * Add a get-orig-source target to retrieve the upstream tarball. + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + + [ Josselin Mouette ] + * 01_session_tolerate_missing_file.patch: register differently to the + session, in order to handle gracefully the case where a session file + is missing on the disk (closes: #315169, #391287). + * New upstream release. + + -- Josselin Mouette Sun, 4 Mar 2007 10:29:40 +0100 + +metacity (1:2.16.3-1) experimental; urgency=low + + [ Marco Cabizza ] + * New upstream release. + + [ Loic Minier ] + * Merge 1:2.14.5-2. + + [ Josselin Mouette ] + * Use ${gnome:Version} and ${gnome:NextVersion} to loosen the + dependencies. + * Build-depend on gnome-pkg-tools 0.6. + * Call gnome-version.mk. + * Replace the x-dev build-dependency by x11proto-core-dev. + + -- Josselin Mouette Tue, 21 Nov 2006 20:50:05 +0100 + +metacity (1:2.16.2-1) experimental; urgency=low + + * New upstream release, with backwards incompatible changes in internal API. + + -- Loic Minier Mon, 25 Sep 2006 17:47:56 +0200 + +metacity (1:2.16.1-1) experimental; urgency=low + + [ Loïc Minier ] + * Remove superfluous dh_installcatalogs call and bump cdbs build-dep to + >= 0.4.37, thanks Peter Eisentraut. (Closes: #361156) + [debian/control, debian/control.in, debian/rules] + * Don't mention non-existing Info documentation in the metacity and + metacity-message man pages, thanks Piotr Engelking. (Closes: #365450) + [debian/metacity.1, debian/metacity-message.1] + * Fix watch file. + + [ Marco Cabizza ] + * New upstream release, target experimental: + - Bumping up libgtk2.0-dev build-dep to 2.10 + * Setting myself as the maintainer. + + -- Marco Cabizza Wed, 13 Sep 2006 18:46:45 +0200 + +metacity (1:2.14.5-2) unstable; urgency=low + + * Remove superfluous dh_installcatalogs call and bump cdbs build-dep to + >= 0.4.37, thanks Peter Eisentraut. (Closes: #361156) + [debian/control, debian/control.in, debian/rules] + * Don't mention non-existing Info documentation in the metacity and + metacity-message man pages, thanks Piotr Engelking. (Closes: #365450) + [debian/metacity.1, debian/metacity-message.1] + * Fix watch file. + * Fix typo in debian/metacity-message.1; thanks Per Bojsen; closes: #397864. + + -- Loic Minier Fri, 10 Nov 2006 09:38:49 +0100 + +metacity (1:2.14.5-1) unstable; urgency=low + + * New upstream release. + + -- Loic Minier Tue, 30 May 2006 15:47:36 +0200 + +metacity (1:2.14.3-1) unstable; urgency=low + + [ Gustavo Noronha Silva ] + * New upstream release. + + Doesn't steal focus (closes: #361273). + + [ Josselin Mouette ] + * Make the package binNMU-safe. + + Build-depend on dpkg-dev 1.13.19. + + Use ${source:Version} and ${binary:Version}. + * Standards version is 3.7.2. + * Bump shlibs version to 2.14. + + [ Loic Minier ] + * Stop shipping /usr/lib/*.la files in libmetacity-dev. + [debian/libmetacity-dev.install] + + -- Josselin Mouette Sun, 14 May 2006 23:30:56 +0200 + +metacity (1:2.14.1-2) unstable; urgency=low + + * Simple rebuild to get rid of references to Xcursor.la / Xrender.la. + + -- Loic Minier Tue, 2 May 2006 16:45:22 +0200 + +metacity (1:2.14.1-1) unstable; urgency=low + + * New upstram version. + * Adds edge resistance. Closes: #191649. + * patches/000_raise-on-click.patch: Fixed upstream; dropped. + + -- Dafydd Harries Thu, 30 Mar 2006 19:50:23 +0100 + +metacity (1:2.12.3-3) unstable; urgency=low + + * Also explicitely remove catalogs installed by past metacity packages. + [debian/metacity-common.preinst] + * Move these clenaups to postinst. + [debian/metacity-common.preinst, debian/metacity-common.postinst] + + -- Loic Minier Sun, 12 Feb 2006 16:53:48 +0100 + +metacity (1:2.12.3-2) unstable; urgency=low + + * Clean up metacity's postinst. + [debian/metacity.postinst] + * Clean up /etc/sgml/metacity.cat and .old left over by metacity. + [debian/metacity-common.preinst] + + -- Loic Minier Sun, 12 Feb 2006 16:35:07 +0100 + +metacity (1:2.12.3-1) unstable; urgency=low + + * New upstream release. + * Update patch to support a new raise on click mode and choice of this mode + to apply without fuzz. Also note this patch has been rejected upstream. + [debian/patches/000_raise-on-click.patch] + * New metacity-common package holds arch-independent files and registers + schemas. (Closes: #218365, #234665, #240211) + [debian/metacity.dirs, debian/metacity-common.links, + debian/metacity.install, debian/control, debian/control.in, + debian/metacity-common.postinst, debian/metacity.catalog, + debian/metacity-common.manpages, debian/metacity.postrm, + debian/metacity-common.dirs, debian/metacity-common.install, + debian/metacity-common.catalog, debian/changelog, + debian/metacity-common.postrm, debian/rules, debian/metacity.links, + debian/metacity.postinst, debian/metacity.manpages] + * Actually ship license information. + [debian/copyright] + * Version the metacity and libmetacity dependency on metacity-common with + Source-Version. + [debian/control, debian/control.in] + * Install SGML catalogs with dh_installcatalogs, move them below + /usr/share/sgml/metacity-common, in the metacity-common package. + [debian/control, debian/control, debian/metacity-common.catalog, + debian/metacity-common.postinst, debian/metacity-common.postrm, + debian/metacity-common.sgmlcatalogs, debian/rules] + * Drop the /usr/share/metacity/dtd symlink. + [debian/metacity-common.links] + * Drop /usr/share/sgml/dtd creation. + [debian/metacity-common.dirs] + * Drop useless /usr/share/metacity from metacity-common. + [debian/metacity-common.install] + * Drop obsolete cleanup "rm -rf". + [debian/rules] + * Give .dtd installation to dh_install. + [debian/metacity-common.install, debian/rules] + + -- Loic Minier Sat, 11 Feb 2006 21:10:40 +0100 + +metacity (1:2.12.2-3) unstable; urgency=high + + * Add xorg build-deps (libice-dev, libsm-dev, libx11-dev, libxext-dev, + libxinerama-dev, libxrandr-dev, x-dev) thanks to "xlibs-split". + (Closes: #347000) + [debian/control, debian/control.in] + * Relibtoolizing would get Debian's AC_PATH_XTRA, but I add a libxt-dev + build-dep and pass --as-needed because the patch was like uh 1.1 MB. + [debian/control, debian/control.in, debian/rules] + + -- Loic Minier Mon, 9 Jan 2006 22:47:36 +0100 + +metacity (1:2.12.2-2) unstable; urgency=low + + * Upload to unstable. + + -- Josselin Mouette Sun, 8 Jan 2006 01:49:55 +0100 + +metacity (1:2.12.2-1) experimental; urgency=low + + * New upstream release. + + -- Jordi Mallach Sun, 25 Dec 2005 23:20:10 +0100 + +metacity (1:2.12.1-1) experimental; urgency=low + + * New upstream release. + * watch: update for 2.12. + * 000_raise-on-click.patch: update to make patch apply cleanly. + * rules: bump shlibs for new symbols. + + -- Josselin Mouette Sun, 9 Oct 2005 16:50:22 +0200 + +metacity (1:2.10.3-2) unstable; urgency=low + + * debian/control.in: + - don't Build-Depends on xlibs-pic, Build-Depend on libxinerama-dev + (Closes: #320589). + * debian/patches/000_metacity-debian-xinerama-pic.patch: + - not useful with xorg. + + -- Sebastien Bacher Tue, 2 Aug 2005 17:40:43 +0200 + +metacity (1:2.10.3-1) unstable; urgency=low + + * New upstream version. + * Bump Standards-Version to 3.6.2. + * Add CDBS' utils to rules. + + -- Loic Minier Fri, 29 Jul 2005 10:56:05 +0200 + +metacity (1:2.10.2-1) unstable; urgency=low + + * New upstream version. + + -- Sebastien Bacher Tue, 28 Jun 2005 23:09:14 +0200 + +metacity (1:2.10.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Jordi Mallach Sun, 12 Jun 2005 19:03:18 +0200 + +metacity (1:2.10.1-1) experimental; urgency=low + + * New upstream version. + + -- Sebastien Bacher Wed, 13 Apr 2005 17:35:20 +0200 + +metacity (1:2.10.0-1) experimental; urgency=low + + * New upstream version. + * debian/patches/000_raise-on-click.patch: + - updated. + * debian/watch: + - updated. + + -- Sebastien Bacher Fri, 8 Apr 2005 21:33:44 +0200 + +metacity (1:2.8.8-1) unstable; urgency=low + + * GNOME team upload. + * New upstream release. + + -- Jordi Mallach Wed, 29 Dec 2004 17:18:05 +0100 + +metacity (1:2.8.6-1) unstable; urgency=low + + * New upstream release. + * Upload to unstable. + + -- Sebastien Bacher Thu, 18 Nov 2004 13:23:27 +0100 + +metacity (1:2.8.5-2) experimental; urgency=low + + * debian/metacity.postinst: + - removed the static gconf registration. + * debian/metacity-theme-viewer.1: + - manpage written by Jose M. Moya" (Closes: #252108). + * debian/metacity-window-demo.1: + - manpage written by Jose M. Moya" (Closes: #252110). + * debian/metacity.manpages: + - updated. + + -- Sebastien Bacher Fri, 17 Sep 2004 22:11:51 +0200 + +metacity (1:2.8.5-1) experimental; urgency=low + + * GNOME team upload. + * New upstream release. + * Sebastien Bacher: + - Switched to CDBS. + - debian/rules: converted to CDBS + - debian/*.files: replaced with .install files. + * J.H.M. Dassen (Ray): + - [debian/control.in] Bumped libstartup-notification0-dev as + configure requires 0.7. + * Jordi Mallach: + - debian/control.in: add cdbs to build-deps. + + -- Jordi Mallach Tue, 14 Sep 2004 20:30:36 +0200 + +metacity (1:2.8.1-4) unstable; urgency=low + + * debian/rules: + - added a dh_gconf call. + * debian/metacity.postinst: + - removed the static schemas registration, dh_gconf handles that right. + + -- Sebastien Bacher Fri, 6 Aug 2004 18:17:03 +0200 + +metacity (1:2.8.1-3) unstable; urgency=low + + * GNOME Team Upload. + * Upload in unstable. + + -- Sebastien Bacher Wed, 26 May 2004 14:28:32 +0200 + +metacity (1:2.8.1-2) experimental; urgency=low + + * debian/patches/000_raise-on-click.patch: + + patch from bugzilla to choose to raise or not the window which has + the focus in mouse and sloppy modes. (Closes: #228768). + The gconf key to use is /apps/metacity/general/raise_on_click. + * Gnome Team Upload. + + -- Sebastien Bacher Wed, 26 May 2004 14:19:51 +0200 + +metacity (1:2.8.1-1) experimental; urgency=low + + * New upstream release. + * debian/patches/000_metacity-debian-xinerama-pic.patch: + + updated + * GNOME Team Upload. + + -- Sebastien Bacher Wed, 5 May 2004 21:17:15 +0200 + +metacity (1:2.8.0-3) experimental; urgency=low + + * GNOME team upload. + * debian/rules: get the epoch included in the shlib version for + libmetacity0. + + -- Jordi Mallach Tue, 6 Apr 2004 14:04:36 +0200 + +metacity (1:2.8.0-2) experimental; urgency=low + + * Added Build-Depends on gnome-pkg-tools and libxml-parser-perl + (Closes: #240639). + + -- Sebastien Bacher Sat, 3 Apr 2004 23:46:56 +0200 + +metacity (1:2.8.0-1) experimental; urgency=low + + * New upstream release: + + converts "show desktop mode" to "all windows are minimized" when + you open a new window (Closes: #217467). + + fixes bug with panel not listed before clicking on them + (Closes: #224054). + + fixes multi-tab handling (Closes: #227708). + + includes always on top menu entry (Closes: #204212). + + includes wireframes support (Closes: #184849). + + should fix bug with applications changing workspace + (Closes: #224156, #230782). + + switches window truncates title (Closes: #186324). + * debian/control.in, debian/rules: + + adapted for the Gnome Team. + * debian/patches/000_metacity-debian-xinerama-pic.patch: + + updated. + * debian/patches/001_metacity-focus.patch: + + removed since the changes are included in the new version. + * debian/watch: + + updated to 2.8 branch. + + -- Sebastien Bacher Sun, 28 Mar 2004 12:26:22 +0200 + +metacity (1:2.6.3-2) unstable; urgency=low + + * debian/patches/001_metacity-focus.patch : + + new patch to fix focus problem with panels in mouse and sloppy modes + (Closes: #224858). + * Gnome Team Upload. + + -- Sebastien Bacher Sun, 18 Jan 2004 19:31:49 +0100 + +metacity (1:2.6.3-1) unstable; urgency=low + + * New upstream release. + * Gnome Team Upload. + + -- Sebastien Bacher Sat, 20 Dec 2003 23:17:21 +0100 + +metacity (1:2.6.2-2) unstable; urgency=low + + * debian/patches/000_metacity-debian-xinerama-pic.patch: + - updated to fix a link problem (Closes: #216693). + + -- Sebastien Bacher Tue, 21 Oct 2003 13:56:24 +0200 + +metacity (1:2.6.2-1) unstable; urgency=low + + * New upstream release. + * debian/patches/: + - 000_metacity-2.4.34-usage.patch: removed. + - 000_metacity-debian-xinerama-pic.patch: updated. + - 001_metacity-2.4.55-non-weak-symbols.patch: removed. + * Update Build-Depends. + * Gnome Team Upload. + + -- Sebastien Bacher Sat, 18 Oct 2003 19:33:23 +0200 + +metacity (1:2.4.55-3) unstable; urgency=low + + * debian/metacity.1: + - fixed the incorrect option. (closes: Bug#209159) + * debian/metacity.prerm: + - fixed removing alternatives issue. (closes: Bug#211502) + + -- Akira TAGOH Wed, 8 Oct 2003 18:44:56 +0900 + +metacity (1:2.4.55-2) unstable; urgency=low + + * debian/patches/000_metacity-debian-xinerama-pic.patch: + - update to fix the unnecessary library dependencies in .la. + (closes: Bug#195774) + + -- Akira TAGOH Thu, 12 Jun 2003 01:25:45 +0900 + +metacity (1:2.4.55-1) unstable; urgency=low + + * New upstream release. + * debian/patches/: + - 000_metacity-2.4.34-save-workspace.patch: removed. + - 001_metacity-2.4.55-non-weak-symbols.patch: updated. + + -- Akira TAGOH Mon, 2 Jun 2003 02:50:50 +0900 + +metacity (1:2.4.34-3) unstable; urgency=low + + * debian/control: + - suggests gnome-control-center instead of metacity-properties. + (closes: Bug#192752) + - bumped Standards-Version to 3.5.10.0. + * debian/patches/001_metacity-2.4.34-non-weak-symbols.patch: + - applied a backported patch to fix undefined non-weak symbols. + (closes: Bug#187347) + * debian/metacity.postinst: + - set a priority to 60 for x-window-manager according to the latest + policy. + + -- Akira TAGOH Mon, 19 May 2003 06:30:37 +0900 + +metacity (1:2.4.34-2) unstable; urgency=low + + * Revert to 2.4.34 to use stable release. + - should works now. (closes: Bug#187749, Bug#187387, Bug#187982) + * debian/README.Debian: + - described NVidia drivers issue. (closes: Bug#181056) + * debian/patches/: + - 000_metacity-2.4.34-usage.patch: applied it again. + - 000_metacity-2.4.34-save-workspace.patch: applied a backported patch + from CVS to really fix Bug#186033 in 2.4.34. + - 000_metacity-2.5.0-noframe-window.patch: removed. + + -- Akira TAGOH Mon, 14 Apr 2003 00:29:52 +0900 + +metacity (2.5.0-2) unstable; urgency=low + + * debian/patches/: + - 000_metacity-debian-xinerama-pic.patch: + use libXinerama_pic.a instead of libXinerama.a. + - 000_metacity-2.5.0-noframe-window.patch: + applied a backported patch from CVS to work no frame window. + (closes: Bug#187316) + * debian/control: + - requires xlibs-pic >= 4.2.1-6. + + -- Akira TAGOH Fri, 4 Apr 2003 04:26:49 +0900 + +metacity (2.5.0-1) unstable; urgency=low + + * New upsream release. + - Workspace names are saved now. (closes: Bug#186033) + * debian/control: + - bumped Standards-Version to 3.5.9. + - changed a section for libmetacity-dev to libdevel. + * debian/compat: + - use it instead of DH_COMPAT. + * debian/patches/ + - 000_metacity-2.4.34-usage.patch: removed. + + -- Akira TAGOH Wed, 2 Apr 2003 00:16:38 +0900 + +metacity (2.4.34-1) unstable; urgency=low + + * New upstream release. + - contains a fix of 64-bit bug. so should be fixed. (closes: Bug#179698) + - should be fixed. (closes: Bug#177814) + * debian/patches/000_metacity-2.4.34-usage.patch: + applied to fix a typo in usage. (closes: Bug#179699) + + -- Akira TAGOH Fri, 7 Feb 2003 04:38:32 +0900 + +metacity (2.4.21-2) unstable; urgency=low + + * debian/control: + - suggests metacity-properties instead of gnome-control-center. + * debian/metacity.docs: + - moved from libmetacity0. (closes: Bug#178966) + * debian/metacity.postinst: + - run gconftool-2 with HOME=/root + + -- Akira TAGOH Sun, 2 Feb 2003 16:50:02 +0900 + +metacity (2.4.21-1) unstable; urgency=low + + * New upstream release. + * debian/patches/: + - 000_metacity-2.4.13-args.patch: removed, because it was merged to the + upstream. + - 000_metacity-2.4.8-properties.patch: removed. + * debian/control: add Suggests: gnome-control-center. + * debian/rules: drop --enable-config-dialog. metacity-properties is + obsolete. use gnome-window-properties in gnome-control-center instead of. + + -- Akira TAGOH Wed, 29 Jan 2003 00:39:57 +0900 + +metacity (2.4.13-2) unstable; urgency=low + + * debian/docs: add NEWS file (closes: Bug#176317) + + -- Akira TAGOH Tue, 14 Jan 2003 23:15:48 +0900 + +metacity (2.4.13-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - updated Build-Depends. + - add libgtk2.0-dev to Depends for libmetacity-dev + * debian/rules: enable startup-notification. + * debian/patches/: + - 000_metacity-2.4.8-dont-pass-NULL.patch: + removed. + - 000_metacity-2.4.13-args.patch: + applied to fix the working of configure options. + + -- Akira TAGOH Sat, 11 Jan 2003 07:06:24 +0900 + +metacity (2.4.8-4) unstable; urgency=low + + * upstream bug was closed. so it should be fixed. (closes: Bug#152075) + * debian/rules: don't use dh_installwm until it will supports the + registration of manpage as slave. + * debian/metacity.postinst: runs update-alternatives. (closes: Bug#175756) + * debian/metacity.prerm: runs update-alternatives. + + -- Akira TAGOH Thu, 9 Jan 2003 03:40:15 +0900 + +metacity (2.4.8-3) unstable; urgency=low + + * debian/metacity.postinst: + fix the wrong registration. (closes: Bug#173789, Bug#174358) + + -- Akira TAGOH Fri, 27 Dec 2002 05:01:25 +0900 + +metacity (2.4.8-2) unstable; urgency=low + + * debian/patches/000_metacity-2.4.8-dont-pass-NULL.patch: + applied to fix the segfault at startup. (closes: Bug#173594, Bug#173604) + + -- Akira TAGOH Fri, 20 Dec 2002 01:08:43 +0900 + +metacity (2.4.8-1) unstable; urgency=low + + * New upstream release. + * debian/patches/000_metacity-2.4.3-stack.patch: + removed, because this release contains it. + * debian/control: + - fix description-synopsis-ends-with-full-stop. + - add libmetacity0 and libmetacity-dev + * debian/rules: + - install metacity-theme.dtd as a sgml catalog. (closes: Bug#170041) + - build with --enable-config-dialog until we upload GNOME 2.2. + * debian/metacity.postinst: + - use gconftool-2 --get-default-source to get GCONF_CONFIG_SOURCE + - runs update-catalog. + * debian/patches/000_metacity-2.4.8-properties.patch: + applied to fix the missing file. + + -- Akira TAGOH Thu, 12 Dec 2002 09:21:35 +0900 + +metacity (2.4.3-2) unstable; urgency=low + + * debian/patches/000_metacity-2.4.3-stack.patch: backported to fix the + random crashes. (closes: Bug#168653) + + -- Akira TAGOH Wed, 13 Nov 2002 00:32:14 +0900 + +metacity (2.4.3-1) unstable; urgency=low + + * New upstream release. (closes: Bug#166919) + * debian/rules: support noopt option for DEB_BUILD_OPTIONS. + * debian/control: improve a description. Thanks stephen farrell. + + -- Akira TAGOH Thu, 7 Nov 2002 23:16:47 +0900 + +metacity (2.4.1-1) unstable; urgency=low + + * New upstream release. (closes: Bug#160535) + - Should be fixed. (closes: Bug#157995) + * Set a priority to 40 for x-window-manager according to Bug#155680. + (closes: Bug#155494) + * debian/metacity.1: updated. + * debian/metacity-message.1: added. + * debian/control: + - bumped Standards-Version to 3.5.7. + - updated Build-Depends. + + -- Akira TAGOH Sat, 14 Sep 2002 20:01:35 +0900 + +metacity (2.4.0-1) unstable; urgency=low + + * New upstream release. + - switching the workspaces should works now. (closes: Bug#151500) + * debian/control: update Build-Depends for libgtk2.0-dev. + + -- Akira TAGOH Fri, 9 Aug 2002 02:35:15 +0900 + +metacity (2.3.987-1) unstable; urgency=low + + * New upstream release. + * debian/control: add libglade2-dev to Build-Depends (closes: Bug#149489) + + -- Akira TAGOH Tue, 11 Jun 2002 14:38:06 +0900 + +metacity (2.3.610-1) unstable; urgency=low + + * New upstream release. + - Should be fixed in this release. (closes: Bug#146127) + + -- Akira TAGOH Wed, 5 Jun 2002 19:15:41 +0900 + +metacity (2.3.377-2) unstable; urgency=low + + * debian/docs: includes theme-format.txt (closes: Bug#147644) + + -- Akira TAGOH Tue, 21 May 2002 19:24:00 +0900 + +metacity (2.3.377-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Tue, 21 May 2002 11:02:28 +0900 + +metacity (2.3.233-2) unstable; urgency=low + + * debian/control: fix the misleading description. (closes: Bug#145942) + + -- Akira TAGOH Tue, 7 May 2002 14:29:36 +0900 + +metacity (2.3.233-1) unstable; urgency=low + + * New upstream release. + + -- Akira TAGOH Sun, 5 May 2002 03:21:05 +0900 + +metacity (2.3.144-2) unstable; urgency=low + + * debian/control: Add Provides: x-window-manager. + + -- Akira TAGOH Fri, 3 May 2002 07:31:17 +0900 + +metacity (2.3.144-1) unstable; urgency=low + + * New upstream release. + - keybindings are configurable now. (closes: Bug#144657) + + -- Akira TAGOH Tue, 30 Apr 2002 03:32:36 +0900 + +metacity (2.3.89-1) unstable; urgency=low + + * New upstream release. + * debian/scripts/vars.build: fix bashism. + * debian/rules: add GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=yes to install + rule. + * debian/metacity.manpages: remove metacity-restart.1 entry. this command + no longer exists. + + -- Akira TAGOH Tue, 16 Apr 2002 21:35:19 +0900 + +metacity (2.3.55-1) unstable; urgency=low + + * I have taken over from Thom. + * New upstream release. + * Build against the latest libraries (closes: Bug#139215) + * debian/rules: + - support DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE. + - support debug and nostrip options for DEB_BUILD_OPTIONS. + - copying the latest config.sub and config.guess. + + -- Akira TAGOH Tue, 26 Mar 2002 02:18:26 +0900 + +metacity (2.3.34-2) unstable; urgency=low + + * Added build-depend on docbook-to-man (Closes: #134433) + + -- Thom May Sun, 17 Feb 2002 20:14:28 +0000 + +metacity (2.3.34-1) unstable; urgency=low + + * Initial Release. (Closes: #107181) + + -- Thom May Sun, 10 Feb 2002 12:03:22 +0000 + diff --git a/compat b/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +8 diff --git a/control b/control new file mode 100644 index 0000000..e9fdbcf --- /dev/null +++ b/control @@ -0,0 +1,163 @@ +# 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: mutter +Section: x11 +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: Michael Biebl , Sjoerd Simons +Build-Depends: cdbs (>= 0.4.90), + debhelper (>= 8), + dh-autoreconf, + intltool (>= 0.34.90), + libgtk-3-dev (>= 3.3.7), + libcanberra-gtk3-dev, + gobject-introspection (>= 0.9.12-5~), + gsettings-desktop-schemas-dev (>= 3.3.2), + libgirepository1.0-dev (>= 0.9.12), + libjson-glib-dev (>= 0.13.2-1~), + libcogl-dev (>= 1.9.6), + libclutter-1.0-dev (>= 1.9.10), + libpango1.0-dev (>= 1.2.0), + libcairo2-dev (>= 1.2.0), + libglib2.0-dev (>= 2.25.10), + libstartup-notification0-dev (>= 0.7), + libxcomposite-dev (>= 1:0.2), + libxfixes-dev, + libxrender-dev, + libxdamage-dev, + libxcursor-dev, + libxt-dev, + libx11-dev, + libxinerama-dev, + libxext-dev, + libxrandr-dev, + libsm-dev, + libice-dev, + zenity, + gnome-doc-utils (>= 0.8), + gnome-pkg-tools (>= 0.10) +Standards-Version: 3.9.3 +Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/mutter +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/mutter + +Package: mutter +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + mutter-common (= ${source:Version}), + gsettings-desktop-schemas (>= 3.3.2), + gnome-themes-standard, + zenity +Provides: x-window-manager +Recommends: gnome-session | x-session-manager +Replaces: mutter-common (<< 2.91.91-1) +Breaks: mutter-common (<< 2.91.91-1) +Suggests: gnome-control-center (>= 1:3.4.0), + xdg-user-dirs +Description: lightweight GTK+ window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the core binaries. + +Package: mutter-dbg +Architecture: any +Section: debug +Priority: extra +Depends: mutter (= ${binary:Version}), + libmutter0 (= ${binary:Version}), + ${misc:Depends} +Description: Debugging symbols for the Mutter window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains detached debugging symbols. + +Package: libmutter0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gsettings-desktop-schemas (>= 3.3.2), + mutter-common (= ${source:Version}) +Description: window manager library from the Mutter window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the window manager shared library, used by mutter + itself, and gnome-shell. + +Package: mutter-common +Section: misc +Architecture: all +Depends: ${misc:Depends} +Replaces: mutter (<< 1:2.16.3) +Description: shared files for the Mutter window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the shared files. + +Package: libmutter-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libmutter0 (= ${binary:Version}), + gir1.2-mutter-3.0 (= ${binary:Version}), + gsettings-desktop-schemas-dev (>= 3.3.2), + libclutter-1.0-dev (>= 1.9.10), + libgtk-3-dev (>= 3.3.7), + libx11-dev +Description: Development files for the Mutter window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the development files. + +Package: gir1.2-mutter-3.0 +Section: introspection +Architecture: any +Depends: ${gir:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Conflicts: gir1.2-mutter-2.91 +Replaces: gir1.2-mutter-2.91 +Description: GObject introspection data for Mutter + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the GObject introspection data which may be + used to generate dynamic bindings. diff --git a/control.in b/control.in new file mode 100644 index 0000000..e2e873a --- /dev/null +++ b/control.in @@ -0,0 +1,158 @@ +Source: mutter +Section: x11 +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs (>= 0.4.90), + debhelper (>= 8), + dh-autoreconf, + intltool (>= 0.34.90), + libgtk-3-dev (>= 3.3.7), + libcanberra-gtk3-dev, + gobject-introspection (>= 0.9.12-5~), + gsettings-desktop-schemas-dev (>= 3.3.2), + libgirepository1.0-dev (>= 0.9.12), + libjson-glib-dev (>= 0.13.2-1~), + libcogl-dev (>= 1.9.6), + libclutter-1.0-dev (>= 1.9.10), + libpango1.0-dev (>= 1.2.0), + libcairo2-dev (>= 1.2.0), + libglib2.0-dev (>= 2.25.10), + libstartup-notification0-dev (>= 0.7), + libxcomposite-dev (>= 1:0.2), + libxfixes-dev, + libxrender-dev, + libxdamage-dev, + libxcursor-dev, + libxt-dev, + libx11-dev, + libxinerama-dev, + libxext-dev, + libxrandr-dev, + libsm-dev, + libice-dev, + zenity, + gnome-doc-utils (>= 0.8), + gnome-pkg-tools (>= 0.10) +Standards-Version: 3.9.3 +Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/mutter +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/mutter + +Package: mutter +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + mutter-common (= ${source:Version}), + gsettings-desktop-schemas (>= 3.3.2), + gnome-themes-standard, + zenity +Provides: x-window-manager +Recommends: gnome-session | x-session-manager +Replaces: mutter-common (<< 2.91.91-1) +Breaks: mutter-common (<< 2.91.91-1) +Suggests: gnome-control-center (>= 1:3.4.0), + xdg-user-dirs +Description: lightweight GTK+ window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the core binaries. + +Package: mutter-dbg +Architecture: any +Section: debug +Priority: extra +Depends: mutter (= ${binary:Version}), + libmutter0 (= ${binary:Version}), + ${misc:Depends} +Description: Debugging symbols for the Mutter window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains detached debugging symbols. + +Package: libmutter0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + gsettings-desktop-schemas (>= 3.3.2), + mutter-common (= ${source:Version}) +Description: window manager library from the Mutter window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the window manager shared library, used by mutter + itself, and gnome-shell. + +Package: mutter-common +Section: misc +Architecture: all +Depends: ${misc:Depends} +Replaces: mutter (<< 1:2.16.3) +Description: shared files for the Mutter window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the shared files. + +Package: libmutter-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libmutter0 (= ${binary:Version}), + gir1.2-mutter-3.0 (= ${binary:Version}), + gsettings-desktop-schemas-dev (>= 3.3.2), + libclutter-1.0-dev (>= 1.9.10), + libgtk-3-dev (>= 3.3.7), + libx11-dev +Description: Development files for the Mutter window manager + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the development files. + +Package: gir1.2-mutter-3.0 +Section: introspection +Architecture: any +Depends: ${gir:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Conflicts: gir1.2-mutter-2.91 +Replaces: gir1.2-mutter-2.91 +Description: GObject introspection data for Mutter + Mutter is a small window manager, using GTK+ and Clutter to do + everything. + . + Mutter is the clutter-based evolution of Metacity, which, as the + author says, is a "Boring window manager for the adult in you. Many + window managers are like Marshmallow Froot Loops; Metacity is like + Cheerios." + . + This package contains the GObject introspection data which may be + used to generate dynamic bindings. diff --git a/copyright b/copyright new file mode 100644 index 0000000..7417f55 --- /dev/null +++ b/copyright @@ -0,0 +1,69 @@ +This package was debianized by Thom May on +Sun, 10 Feb 2002 12:03:22 +0000. + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/mutter/ + +Upstream Author: Havoc Pennington + +Copyright: + Copyright © 2001-2008 Havoc Pennington, Red Hat, Inc., and others + Copyright © 2002 The Gnome Foundation + Copyright © 2007 The GNOME Project + Copyright © 2002 Ross Burton + Copyright © 2004-2006 Elijah Newren + Copyright © 2001 Dominik Vogt, Matthias Clasen, and fvwm2 team + Copyright © 2003-2004 Rob Adams + Copyright © 2002 Sun Microsystems, Inc. + Copyright © 1986-1998 The Open Group + Copyright © 1987 Digital Equipment Corporation + Copyright © 2001 Anders Carlsson + Copyright © 2008 Thomas Thurman + Copyright © 1995-2000 GTK+ Team + Copyright © 1988 Wyse Technology, Inc., + Copyright © 2008 Iain Holmes + Copyright © 2000-2001 Eazel, Inc. + Copyright © 2001 Ximian, Inc. + Copyright © 2002 Gaute Lindkvist + Copyright © 2002 James M. Cape + Copyright © 2002 Garrett LeSage + Copyright © 2002 Tuomas Kuosmanen + Copyright © 2002 Jorn Baayen + Copyright © 1997-2000 Dan Pascu and Alfredo Kojima + Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald + Copyright © 1998 Tim Janik + Copyright © 1999-2007 Free Software Foundation, Inc. + Copyright © 1995-1997 Ulrich Drepper + Copyright © 1994 X Consortium + Copyright © 2004-2008 Rodney Dawes + Copyright © 2004 Scott James Remnant + Copyright © 2002 Simos Xenitellis + Copyright © 2003-2006 Miloslav Trmac + Copyright © 2008 GNOME i18n Project for Vietnamese + Copyright © 2003-2006 Sharif FarsiWeb, Inc. + Copyright © 2003 Åsmund Skjæveland. + Copyright © 2005-2006 Canonical Ltd. and Rosetta Contributors + Copyright © 2004-2006 Adam Weinberger and the GNOME Foundation + Copyright © 2004 Kakilik Project + Copyright © Croatiann team + Copyright © 2007-2008 OpenedHand + Copyright © 2008-2009 Intel Corporation + Copyright © 2008 Matthew Allum + +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; 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 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'. diff --git a/gir1.2-mutter-3.0.install b/gir1.2-mutter-3.0.install new file mode 100644 index 0000000..260def0 --- /dev/null +++ b/gir1.2-mutter-3.0.install @@ -0,0 +1 @@ +usr/lib/mutter/Meta-*.typelib diff --git a/libmutter-dev.install b/libmutter-dev.install new file mode 100644 index 0000000..b6f8cbb --- /dev/null +++ b/libmutter-dev.install @@ -0,0 +1,5 @@ +usr/include +usr/lib/lib*.a +usr/lib/lib*.so +usr/lib/pkgconfig/*.pc +usr/lib/mutter/Meta-*.gir diff --git a/libmutter0.install b/libmutter0.install new file mode 100644 index 0000000..67303a5 --- /dev/null +++ b/libmutter0.install @@ -0,0 +1 @@ +usr/lib/libmutter.so.* diff --git a/mutter-common.install b/mutter-common.install new file mode 100644 index 0000000..56c90ca --- /dev/null +++ b/mutter-common.install @@ -0,0 +1,6 @@ +usr/share/GConf +usr/share/glib-2.0 +usr/share/locale +usr/share/man +usr/share/mutter +usr/share/gnome-control-center diff --git a/mutter-common.preinst b/mutter-common.preinst new file mode 100644 index 0000000..2da7376 --- /dev/null +++ b/mutter-common.preinst @@ -0,0 +1,13 @@ +#!/bin/sh + +set -e + +case "$1" in + install|upgrade) + if dpkg --compare-versions "$2" lt "3.4.1-4"; then + rm -f /etc/sgml/mutter-common.cat /etc/sgml/mutter-common.cat.old + fi + ;; +esac + +#DEBHELPER# diff --git a/mutter.install b/mutter.install new file mode 100644 index 0000000..8cbe964 --- /dev/null +++ b/mutter.install @@ -0,0 +1,4 @@ +usr/bin +usr/lib/mutter/plugins +usr/share/applications +usr/share/gnome diff --git a/mutter.postinst b/mutter.postinst new file mode 100644 index 0000000..0dc0097 --- /dev/null +++ b/mutter.postinst @@ -0,0 +1,16 @@ +#!/bin/sh + +set -e + +action="$1" + +if [ "$action" = configure ]; then + # register the alternatives of x-window-manager manually + # because dh_installwm doesn't register manpage as slave yet. + update-alternatives --install /usr/bin/x-window-manager \ + x-window-manager /usr/bin/mutter 60 \ + --slave /usr/share/man/man1/x-window-manager.1.gz \ + x-window-manager.1.gz /usr/share/man/man1/mutter.1.gz +fi + +#DEBHELPER# diff --git a/mutter.prerm b/mutter.prerm new file mode 100644 index 0000000..8256c42 --- /dev/null +++ b/mutter.prerm @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +action="$1" + +if [ "$action" = remove ]; then + update-alternatives --remove x-window-manager \ + /usr/bin/mutter +fi + +#DEBHELPER# diff --git a/patches/00_meta_window_move_frame-fix-crash-when-frame-is-NULL.patch b/patches/00_meta_window_move_frame-fix-crash-when-frame-is-NULL.patch new file mode 100644 index 0000000..c24fa8e --- /dev/null +++ b/patches/00_meta_window_move_frame-fix-crash-when-frame-is-NULL.patch @@ -0,0 +1,53 @@ +From 5e453f41befcd86f96ab0f0493fa64ac0f45d87b Mon Sep 17 00:00:00 2001 +From: "Owen W. Taylor" +Date: Tue, 1 May 2012 13:40:08 -0400 +Subject: [PATCH] meta_window_move_frame(): fix crash when frame is NULL + +When meta_frame_calc_borders() was made to take a NULL frame argument, +a crash was accidentally introduced into meta_window_move_frame(). + +This partially reverts 8c1b2d5. + +https://bugzilla.gnome.org/show_bug.cgi?id=675254 +--- + src/core/window.c | 22 ++++++++++++---------- + 1 file changed, 12 insertions(+), 10 deletions(-) + +diff --git a/src/core/window.c b/src/core/window.c +index 204bc0c..9e4b93c 100644 +--- a/src/core/window.c ++++ b/src/core/window.c +@@ -5108,18 +5108,20 @@ meta_window_move_frame (MetaWindow *window, + { + int x = root_x_nw; + int y = root_y_nw; +- MetaFrameBorders borders; +- +- meta_frame_calc_borders (window->frame, &borders); + +- /* root_x_nw and root_y_nw correspond to where the top of +- * the visible frame should be. Offset by the distance between +- * the origin of the window and the origin of the enclosing +- * window decorations. +- */ +- x += window->frame->child_x - borders.invisible.left; +- y += window->frame->child_y - borders.invisible.top; ++ if (window->frame) ++ { ++ MetaFrameBorders borders; ++ meta_frame_calc_borders (window->frame, &borders); + ++ /* root_x_nw and root_y_nw correspond to where the top of ++ * the visible frame should be. Offset by the distance between ++ * the origin of the window and the origin of the enclosing ++ * window decorations. ++ */ ++ x += window->frame->child_x - borders.invisible.left; ++ y += window->frame->child_y - borders.invisible.top; ++ } + meta_window_move (window, user_op, x, y); + } + +-- +1.7.10 + diff --git a/patches/01_Wcast-align.patch b/patches/01_Wcast-align.patch new file mode 100644 index 0000000..072cc0b --- /dev/null +++ b/patches/01_Wcast-align.patch @@ -0,0 +1,16 @@ +Index: mutter-3.4.1/configure.in +=================================================================== +--- mutter-3.4.1.orig/configure.in 2012-05-04 21:43:52.826625535 +0200 ++++ mutter-3.4.1/configure.in 2012-05-04 21:43:54.402625479 +0200 +@@ -446,11 +446,6 @@ + esac + + case " $CFLAGS " in +- *[\ \ ]-Wcast-align[\ \ ]*) ;; +- *) CFLAGS="$CFLAGS -Wcast-align" ;; +- esac +- +- case " $CFLAGS " in + *[\ \ ]-Wsign-compare[\ \ ]*) ;; + *) CFLAGS="$CFLAGS -Wsign-compare" ;; + esac diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..c018944 --- /dev/null +++ b/patches/series @@ -0,0 +1,2 @@ +00_meta_window_move_frame-fix-crash-when-frame-is-NULL.patch +01_Wcast-align.patch diff --git a/rules b/rules new file mode 100755 index 0000000..8f11d45 --- /dev/null +++ b/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/autoreconf.mk +include /usr/share/cdbs/1/rules/debhelper.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-version.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +DEB_CONFIGURE_EXTRA_FLAGS += \ + --enable-startup-notification=yes \ + --enable-compile-warnings=yes +DEB_DH_MAKESHLIBS_ARGS_libmutter0 += -V'libmutter0 (>= $(DEB_GNOME_VERSION)), libmutter0 (<< $(DEB_GNOME_NEXTVERSION))' -- -c4 +DEB_INSTALL_DOCS_mutter += doc/theme-format.txt +DEB_DH_GIREPOSITORY_ARGS_ALL := /usr/lib/mutter + +# This does not work with mutter; disabled, for now. +# LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed + +common-binary-post-install-arch:: list-missing diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/watch b/watch new file mode 100644 index 0000000..620258c --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=3 +http://ftp.gnome.org/pub/GNOME/sources/mutter/([\d\.]+[02468])/mutter-(.*)\.tar\.xz -- 2.30.2