Skip to content

Commit

Permalink
Add gettext as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu committed Mar 18, 2024
1 parent 998b91a commit bf3a630
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: install-deps
run: |
sudo apt install gir1.2-gtk-3.0 gir1.2-xapp-1.0 python3 python3-apt \
sudo apt install gettext gir1.2-gtk-3.0 gir1.2-xapp-1.0 python3 python3-apt \
python3-aptdaemon.gtk3widgets python3-gi python3-configobj python3-setproctitle
- name: make
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: install-deps
run: |
sudo apt-get update -qq
sudo apt install -y build-essential debhelper devscripts dh-python \
python3 python3-setuptools
sudo apt install -y build-essential debhelper devscripts \
dh-python gettext python3 python3-setuptools
- name: build-deb
run: |
Expand Down
5 changes: 2 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ Priority: optional
Maintainer: Himadri Sekhar Basu <[email protected]>
Build-Depends: debhelper-compat (= 13),
dh-python,
gettext,
libglib2.0-bin,
python3,
python3-docutils,
python3-setuptools,
python3-sphinx
python3-setuptools
Standards-Version: 4.6.0
Homepage: https://hsbasu.github.io/leaptime-manager
#Vcs-Browser: https://salsa.debian.org/debian/leaptime-manager
Expand Down

0 comments on commit bf3a630

Please sign in to comment.