← Back to team overview

openshot.code team mailing list archive

[Merge] ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:bionic-nocopybutton into openshot-packaging:master

 

FeRD (Frank Dana) has proposed merging ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:bionic-nocopybutton into openshot-packaging:master.

Commit message:
Exclude python3-sphinx-copybutton on Bionic

Requested reviews:
  OpenShot Code (openshot.code)

For more details, see:
https://code.launchpad.net/~ferdnyc/openshot-packaging/+git/openshot-packaging-1/+merge/412968
-- 
Your team OpenShot Code is requested to review the proposed merge of ~ferdnyc/openshot-packaging/+git/openshot-packaging-1:bionic-nocopybutton into openshot-packaging:master.
diff --git a/openshot-qt/debian/control b/openshot-qt/debian/control
index 41d189d..672f4b1 100644
--- a/openshot-qt/debian/control
+++ b/openshot-qt/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
   python3-pyqt5,
   python3-setuptools,
   python3-sphinx,
-  python3-sphinx-copybutton,
+  base-files (<< 11) | python3-sphinx-copybutton,
   python3-sphinx-rtd-theme,
   sphinx-doc
 Standards-Version: 3.9.6

Follow ups