diff -Nru gnome-desktop-testing-2016.1/debian/changelog gnome-desktop-testing-2016.1/debian/changelog --- gnome-desktop-testing-2016.1/debian/changelog 2016-08-23 08:00:53.000000000 +0000 +++ gnome-desktop-testing-2016.1/debian/changelog 2017-12-15 02:37:58.000000000 +0000 @@ -1,3 +1,12 @@ +gnome-desktop-testing (2016.1-2) unstable; urgency=medium + + * Update Vcs fields for conversion to git + * Add debian/gbp.conf + * Bump debhelper compat to 10 + * Bump Standards-Version to 4.1.2 + + -- Jeremy Bicha Thu, 14 Dec 2017 21:37:58 -0500 + gnome-desktop-testing (2016.1-1) unstable; urgency=medium * Team upload diff -Nru gnome-desktop-testing-2016.1/debian/compat gnome-desktop-testing-2016.1/debian/compat --- gnome-desktop-testing-2016.1/debian/compat 2016-08-23 06:58:32.000000000 +0000 +++ gnome-desktop-testing-2016.1/debian/compat 2017-12-15 02:37:58.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru gnome-desktop-testing-2016.1/debian/control gnome-desktop-testing-2016.1/debian/control --- gnome-desktop-testing-2016.1/debian/control 2016-08-23 08:00:53.000000000 +0000 +++ gnome-desktop-testing-2016.1/debian/control 2017-12-15 02:37:58.000000000 +0000 @@ -6,19 +6,17 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Iain Lane -Build-Depends: autotools-dev, - debhelper (>= 9), - dh-autoreconf, +Uploaders: Iain Lane , Jeremy Bicha +Build-Depends: debhelper (>= 10), gnome-pkg-tools (>= 0.6), libgirepository1.0-dev, libglib2.0-dev (>= 2.34.0), libgsystem-dev, libsystemd-dev [linux-any], -Standards-Version: 3.9.8 +Standards-Version: 4.1.2 Homepage: https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-desktop-testing -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-desktop-testing/ +Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/gnome-desktop-testing.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/gnome-desktop-testing.git Package: gnome-desktop-testing Architecture: any diff -Nru gnome-desktop-testing-2016.1/debian/control.in gnome-desktop-testing-2016.1/debian/control.in --- gnome-desktop-testing-2016.1/debian/control.in 2016-08-23 07:15:30.000000000 +0000 +++ gnome-desktop-testing-2016.1/debian/control.in 2017-12-15 02:37:58.000000000 +0000 @@ -2,19 +2,17 @@ Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Iain Lane -Build-Depends: autotools-dev, - debhelper (>= 9), - dh-autoreconf, +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 10), gnome-pkg-tools (>= 0.6), libgirepository1.0-dev, libglib2.0-dev (>= 2.34.0), libgsystem-dev, libsystemd-dev [linux-any], -Standards-Version: 3.9.8 +Standards-Version: 4.1.2 Homepage: https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gnome-desktop-testing -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gnome-desktop-testing/ +Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/gnome-desktop-testing.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/gnome-desktop-testing.git Package: gnome-desktop-testing Architecture: any diff -Nru gnome-desktop-testing-2016.1/debian/gbp.conf gnome-desktop-testing-2016.1/debian/gbp.conf --- gnome-desktop-testing-2016.1/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ gnome-desktop-testing-2016.1/debian/gbp.conf 2017-12-15 02:37:58.000000000 +0000 @@ -0,0 +1,5 @@ +[DEFAULT] +pristine-tar = True +debian-branch=debian/master +upstream-branch=upstream/latest +upstream-vcs-tag = v%(version)s diff -Nru gnome-desktop-testing-2016.1/debian/rules gnome-desktop-testing-2016.1/debian/rules --- gnome-desktop-testing-2016.1/debian/rules 2016-08-23 07:49:04.000000000 +0000 +++ gnome-desktop-testing-2016.1/debian/rules 2017-12-15 02:37:58.000000000 +0000 @@ -6,4 +6,4 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed %: - dh $@ --with autoreconf,gnome + dh $@ --with gnome