diff -Nru gnome-sushi-3.30.0/debian/changelog gnome-sushi-3.30.0/debian/changelog --- gnome-sushi-3.30.0/debian/changelog 2018-10-04 21:55:46.000000000 +0000 +++ gnome-sushi-3.30.0/debian/changelog 2018-12-25 15:06:35.000000000 +0000 @@ -1,12 +1,13 @@ -gnome-sushi (3.30.0-1build1) cosmic; urgency=medium +gnome-sushi (3.30.0-2) unstable; urgency=medium - * No-change rebuild against latest gjs + * Restore -Wl,-O1 to our LDFLAGS + * Bump Standards-Version to 4.3.0 - -- Jeremy Bicha Thu, 04 Oct 2018 17:55:46 -0400 + -- Jeremy Bicha Tue, 25 Dec 2018 10:06:35 -0500 gnome-sushi (3.30.0-1) unstable; urgency=medium - * New upstream release + * New upstream release * Bump Standards-Version to 4.2.1 -- Tim Lunn Tue, 18 Sep 2018 12:55:55 +1000 diff -Nru gnome-sushi-3.30.0/debian/control gnome-sushi-3.30.0/debian/control --- gnome-sushi-3.30.0/debian/control 2018-10-04 21:55:46.000000000 +0000 +++ gnome-sushi-3.30.0/debian/control 2018-12-25 15:06:35.000000000 +0000 @@ -6,7 +6,7 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Jeremy Bicha , Josselin Mouette , Laurent Bigonville , Michael Biebl , Tim Lunn +Uploaders: Jeremy Bicha , Josselin Mouette , Michael Biebl , Tim Lunn Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.11), gobject-introspection (>= 0.9.6), @@ -26,7 +26,7 @@ libmusicbrainz5-dev, libneon27-gnutls-dev, libwebkit2gtk-4.0-dev -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-sushi Vcs-Git: https://salsa.debian.org/gnome-team/gnome-sushi.git Homepage: http://git.gnome.org/browse/sushi diff -Nru gnome-sushi-3.30.0/debian/control.in gnome-sushi-3.30.0/debian/control.in --- gnome-sushi-3.30.0/debian/control.in 2018-10-04 21:55:46.000000000 +0000 +++ gnome-sushi-3.30.0/debian/control.in 2018-12-25 15:06:35.000000000 +0000 @@ -22,7 +22,7 @@ libmusicbrainz5-dev, libneon27-gnutls-dev, libwebkit2gtk-4.0-dev -Standards-Version: 4.2.1 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-sushi Vcs-Git: https://salsa.debian.org/gnome-team/gnome-sushi.git Homepage: http://git.gnome.org/browse/sushi diff -Nru gnome-sushi-3.30.0/debian/copyright gnome-sushi-3.30.0/debian/copyright --- gnome-sushi-3.30.0/debian/copyright 2018-10-04 21:55:46.000000000 +0000 +++ gnome-sushi-3.30.0/debian/copyright 2018-12-25 15:06:35.000000000 +0000 @@ -7,7 +7,7 @@ Copyright: 2011 Red Hat, Inc License: GPL-2+ -Files: src/libsushi/sushi-sound-player.[hc]: +Files: src/libsushi/sushi-sound-player.[hc] Copyright: 2011 Lucas Rocha License: GPL-2+ diff -Nru gnome-sushi-3.30.0/debian/rules gnome-sushi-3.30.0/debian/rules --- gnome-sushi-3.30.0/debian/rules 2018-10-04 21:55:46.000000000 +0000 +++ gnome-sushi-3.30.0/debian/rules 2018-12-25 15:06:35.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed %: dh $@ --with gnome,gir