diff -pruN 0.1.33-1/debian/changelog 0.1.33-2/debian/changelog
--- 0.1.33-1/debian/changelog	2023-04-26 11:21:21.000000000 +0000
+++ 0.1.33-2/debian/changelog	2023-05-24 07:35:16.000000000 +0000
@@ -1,3 +1,11 @@
+refnx (0.1.33-2) unstable; urgency=medium
+
+  * Add debian/gbp.conf.
+  * Bug fix: "please make the build reproducible", thanks to Chris Lamb
+    (Closes: #1036220).
+
+ -- Roland Mas <lolando@debian.org>  Wed, 24 May 2023 09:35:16 +0200
+
 refnx (0.1.33-1) unstable; urgency=low
 
   * Initial upload.
diff -pruN 0.1.33-1/debian/gbp.conf 0.1.33-2/debian/gbp.conf
--- 0.1.33-1/debian/gbp.conf	1970-01-01 00:00:00.000000000 +0000
+++ 0.1.33-2/debian/gbp.conf	2023-04-26 11:44:57.000000000 +0000
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch = debian/master
\ No newline at end of file
diff -pruN 0.1.33-1/debian/rules 0.1.33-2/debian/rules
--- 0.1.33-1/debian/rules	2023-04-26 11:06:37.000000000 +0000
+++ 0.1.33-2/debian/rules	2023-05-24 07:35:16.000000000 +0000
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
-# This file was automatically generated by stdeb 0.10.0 at
-# Fri, 14 Apr 2023 16:57:18 +0200
 export PYBUILD_NAME=refnx
+export FORCE_SOURCE_DATE=1
+
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 
