summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/source/options1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c500093..a2a5e9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-tblib (2.0.0-2) unstable; urgency=medium
+
+ * Ignore changes to src/*.egg-info/* when building source package (closes:
+ #1045668).
+
+ -- Colin Watson <cjwatson@debian.org> Mon, 14 Aug 2023 12:00:31 +0100
+
python-tblib (2.0.0-1) unstable; urgency=medium
* Update watch file format version to 4.
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..98d8c8f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^src/[^/]*[.]egg-info/"