summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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