Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
v0.8.0 - update package
Browse files Browse the repository at this point in the history
  • Loading branch information
barnumbirr committed May 19, 2021
1 parent c682f7b commit eae4cd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

IMAGE="debian:buster-slim"
TARGET="$(dirname "$0" | xargs realpath)"
VERSION="v0.7.2"
VERSION="v0.8.0"

while getopts "v:i:h" opt
do
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
alacritty (0.8.0-1) unstable; urgency=medium

* New upstream release
* Install Alacritty terminfo file (Closes: #3)

-- Martin Simon <[email protected]> Wed, 19 May 2021 00:00:00 +0000

alacritty (0.7.2-2) unstable; urgency=medium

* Remove xclip dependency (Closes: #2)
Expand Down
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ override_dh_auto_install:
install -Dm0644 "extra/completions/_alacritty" "debian/alacritty/usr/share/vendor-completions/_alacritty"
install -Dm0644 "extra/logo/alacritty-term.svg" "debian/alacritty/usr/share/pixmaps/com.alacritty.Alacritty.svg"
install -Dm0644 "extra/linux/Alacritty.desktop" "debian/alacritty/usr/share/applications/com.alacritty.Alacritty.desktop"
install -Dm0644 "extra/alacritty.info" "debian/alacritty/usr/share/terminfo/a"
sed -i 's/Icon=Alacritty/Icon=com.alacritty.Alacritty/g' "debian/alacritty/usr/share/applications/com.alacritty.Alacritty.desktop"

override_dh_installexamples:
Expand Down

0 comments on commit eae4cd9

Please sign in to comment.