diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 16:40:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-11 16:40:43 +0000 |
commit | 9b46c1f9783ec973d938f5d0b3a1bad8e2d28dfb (patch) | |
tree | 12c08bd93e54eea30224161347cda02091349a03 /debian/rules | |
parent | Adding debian version 4.2.5-1. (diff) | |
download | wireshark-9b46c1f9783ec973d938f5d0b3a1bad8e2d28dfb.tar.xz wireshark-9b46c1f9783ec973d938f5d0b3a1bad8e2d28dfb.zip |
Adding debian version 4.2.5-2.debian/4.2.5-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index df44d00c..bec1a95a 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 |