Skip to content

Commit

Permalink
Add dependencies for translation and docs (mamolinux#53)
Browse files Browse the repository at this point in the history
- Add gettext for translation
- Add python3-sphinx-argparse for docs
- Add libglib2.0-bin for schemas
  • Loading branch information
hsbasu authored Mar 4, 2024
1 parent 82b0ae0 commit f87108a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
run: |
sudo apt-get update -qq
sudo apt install -y build-essential debhelper devscripts dh-python \
python3 python3-setuptools python3-sphinx
gettext libglib2.0-bin python3 python3-setuptools python3-sphinx \
python3-sphinx-argparse
- name: build-deb
run: |
Expand Down
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Priority: optional
Maintainer: Himadri Sekhar Basu <[email protected]>
Build-Depends: debhelper-compat (= 13),
dh-python,
gettext,
libglib2.0-bin,
python3,
python3-setuptools,
python3-sphinx,
Expand Down

0 comments on commit f87108a

Please sign in to comment.