diff -Nru gthumb-3.4.4.1/debian/changelog gthumb-3.4.4.1/debian/changelog --- gthumb-3.4.4.1/debian/changelog 2016-10-24 19:33:34.000000000 +0000 +++ gthumb-3.4.4.1/debian/changelog 2016-11-28 11:13:26.000000000 +0000 @@ -1,3 +1,14 @@ +gthumb (3:3.4.4.1-3) unstable; urgency=medium + + * debian/control: + - Remove gstreamer0.10-gnomevfs from Recommends. (Closes: #846013). + * debian/rules: + - dh_auto_configure: + - Add '-fPIE -pie' to LDFLAGS. + - Add '-fPIE' to CXXFLAGS. + + -- Herbert Parentes Fortes Neto Mon, 28 Nov 2016 09:13:26 -0200 + gthumb (3:3.4.4.1-2) unstable; urgency=medium * debian/compat: diff -Nru gthumb-3.4.4.1/debian/control gthumb-3.4.4.1/debian/control --- gthumb-3.4.4.1/debian/control 2016-10-22 17:29:15.000000000 +0000 +++ gthumb-3.4.4.1/debian/control 2016-11-28 11:13:26.000000000 +0000 @@ -55,7 +55,6 @@ ${shlibs:Depends} Recommends: bison, flex, - gstreamer0.10-gnomevfs, gvfs-bin, libgphoto2-6, libgphoto2-port12 diff -Nru gthumb-3.4.4.1/debian/rules gthumb-3.4.4.1/debian/rules --- gthumb-3.4.4.1/debian/rules 2016-02-17 16:58:19.000000000 +0000 +++ gthumb-3.4.4.1/debian/rules 2016-11-28 11:13:26.000000000 +0000 @@ -8,7 +8,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_auto_configure: - dh_auto_configure -- --with-gconf-schema-file-dir=/usr/share/gconf/schemas \ + dh_auto_configure -- CXXFLAGS="$(CXXFLAGS) -fPIE" LDFLAGS="$(LDFLAGS) -fPIE -pie" --with-gconf-schema-file-dir=/usr/share/gconf/schemas \ --enable-clutter \ --disable-brasero \ --enable-libwebp \