summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control4
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b724694..f887cb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-vdf (4.0-2) unstable; urgency=medium
+
+ * Team upload
+ * Apply Multi-Arch: hint
+ * Drop "Multi-Arch: foreign": it is now the default
+ * Bump Standards-Version to 4.7.2
+
+ -- Alexandre Detiste <tchet@debian.org> Sat, 29 Nov 2025 16:18:32 +0100
+
python-vdf (4.0-1) unstable; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index 3b9c8a5..c44ed03 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,7 @@ Build-Depends:
python3-all,
python3-pytest <!nocheck>,
python3-setuptools,
-Rules-Requires-Root: no
-Standards-Version: 4.6.2
+Standards-Version: 4.7.2
Homepage: https://github.com/ValvePython/vdf
Vcs-Git: https://salsa.debian.org/games-team/python-vdf.git
Vcs-Browser: https://salsa.debian.org/games-team/python-vdf
@@ -20,6 +19,7 @@ Testsuite: autopkgtest-pkg-python
Package: python3-vdf
Architecture: all
+Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},