diff -pruN 1.0.0-1/debian/changelog 1.0.0-2/debian/changelog
--- 1.0.0-1/debian/changelog	2018-02-13 20:56:47.000000000 +0000
+++ 1.0.0-2/debian/changelog	2019-02-12 23:01:08.000000000 +0000
@@ -1,3 +1,19 @@
+golang-github-jtacoma-uritemplates (1.0.0-2) unstable; urgency=low
+
+  [ Alexandre Viau ]
+  * Point Vcs-* urls to salsa.debian.org.
+
+  [ Nicolas Braud-Santoni ]
+  * Switch to debhelper 12.
+    Compatibility level now controlled by a Build-Depends
+  * debian/gbp.conf: Enable pristine-tar support
+  * debian/control
+    + Update uploader's email address
+    + Declare compliance with policy v4.3.0.
+      No change needed
+
+ -- Nicolas Braud-Santoni <nicoo@debian.org>  Wed, 13 Feb 2019 00:01:08 +0100
+
 golang-github-jtacoma-uritemplates (1.0.0-1) unstable; urgency=medium
 
   * New upstream version (2016-07-02)
diff -pruN 1.0.0-1/debian/compat 1.0.0-2/debian/compat
--- 1.0.0-1/debian/compat	2018-02-13 20:56:47.000000000 +0000
+++ 1.0.0-2/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-11
diff -pruN 1.0.0-1/debian/control 1.0.0-2/debian/control
--- 1.0.0-1/debian/control	2018-02-13 20:56:47.000000000 +0000
+++ 1.0.0-2/debian/control	2019-02-12 23:01:08.000000000 +0000
@@ -2,14 +2,14 @@ Source: golang-github-jtacoma-uritemplat
 Section: devel
 Priority: optional
 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
-Uploaders: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
-Build-Depends: debhelper (>= 11),
+Uploaders: Nicolas Braud-Santoni <nicoo@debian.org>
+Build-Depends: debhelper-compat (= 12),
                dh-golang,
                golang-go
-Standards-Version: 4.1.3
+Standards-Version: 4.3.0
 Homepage: https://github.com/jtacoma/uritemplates
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-jtacoma-uritemplates.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-jtacoma-uritemplates.git
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jtacoma-uritemplates
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jtacoma-uritemplates.git
 XS-Go-Import-Path: github.com/jtacoma/uritemplates
 
 Package: golang-github-jtacoma-uritemplates-dev
diff -pruN 1.0.0-1/debian/gbp.conf 1.0.0-2/debian/gbp.conf
--- 1.0.0-1/debian/gbp.conf	2018-02-13 20:56:47.000000000 +0000
+++ 1.0.0-2/debian/gbp.conf	2019-02-12 23:01:08.000000000 +0000
@@ -1,4 +1,5 @@
 [DEFAULT]
 debian-branch = debian/master
 submodules = True
+pristine-tar = True
 upstream-tag = v%(version)s
diff -pruN 1.0.0-1/debian/gitlab-ci.yml 1.0.0-2/debian/gitlab-ci.yml
--- 1.0.0-1/debian/gitlab-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 1.0.0-2/debian/gitlab-ci.yml	2019-02-12 23:01:08.000000000 +0000
@@ -0,0 +1,28 @@
+
+# auto-generated, DO NOT MODIFY.
+# The authoritative copy of this file lives at:
+# https://salsa.debian.org/go-team/ci/blob/master/cmd/ci/gitlabciyml.go
+
+# TODO: publish under debian-go-team/ci
+image: stapelberg/ci2
+
+test_the_archive:
+  artifacts:
+    paths:
+    - before-applying-commit.json
+    - after-applying-commit.json
+  script:
+    # Create an overlay to discard writes to /srv/gopath/src after the build:
+    - "rm -rf /cache/overlay/{upper,work}"
+    - "mkdir -p /cache/overlay/{upper,work}"
+    - "mount -t overlay overlay -o lowerdir=/srv/gopath/src,upperdir=/cache/overlay/upper,workdir=/cache/overlay/work /srv/gopath/src"
+    - "export GOPATH=/srv/gopath"
+    - "export GOCACHE=/cache/go"
+    # Build the world as-is:
+    - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > before-applying-commit.json"
+    # Copy this package into the overlay:
+    - "GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage --git-no-pristine-tar --git-ignore-branch --git-ignore-new --git-export-dir=/tmp/export --git-no-overlay --git-tarball-dir=/nonexistant --git-cleaner=/bin/true --git-builder='dpkg-buildpackage -S -d --no-sign'"
+    - "pgt-gopath -dsc /tmp/export/*.dsc"
+    # Rebuild the world:
+    - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > after-applying-commit.json"
+    - "ci-diff before-applying-commit.json after-applying-commit.json"
