diff -pruN 1.10-6/debian/changelog 1.10-7/debian/changelog
--- 1.10-6/debian/changelog	2025-10-22 08:01:39.000000000 +0000
+++ 1.10-7/debian/changelog	2025-10-28 16:44:34.000000000 +0000
@@ -1,3 +1,10 @@
+python-async-generator (1.10-7) unstable; urgency=medium
+
+  * Add Forwarded field to pyproject.diff.
+  * Add upstream history to the packaging version control system.
+
+ -- Nicolas Boulenguez <nicolas@debian.org>  Tue, 28 Oct 2025 17:44:34 +0100
+
 python-async-generator (1.10-6) unstable; urgency=medium
 
   * watch: fix typo in switch to format version 5.
diff -pruN 1.10-6/debian/gbp.conf 1.10-7/debian/gbp.conf
--- 1.10-6/debian/gbp.conf	2025-10-21 20:09:07.000000000 +0000
+++ 1.10-7/debian/gbp.conf	2025-10-28 16:41:14.000000000 +0000
@@ -1,3 +1,10 @@
 [DEFAULT]
 debian-branch = debian/master
 upstream-branch = upstream/master
+pristine-tar = True
+
+[clone]
+add-upstream-vcs = True
+
+[import-orig]
+upstream-vcs-tag = v%(version)s
diff -pruN 1.10-6/debian/patches/pyproject.diff 1.10-7/debian/patches/pyproject.diff
--- 1.10-6/debian/patches/pyproject.diff	2025-10-22 08:01:39.000000000 +0000
+++ 1.10-7/debian/patches/pyproject.diff	2025-10-28 16:41:14.000000000 +0000
@@ -1,4 +1,5 @@
 Description: add pyproject.toml for recent setuptools
+Forwarded: https://github.com/python-trio/async_generator/issues/36
 Author: Nicolas Boulenguez <nicolas@debian.org>
 
 --- /dev/null
