Skip to content

Commit

Permalink
Neovim 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-olivert-riera committed Apr 8, 2023
1 parent 02f6802 commit 7ed479a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set -eu

VERSION=0.8.3
VERSION=0.9.0
TOPDIR="${PWD}"

echo "Create build directory"
Expand All @@ -23,9 +23,9 @@ cp -R ../../debian .

echo "Install build dependencies"
sudo mk-build-deps \
--install \
--tool="apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes" \
debian/control
--install \
--tool="apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes" \
debian/control

echo "Build package"
debuild -b -us -uc
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
neovim (0.9.0-1) stable; urgency=medium

* Dummy.

-- Vicente Olivert Riera <[email protected]> Sat, 08 Apr 2023 00:00:00 -0000

neovim (0.8.3-1) stable; urgency=medium

* Dummy.
Expand Down

0 comments on commit 7ed479a

Please sign in to comment.