diff -Nru brasero-3.4.1/debian/changelog brasero-3.4.1/debian/changelog --- brasero-3.4.1/debian/changelog 2012-04-17 04:52:06.000000000 +0000 +++ brasero-3.4.1/debian/changelog 2012-05-14 04:45:25.000000000 +0000 @@ -1,3 +1,13 @@ +brasero (3.4.1-0ubuntu2) quantal; urgency=low + + * debian/control: + - Use standards version 3.9.3 + - Drop dependency on liblaunchpad-integration-3.0-dev + * debian/patches/010_lpi.patch: + - Dropped, we no longer do Launchpad integration + + -- Robert Ancell Mon, 14 May 2012 16:38:13 +1200 + brasero (3.4.1-0ubuntu1) precise; urgency=low * New upstream release: diff -Nru brasero-3.4.1/debian/control brasero-3.4.1/debian/control --- brasero-3.4.1/debian/control 2012-04-17 04:52:08.000000000 +0000 +++ brasero-3.4.1/debian/control 2012-05-14 04:45:27.000000000 +0000 @@ -8,7 +8,7 @@ Priority: optional Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Debian GNOME Maintainers -Uploaders: Debian GNOME Maintainers , Josselin Mouette , Michael Biebl +Uploaders: Debian GNOME Maintainers , Michael Biebl Build-Depends: debhelper (>= 8), autotools-dev, dh-autoreconf, @@ -38,9 +38,8 @@ libgirepository1.0-dev (>= 0.6.3), intltool (>= 0.35.0), libappindicator3-dev (>= 0.0.7), - liblaunchpad-integration-3.0-dev, libunity-dev (>= 5.0.0) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://www.gnome.org/projects/brasero/ Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/brasero/ubuntu diff -Nru brasero-3.4.1/debian/control.in brasero-3.4.1/debian/control.in --- brasero-3.4.1/debian/control.in 2012-04-17 04:52:06.000000000 +0000 +++ brasero-3.4.1/debian/control.in 2012-05-14 04:45:25.000000000 +0000 @@ -33,9 +33,8 @@ libgirepository1.0-dev (>= 0.6.3), intltool (>= 0.35.0), libappindicator3-dev (>= 0.0.7), - liblaunchpad-integration-3.0-dev, libunity-dev (>= 5.0.0) -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://www.gnome.org/projects/brasero/ Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/brasero/ubuntu diff -Nru brasero-3.4.1/debian/patches/010_lpi.patch brasero-3.4.1/debian/patches/010_lpi.patch --- brasero-3.4.1/debian/patches/010_lpi.patch 2012-04-17 04:52:06.000000000 +0000 +++ brasero-3.4.1/debian/patches/010_lpi.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,44 +0,0 @@ -# UbuntuSpec: Launchpad-integration -# Pedro Fragoso -Index: brasero-3.4.0/configure.in -=================================================================== ---- brasero-3.4.0.orig/configure.in 2012-03-27 05:56:59.000000000 +1100 -+++ brasero-3.4.0/configure.in 2012-03-27 10:39:45.550499435 +1100 -@@ -214,6 +214,7 @@ - - PKG_CHECK_MODULES([BRASERO_GTK], \ - gtk+-3.0 >= $GTK_REQUIRED \ -+ launchpad-integration-3.0 \ - gdk-x11-3.0) - - AC_SUBST(BRASERO_GTK_CFLAGS) -Index: brasero-3.4.0/src/brasero-app.c -=================================================================== ---- brasero-3.4.0.orig/src/brasero-app.c 2011-10-21 16:58:09.000000000 +1100 -+++ brasero-3.4.0/src/brasero-app.c 2012-03-27 10:39:45.550499435 +1100 -@@ -34,6 +34,8 @@ - #include "brasero-misc.h" - #include "brasero-io.h" - -+#include -+ - #include "brasero-app.h" - #include "brasero-setting.h" - #include "brasero-blank-dialog.h" -@@ -176,6 +178,7 @@ - "" - "" - "" -+ "" - "" - "" - "" -@@ -1924,6 +1927,8 @@ - menubar = gtk_ui_manager_get_widget (priv->manager, "/menubar"); - gtk_box_pack_start (GTK_BOX (priv->contents), menubar, FALSE, FALSE, 0); - -+ launchpad_integration_add_ui (priv->manager, "/menubar/HelpMenu/LaunchpadItems"); -+ - /* window contents */ - priv->projects = brasero_project_manager_new (); - gtk_widget_show (priv->projects); diff -Nru brasero-3.4.1/debian/patches/series brasero-3.4.1/debian/patches/series --- brasero-3.4.1/debian/patches/series 2012-04-17 04:52:06.000000000 +0000 +++ brasero-3.4.1/debian/patches/series 2012-05-14 04:45:25.000000000 +0000 @@ -1,4 +1,3 @@ -010_lpi.patch 011_static_quicklist.patch 012_appindicator.patch 013_unity_launcher_progress.patch