diff -Nru glib2.0-2.33.10/debian/changelog glib2.0-2.33.10/debian/changelog --- glib2.0-2.33.10/debian/changelog 2012-08-21 11:42:55.000000000 +0000 +++ glib2.0-2.33.10/debian/changelog 2012-08-21 13:21:16.000000000 +0000 @@ -1,3 +1,10 @@ +glib2.0 (2.33.10-0ubuntu3) quantal-proposed; urgency=low + + * debian/patches/92_revert_appinfo_command_line.patch: + - don't require a vte for test, we don't want an xorg stack there + + -- Sebastien Bacher Tue, 21 Aug 2012 15:20:03 +0200 + glib2.0 (2.33.10-0ubuntu2) quantal-proposed; urgency=low * debian/rules: clean local build hack leftover. diff -Nru glib2.0-2.33.10/debian/patches/92_revert_appinfo_command_line.patch glib2.0-2.33.10/debian/patches/92_revert_appinfo_command_line.patch --- glib2.0-2.33.10/debian/patches/92_revert_appinfo_command_line.patch 1970-01-01 00:00:00.000000000 +0000 +++ glib2.0-2.33.10/debian/patches/92_revert_appinfo_command_line.patch 2012-08-21 13:21:16.000000000 +0000 @@ -0,0 +1,10 @@ +--- glib2.0-2.33.10/gio/tests/appinfo-test.desktop.gnome 2012-08-21 15:17:22.205059142 +0200 ++++ glib2.0-2.33.10/gio/tests/appinfo-test.desktop 2012-08-21 15:17:28.621059452 +0200 +@@ -9,7 +9,6 @@ + Comment[de]=GAppInfo Beispiel + Exec=./appinfo-test --option %U %i --name %c --filename %k %m %% + Icon=testicon.svg +-Terminal=true + StartupNotify=true + StartupWMClass=appinfo-class + MimeType=image/png;image/jpeg; diff -Nru glib2.0-2.33.10/debian/patches/series glib2.0-2.33.10/debian/patches/series --- glib2.0-2.33.10/debian/patches/series 2012-08-21 11:42:55.000000000 +0000 +++ glib2.0-2.33.10/debian/patches/series 2012-08-21 13:21:16.000000000 +0000 @@ -9,3 +9,4 @@ 61_glib-compile-binaries-path.patch 90_gio-modules-multiarch-compat.patch 91_revert_pcre_8.31_test.patch +92_revert_appinfo_command_line.patch