diff -Nru eog-3.26.2/debian/changelog eog-3.26.2/debian/changelog --- eog-3.26.2/debian/changelog 2017-11-10 00:33:51.000000000 +0000 +++ eog-3.26.2/debian/changelog 2017-12-14 13:30:11.000000000 +0000 @@ -1,3 +1,12 @@ +eog (3.26.2-2) unstable; urgency=medium + + * Update Vcs fields for conversion to git + * Add debian/gbp.conf + * Bump Standards-Version to 4.1.2 + * Mark eog-dev as Multi-Arch: same + + -- Jeremy Bicha Thu, 14 Dec 2017 08:30:11 -0500 + eog (3.26.2-1) unstable; urgency=medium * New upstream release diff -Nru eog-3.26.2/debian/control eog-3.26.2/debian/control --- eog-3.26.2/debian/control 2017-11-10 00:33:51.000000000 +0000 +++ eog-3.26.2/debian/control 2017-12-14 13:30:11.000000000 +0000 @@ -7,7 +7,7 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Iain Lane , Jeremy Bicha , Laurent Bigonville , Michael Biebl -Standards-Version: 4.1.1 +Standards-Version: 4.1.2 Homepage: https://wiki.gnome.org/Apps/EyeOfGnome Build-Depends: debhelper (>= 10.3), gnome-pkg-tools (>= 0.10), @@ -35,8 +35,8 @@ libgdk-pixbuf2.0-doc, libglib2.0-doc, libgtk-3-doc -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/eog -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/eog +Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/eog.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/eog.git Package: eog Architecture: any @@ -58,6 +58,7 @@ Package: eog-dev Architecture: any +Multi-Arch: same Depends: eog (= ${binary:Version}), libgtk-3-dev (>= 3.22.0), ${misc:Depends} diff -Nru eog-3.26.2/debian/control.in eog-3.26.2/debian/control.in --- eog-3.26.2/debian/control.in 2017-11-10 00:15:11.000000000 +0000 +++ eog-3.26.2/debian/control.in 2017-12-14 13:30:11.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ -Standards-Version: 4.1.1 +Standards-Version: 4.1.2 Homepage: https://wiki.gnome.org/Apps/EyeOfGnome Build-Depends: debhelper (>= 10.3), gnome-pkg-tools (>= 0.10), @@ -31,8 +31,8 @@ libgdk-pixbuf2.0-doc, libglib2.0-doc, libgtk-3-doc -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/eog -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/eog +Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/eog.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/eog.git Package: eog Architecture: any @@ -54,6 +54,7 @@ Package: eog-dev Architecture: any +Multi-Arch: same Depends: eog (= ${binary:Version}), libgtk-3-dev (>= 3.22.0), ${misc:Depends} diff -Nru eog-3.26.2/debian/gbp.conf eog-3.26.2/debian/gbp.conf --- eog-3.26.2/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ eog-3.26.2/debian/gbp.conf 2017-12-14 13:30:11.000000000 +0000 @@ -0,0 +1,5 @@ +[DEFAULT] +pristine-tar = True +debian-branch=debian/master +upstream-branch=upstream/latest +upstream-vcs-tag = %(version)s