r28167 - in /desktop/unstable/metacity/debian: changelog control control.in patches/02_restart_hint.patch patches/04_gdk_grab_tracking.patch patches/05_36_workspaces.patch patches/90_autotools.patch patches/99_ltmain_as-needed.patch patches/series rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Jun 2 16:04:22 UTC 2011


Author: joss
Date: Thu Jun  2 16:04:22 2011
New Revision: 28167

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28167
Log:
* New upstream release.
  + Fixes interaction with Java/Tk applications. Closes: #512401.
* Bump GTK+ build-dependency.
* 02_restart_hint.patch, 04_gdk_grab_tracking.patch, 
  05_36_workspaces.patch: dropped, merged upstream.
* 90_autotools.patch, 99_ltmain_as-needed.patch: dropped.
* Use dh-autoreconf instead.

Removed:
    desktop/unstable/metacity/debian/patches/02_restart_hint.patch
    desktop/unstable/metacity/debian/patches/04_gdk_grab_tracking.patch
    desktop/unstable/metacity/debian/patches/05_36_workspaces.patch
    desktop/unstable/metacity/debian/patches/90_autotools.patch
    desktop/unstable/metacity/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/unstable/metacity/debian/changelog
    desktop/unstable/metacity/debian/control
    desktop/unstable/metacity/debian/control.in
    desktop/unstable/metacity/debian/patches/series
    desktop/unstable/metacity/debian/rules

Modified: desktop/unstable/metacity/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/changelog?rev=28167&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/changelog [utf-8] (original)
+++ desktop/unstable/metacity/debian/changelog [utf-8] Thu Jun  2 16:04:22 2011
@@ -1,4 +1,4 @@
-metacity (1:2.30.1-4) UNRELEASED; urgency=low
+metacity (1:2.34.0-1) unstable; urgency=low
 
   [ Josselin Mouette ]
   * Depend on libgnome2-common for the GConf schemas. This will be 
@@ -7,7 +7,16 @@
   [ Martin Pitt ]
   * debian/control.in: Add missing Vcs-* fields.
 
- -- Josselin Mouette <joss at debian.org>  Sun, 29 May 2011 09:27:21 +0200
+  [ Josselin Mouette ]
+  * New upstream release.
+    + Fixes interaction with Java/Tk applications. Closes: #512401.
+  * Bump GTK+ build-dependency.
+  * 02_restart_hint.patch, 04_gdk_grab_tracking.patch, 
+    05_36_workspaces.patch: dropped, merged upstream.
+  * 90_autotools.patch, 99_ltmain_as-needed.patch: dropped.
+  * Use dh-autoreconf instead.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 02 Jun 2011 17:42:02 +0200
 
 metacity (1:2.30.1-3) unstable; urgency=low
 

Modified: desktop/unstable/metacity/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/control?rev=28167&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control [utf-8] (original)
+++ desktop/unstable/metacity/debian/control [utf-8] Thu Jun  2 16:04:22 2011
@@ -10,8 +10,9 @@
 Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 5),
+               dh-autoreconf,
                intltool (>= 0.34.90),
-               libgtk2.0-dev (>= 2.10.0),
+               libgtk2.0-dev (>= 2.20.0),
                libpango1.0-dev (>= 1.2.0),
                libcanberra-gtk-dev,
                libgconf2-dev (>= 2.6.1-2),
@@ -98,7 +99,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          libmetacity-private0 (= ${binary:Version}),
-         libgtk2.0-dev (>= 2.10.0-1)
+         libgtk2.0-dev
 Description: Development files for the Metacity window manager
  Metacity is a small window manager, using GTK+ to do everything.
  .

Modified: desktop/unstable/metacity/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/control.in?rev=28167&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/control.in [utf-8] (original)
+++ desktop/unstable/metacity/debian/control.in [utf-8] Thu Jun  2 16:04:22 2011
@@ -5,8 +5,9 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 5),
+               dh-autoreconf,
                intltool (>= 0.34.90),
-               libgtk2.0-dev (>= 2.10.0),
+               libgtk2.0-dev (>= 2.20.0),
                libpango1.0-dev (>= 1.2.0),
                libcanberra-gtk-dev,
                libgconf2-dev (>= 2.6.1-2),
@@ -93,7 +94,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          libmetacity-private0 (= ${binary:Version}),
-         libgtk2.0-dev (>= 2.10.0-1)
+         libgtk2.0-dev
 Description: Development files for the Metacity window manager
  Metacity is a small window manager, using GTK+ to do everything.
  .

Modified: desktop/unstable/metacity/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/patches/series?rev=28167&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/patches/series [utf-8] (original)
+++ desktop/unstable/metacity/debian/patches/series [utf-8] Thu Jun  2 16:04:22 2011
@@ -1,7 +1,2 @@
 01_Wcast-align.patch
-02_restart_hint.patch
 03_gtop_error.patch
-04_gdk_grab_tracking.patch
-05_36_workspaces.patch
-90_autotools.patch
-99_ltmain_as-needed.patch

Modified: desktop/unstable/metacity/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/metacity/debian/rules?rev=28167&op=diff
==============================================================================
--- desktop/unstable/metacity/debian/rules [utf-8] (original)
+++ desktop/unstable/metacity/debian/rules [utf-8] Thu Jun  2 16:04:22 2011
@@ -1,5 +1,6 @@
 #!/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




More information about the pkg-gnome-commits mailing list