summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 16:40:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-11 16:40:43 +0000
commit9b46c1f9783ec973d938f5d0b3a1bad8e2d28dfb (patch)
tree12c08bd93e54eea30224161347cda02091349a03
parentAdding debian version 4.2.5-1. (diff)
downloadwireshark-debian.tar.xz
wireshark-debian.zip
Adding debian version 4.2.5-2.debian/4.2.5-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 596a0d5..4238a5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+wireshark (4.2.5-2) sid; urgency=medium
+
+ * debian/rules: Keep the t64 transition when targeting sid or oracular
+ (Closes: #1072821)
+
+ -- Balint Reczey <balint@balintreczey.hu> Sun, 09 Jun 2024 11:49:52 +0200
+
wireshark (4.2.5-1) unstable; urgency=medium
* New upstream version:
diff --git a/debian/rules b/debian/rules
index df44d00..bec1a95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,7 +99,7 @@ endif
override_dh_clean:
dh_clean -- debian/control
# regenerate debian/control
-ifneq ($(filter noble unstable testing trixie UNRELEASED,$(DEB_DISTRIBUTION)),)
+ifneq ($(filter noble oracular unstable sid testing trixie UNRELEASED,$(DEB_DISTRIBUTION)),)
sed "$(CONTROL_IN_SED_CMD)" debian/control.t64.in > debian/control
else
sed "$(CONTROL_IN_SED_CMD)" debian/control.in > debian/control