diff -Nru gpointing-device-settings-1.5.1/debian/changelog gpointing-device-settings-1.5.1/debian/changelog --- gpointing-device-settings-1.5.1/debian/changelog 2011-09-19 13:20:53.000000000 +0000 +++ gpointing-device-settings-1.5.1/debian/changelog 2011-12-17 10:22:10.000000000 +0000 @@ -1,9 +1,10 @@ -gpointing-device-settings (1.5.1-5ubuntu1) oneiric; urgency=low +gpointing-device-settings (1.5.1-6) unstable; urgency=low + * QA upload. * Add undef-sym.patch: Define gsd_mouse_extension_plugin_class_finalize() - to work with newer g-s-d. Fixes FTBFS. (LP: #831136) + to work with newer g-s-d. Fixes FTBFS. (Closes: #642101, #652167). - -- Daniel T Chen Mon, 19 Sep 2011 08:53:06 -0400 + -- Paolo Rotolo Thu, 15 Dec 2011 20:11:49 +0100 gpointing-device-settings (1.5.1-5) unstable; urgency=low diff -Nru gpointing-device-settings-1.5.1/debian/control gpointing-device-settings-1.5.1/debian/control --- gpointing-device-settings-1.5.1/debian/control 2011-09-19 12:49:40.000000000 +0000 +++ gpointing-device-settings-1.5.1/debian/control 2011-12-17 10:22:51.000000000 +0000 @@ -1,8 +1,7 @@ Source: gpointing-device-settings Section: utils Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian QA Group +Maintainer: Debian QA Group Build-Depends: debhelper (>= 7.0.50), gettext, autotools-dev, diff -Nru gpointing-device-settings-1.5.1/debian/patches/fpic_libpointing-device.patch gpointing-device-settings-1.5.1/debian/patches/fpic_libpointing-device.patch --- gpointing-device-settings-1.5.1/debian/patches/fpic_libpointing-device.patch 2011-09-19 12:52:47.000000000 +0000 +++ gpointing-device-settings-1.5.1/debian/patches/fpic_libpointing-device.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -Index: gpointing-device-settings-1.5.1/modules/gnome-settings-daemon-plugins/Makefile.am -=================================================================== ---- gpointing-device-settings-1.5.1.orig/modules/gnome-settings-daemon-plugins/Makefile.am 2011-09-19 08:52:44.000000000 -0400 -+++ gpointing-device-settings-1.5.1/modules/gnome-settings-daemon-plugins/Makefile.am 2011-09-19 08:51:46.000000000 -0400 -@@ -31,7 +31,7 @@ - $(GNOME_SETTINGS_DAEMON_CFLAGS) \ - -DGNOME_SETTINGS_LOCALEDIR=\""$(localedir)"\" - --libpointing_device_la_CFLAGS = $(gsd_plugin_CFLAGS) -+libpointing_device_la_CFLAGS = $(gsd_plugin_CFLAGS) -fPIC - libpointing_device_la_SOURCES = \ - gsd-pointing-device-plugin.c \ - gsd-pointing-device-manager.h \ diff -Nru gpointing-device-settings-1.5.1/debian/rules gpointing-device-settings-1.5.1/debian/rules --- gpointing-device-settings-1.5.1/debian/rules 2010-09-14 09:10:36.000000000 +0000 +++ gpointing-device-settings-1.5.1/debian/rules 2011-12-17 10:20:44.000000000 +0000 @@ -1,8 +1,5 @@ #!/usr/bin/make -f -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - override_dh_auto_configure: autoreconf -f -i dh_auto_configure