diff -Nru vinagre-3.22.0/debian/changelog vinagre-3.22.0/debian/changelog --- vinagre-3.22.0/debian/changelog 2018-02-27 18:31:29.000000000 +0000 +++ vinagre-3.22.0/debian/changelog 2018-03-18 03:04:38.000000000 +0000 @@ -1,3 +1,16 @@ +vinagre (3.22.0-5) unstable; urgency=medium + + [ Simon McVittie ] + * Update Vcs-Git, Vcs-Browser for move from Alioth svn to Salsa git + * debian/gbp.conf: Add + + [ Jeremy Bicha ] + * Bump debhelper compat to 11 + * Drop debian/NEWS. Last entry is 10 years ago. + * Bump Standards-Version to 4.1.3 + + -- Jeremy Bicha Sat, 17 Mar 2018 23:04:38 -0400 + vinagre (3.22.0-4) unstable; urgency=medium * Build without Telepathy support @@ -340,7 +353,7 @@ [ Josselin Mouette ] * Switch to dpkg-source v3. - * 01_missing_symbol.patch: stolen upstream. Fix a crash in the SSH + * 01_missing_symbol.patch: stolen upstream. Fix a crash in the SSH plugin. Closes: #579693. [ Sebastian Dröge ] @@ -387,7 +400,7 @@ - Bumped Standards-version to latest 3.8.3. No changes needed. - added myself into uploaders field. - - added vinagre-dev new binary file, it will contain all development + - added vinagre-dev new binary file, it will contain all development files for producing Vinagre plugins. - bumped libgtk-vnc-1.0-dev to >= 0.3.9 as per configure.ac requirements. diff -Nru vinagre-3.22.0/debian/compat vinagre-3.22.0/debian/compat --- vinagre-3.22.0/debian/compat 2017-10-27 22:43:29.000000000 +0000 +++ vinagre-3.22.0/debian/compat 2018-03-18 03:04:38.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru vinagre-3.22.0/debian/control vinagre-3.22.0/debian/control --- vinagre-3.22.0/debian/control 2018-02-27 18:31:29.000000000 +0000 +++ vinagre-3.22.0/debian/control 2018-03-18 03:04:38.000000000 +0000 @@ -1,5 +1,5 @@ # This file is autogenerated. DO NOT EDIT! -# +# # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: vinagre @@ -7,7 +7,7 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Jeremy Bicha , Laurent Bigonville , Michael Biebl -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10), gnome-common, appstream-util, @@ -27,10 +27,10 @@ openssh-client, docbook-xml, freerdp2-dev (>= 1.1) -Standards-Version: 4.1.0 +Standards-Version: 4.1.3 +Vcs-Git: https://salsa.debian.org/gnome-team/vinagre.git +Vcs-Browser: https://salsa.debian.org/gnome-team/vinagre Homepage: https://wiki.gnome.org/Apps/Vinagre -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/vinagre -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/vinagre Package: vinagre Architecture: any diff -Nru vinagre-3.22.0/debian/control.in vinagre-3.22.0/debian/control.in --- vinagre-3.22.0/debian/control.in 2018-02-21 00:02:09.000000000 +0000 +++ vinagre-3.22.0/debian/control.in 2018-03-18 03:04:38.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10), gnome-common, appstream-util, @@ -23,10 +23,10 @@ openssh-client, docbook-xml, freerdp2-dev (>= 1.1) -Standards-Version: 4.1.0 +Standards-Version: 4.1.3 +Vcs-Git: https://salsa.debian.org/gnome-team/vinagre.git +Vcs-Browser: https://salsa.debian.org/gnome-team/vinagre Homepage: https://wiki.gnome.org/Apps/Vinagre -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/vinagre -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/vinagre Package: vinagre Architecture: any diff -Nru vinagre-3.22.0/debian/gbp.conf vinagre-3.22.0/debian/gbp.conf --- vinagre-3.22.0/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ vinagre-3.22.0/debian/gbp.conf 2018-03-18 03:04:38.000000000 +0000 @@ -0,0 +1,5 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest +upstream-vcs-tag = %(version)s diff -Nru vinagre-3.22.0/debian/NEWS vinagre-3.22.0/debian/NEWS --- vinagre-3.22.0/debian/NEWS 2008-07-07 21:59:08.000000000 +0000 +++ vinagre-3.22.0/debian/NEWS 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -vinagre (2.23.4-1) unstable; urgency=low - - * Since 2.23.4, Vinagre follows the XDG Base Directory Specification, - which means it will use ~/.local/share/vinagre to store bookmarks, - instead of ~/.gnome2/vinagre.bookmarks. The migration will happen - automatically if there's no ~/.local/share/vinagre file yet. - - -- Emilio Pozuelo Monfort Mon, 07 Jul 2008 23:52:46 +0200 diff -Nru vinagre-3.22.0/debian/rules vinagre-3.22.0/debian/rules --- vinagre-3.22.0/debian/rules 2018-02-21 00:02:09.000000000 +0000 +++ vinagre-3.22.0/debian/rules 2018-03-18 03:04:38.000000000 +0000 @@ -1,8 +1,8 @@ #!/usr/bin/make -f - -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk -export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed %: dh $@ --with gnome @@ -19,5 +19,4 @@ override_dh_auto_install: dh_auto_install - find debian/vinagre -name '*.la' -delete - + find debian/vinagre -name '*.la' -delete -print