diff -Nru json-glib-1.4.2/debian/changelog json-glib-1.4.2/debian/changelog --- json-glib-1.4.2/debian/changelog 2017-11-04 18:19:24.000000000 +0000 +++ json-glib-1.4.2/debian/changelog 2017-12-15 23:28:10.000000000 +0000 @@ -1,3 +1,11 @@ +json-glib (1.4.2-3) unstable; urgency=medium + + * Update Vcs fields for conversion to git + * Add debian/gbp.conf + * Bump Standards-Version to 4.1.2 + + -- Jeremy Bicha Fri, 15 Dec 2017 18:28:10 -0500 + json-glib (1.4.2-2) unstable; urgency=medium * Use fuzzy comparisons for floating point values. (Closes: #880702) diff -Nru json-glib-1.4.2/debian/control json-glib-1.4.2/debian/control --- json-glib-1.4.2/debian/control 2017-11-04 18:19:24.000000000 +0000 +++ json-glib-1.4.2/debian/control 2017-12-15 23:28:10.000000000 +0000 @@ -6,7 +6,7 @@ Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Iain Lane , Laurent Bigonville , Martin Pitt , Michael Biebl +Uploaders: Iain Lane , Jeremy Bicha , Laurent Bigonville , Martin Pitt , Michael Biebl Build-Depends: debhelper (>= 10.3), meson (>= 0.40.1), gnome-pkg-tools, @@ -17,10 +17,10 @@ gobject-introspection (>= 0.9.12-4~), xsltproc, libxml2-utils -Standards-Version: 4.1.1 +Standards-Version: 4.1.2 Homepage: https://wiki.gnome.org/Projects/JsonGlib -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/json-glib -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/json-glib/ +Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/json-glib.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/json-glib.git Package: libjson-glib-1.0-0 Architecture: any diff -Nru json-glib-1.4.2/debian/control.in json-glib-1.4.2/debian/control.in --- json-glib-1.4.2/debian/control.in 2017-11-03 21:32:36.000000000 +0000 +++ json-glib-1.4.2/debian/control.in 2017-12-15 23:28:10.000000000 +0000 @@ -13,10 +13,10 @@ gobject-introspection (>= 0.9.12-4~), xsltproc, libxml2-utils -Standards-Version: 4.1.1 +Standards-Version: 4.1.2 Homepage: https://wiki.gnome.org/Projects/JsonGlib -Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/json-glib -Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/json-glib/ +Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/json-glib.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/json-glib.git Package: libjson-glib-1.0-0 Architecture: any diff -Nru json-glib-1.4.2/debian/gbp.conf json-glib-1.4.2/debian/gbp.conf --- json-glib-1.4.2/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ json-glib-1.4.2/debian/gbp.conf 2017-12-15 23:28:10.000000000 +0000 @@ -0,0 +1,5 @@ +[DEFAULT] +pristine-tar = True +debian-branch = debian/master +upstream-branch = upstream/latest +upstream-vcs-tag = %(version)s