diff -pruN 3:5.50-1/debian/changelog 3:5.50-2/debian/changelog
--- 3:5.50-1/debian/changelog	2018-12-06 15:05:38.000000000 +0000
+++ 3:5.50-2/debian/changelog	2019-02-13 18:33:03.000000000 +0000
@@ -1,3 +1,13 @@
+stunnel4 (3:5.50-2) unstable; urgency=medium
+
+  * Declare compliance with Debian Policy 4.3.0 with no changes.
+  * Bump the debhelper compatibility level to 12 with no changes.
+  * Add the year 2019 to my debian/* copyright notice.
+  * Add a trivial git-buildpackage config file.
+  * Fix a FTBFS in the nodoc build: no "-o root -g root" needed.
+
+ -- Peter Pentchev <roam@debian.org>  Wed, 13 Feb 2019 20:33:03 +0200
+
 stunnel4 (3:5.50-1) unstable; urgency=medium
 
   * New upstream version:
diff -pruN 3:5.50-1/debian/control 3:5.50-2/debian/control
--- 3:5.50-1/debian/control	2018-08-26 20:29:02.000000000 +0000
+++ 3:5.50-2/debian/control	2019-02-13 18:08:29.000000000 +0000
@@ -2,7 +2,7 @@ Source: stunnel4
 Section: net
 Priority: optional
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 12),
  autoconf-archive,
  libanyevent-perl,
  libnet-ssleay-perl,
@@ -17,7 +17,7 @@ Build-Depends:
  procps
 Maintainer: Peter Pentchev <roam@debian.org>
 Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
 Vcs-Browser: https://salsa.debian.org/debian/stunnel/
 Vcs-Git: https://salsa.debian.org/debian/stunnel.git
 Homepage: https://www.stunnel.org/
diff -pruN 3:5.50-1/debian/copyright 3:5.50-2/debian/copyright
--- 3:5.50-1/debian/copyright	2018-05-23 10:39:48.000000000 +0000
+++ 3:5.50-2/debian/copyright	2019-01-16 09:54:20.000000000 +0000
@@ -20,7 +20,7 @@ Copyright:
  (C) 2003-2007  Julien Lemoine <speedblue@debian.org>
  (C) 2007-2012  Luis Rodrigo Gallardo Cruz <rodrigo@debian.org>
  (C) 2013       Salvatore Bonaccorso <carnil@debian.org>
- (C) 2014-2018  Peter Pentchev <roam@debian.org>
+ (C) 2014-2019  Peter Pentchev <roam@debian.org>
 License: GPL-2+-openssl
 
 License: GPL-2+-openssl
diff -pruN 3:5.50-1/debian/gbp.conf 3:5.50-2/debian/gbp.conf
--- 3:5.50-1/debian/gbp.conf	1970-01-01 00:00:00.000000000 +0000
+++ 3:5.50-2/debian/gbp.conf	2019-02-13 18:32:22.000000000 +0000
@@ -0,0 +1,5 @@
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+debian-branch = debian/master
+upstream-branch = upstream
diff -pruN 3:5.50-1/debian/rules 3:5.50-2/debian/rules
--- 3:5.50-1/debian/rules	2018-09-10 08:50:47.000000000 +0000
+++ 3:5.50-2/debian/rules	2019-02-13 18:32:22.000000000 +0000
@@ -64,7 +64,7 @@ endif
 ifeq ($(DEB_NODOC),1)
 override_dh_installdocs:
 	mkdir -p $(CURDIR)/debian/stunnel4/usr/share/doc/stunnel4
-	install -c -o root -g root -m 644 $(CURDIR)/debian/copyright $(CURDIR)/debian/stunnel4/usr/share/doc/stunnel4/
+	install -p -m 644 $(CURDIR)/debian/copyright $(CURDIR)/debian/stunnel4/usr/share/doc/stunnel4/
 
 override_dh_installman:
 
