diff --git a/.github/release-canary-v3 b/.github/release-canary-v3 index b8626c4..7ed6ff8 100644 --- a/.github/release-canary-v3 +++ b/.github/release-canary-v3 @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index ea916f9..41e4769 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: ferrreo Standards-Version: 4.6.1 Build-Depends: debhelper-compat (= 13), - node-typescript, +# node-typescript, npm, meson, libgjs-dev, diff --git a/main.sh b/main.sh index a5fa229..ff0003d 100755 --- a/main.sh +++ b/main.sh @@ -15,6 +15,8 @@ cd ./ags # Get build deps apt-get build-dep ./ -y +npm install +npm install -g typescript@latest # Build package LOGNAME=root dh_make --createorig -y -l -p ags_"$VERSION" || echo "dh-make: Ignoring Last Error"