diff -Nru tracker-2.1.6/debian/changelog tracker-2.1.6/debian/changelog --- tracker-2.1.6/debian/changelog 2018-12-04 18:04:08.000000000 +0000 +++ tracker-2.1.6/debian/changelog 2018-12-27 22:57:39.000000000 +0000 @@ -1,3 +1,10 @@ +tracker (2.1.6-5) unstable; urgency=medium + + * Add -Wl,-O1 to our LDFLAGS + * Bump Standards-Version to 4.3.0 + + -- Jeremy Bicha Thu, 27 Dec 2018 17:57:39 -0500 + tracker (2.1.6-4) unstable; urgency=medium * Build with autotools again instead of meson because of autopkgtest diff -Nru tracker-2.1.6/debian/control tracker-2.1.6/debian/control --- tracker-2.1.6/debian/control 2018-12-04 18:04:08.000000000 +0000 +++ tracker-2.1.6/debian/control 2018-12-27 22:57:39.000000000 +0000 @@ -6,7 +6,7 @@ Section: utils Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Jeremy Bicha , Michael Biebl , Tim Lunn +Uploaders: Jeremy Bicha , Tim Lunn Build-Depends: debhelper (>= 11), gnome-common, pkg-config, @@ -29,7 +29,7 @@ libjson-glib-dev (>= 1.0), libsoup2.4-dev (>= 2.40), dbus (>= 1.8) , -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/gnome-team/tracker Vcs-Git: https://salsa.debian.org/gnome-team/tracker.git Homepage: https://wiki.gnome.org/Projects/Tracker diff -Nru tracker-2.1.6/debian/control.in tracker-2.1.6/debian/control.in --- tracker-2.1.6/debian/control.in 2018-12-04 18:04:08.000000000 +0000 +++ tracker-2.1.6/debian/control.in 2018-12-27 22:57:39.000000000 +0000 @@ -25,7 +25,7 @@ libjson-glib-dev (>= 1.0), libsoup2.4-dev (>= 2.40), dbus (>= 1.8) , -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/gnome-team/tracker Vcs-Git: https://salsa.debian.org/gnome-team/tracker.git Homepage: https://wiki.gnome.org/Projects/Tracker diff -Nru tracker-2.1.6/debian/rules tracker-2.1.6/debian/rules --- tracker-2.1.6/debian/rules 2018-12-04 18:04:08.000000000 +0000 +++ tracker-2.1.6/debian/rules 2018-12-27 22:57:39.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-Bsymbolic +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed -Wl,-Bsymbolic %: dh $@ --with gir,gnome