diff -Nru gnome-weather-3.26.0/debian/changelog gnome-weather-3.26.0/debian/changelog --- gnome-weather-3.26.0/debian/changelog 2017-10-13 21:37:54.000000000 +0000 +++ gnome-weather-3.26.0/debian/changelog 2017-12-16 23:35:14.000000000 +0000 @@ -1,3 +1,12 @@ +gnome-weather (3.26.0-4) unstable; urgency=medium + + * Update Vcs fields for conversion to git + * Add debian/gbp.conf + * Bump Standards-Version to 4.1.2 + * Bump debhelper compat to 11 + + -- Jeremy Bicha Sat, 16 Dec 2017 18:35:14 -0500 + gnome-weather (3.26.0-2) unstable; urgency=medium * Release to unstable (Closes: #874693) diff -Nru gnome-weather-3.26.0/debian/compat gnome-weather-3.26.0/debian/compat --- gnome-weather-3.26.0/debian/compat 2016-05-29 01:00:52.000000000 +0000 +++ gnome-weather-3.26.0/debian/compat 2017-12-16 23:35:14.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru gnome-weather-3.26.0/debian/control gnome-weather-3.26.0/debian/control --- gnome-weather-3.26.0/debian/control 2017-10-13 21:37:54.000000000 +0000 +++ gnome-weather-3.26.0/debian/control 2017-12-16 23:35:14.000000000 +0000 @@ -7,8 +7,7 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: Jeremy Bicha , Josselin Mouette , Michael Biebl -Build-Depends: dh-autoreconf, - debhelper (>= 9), +Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10), intltool (>= 0.26), pkg-config (>= 0.22), @@ -22,10 +21,10 @@ libgdk-pixbuf2.0-dev, libgweather-3-dev (>= 3.17.2), libxml2-utils -Standards-Version: 4.1.1 +Standards-Version: 4.1.2 Homepage: https://wiki.gnome.org/Apps/Weather -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-weather -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-weather/ +Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/gnome-weather.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/gnome-weather.git Package: gnome-weather Architecture: all diff -Nru gnome-weather-3.26.0/debian/control.in gnome-weather-3.26.0/debian/control.in --- gnome-weather-3.26.0/debian/control.in 2017-10-13 21:37:46.000000000 +0000 +++ gnome-weather-3.26.0/debian/control.in 2017-12-16 23:35:14.000000000 +0000 @@ -3,8 +3,7 @@ Priority: optional Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ -Build-Depends: dh-autoreconf, - debhelper (>= 9), +Build-Depends: debhelper (>= 11), gnome-pkg-tools (>= 0.10), intltool (>= 0.26), pkg-config (>= 0.22), @@ -18,10 +17,10 @@ libgdk-pixbuf2.0-dev, libgweather-3-dev (>= 3.17.2), libxml2-utils -Standards-Version: 4.1.1 +Standards-Version: 4.1.2 Homepage: https://wiki.gnome.org/Apps/Weather -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-weather -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-weather/ +Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/gnome-weather.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/gnome-weather.git Package: gnome-weather Architecture: all diff -Nru gnome-weather-3.26.0/debian/gbp.conf gnome-weather-3.26.0/debian/gbp.conf --- gnome-weather-3.26.0/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ gnome-weather-3.26.0/debian/gbp.conf 2017-12-16 23:35:14.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 gnome-weather-3.26.0/debian/rules gnome-weather-3.26.0/debian/rules --- gnome-weather-3.26.0/debian/rules 2016-08-30 10:51:11.000000000 +0000 +++ gnome-weather-3.26.0/debian/rules 2017-12-16 23:35:14.000000000 +0000 @@ -5,7 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed %: - dh $@ --parallel --with autoreconf,gnome + dh $@ --with gnome override_dh_auto_configure: dh_auto_configure -- --disable-dogtail