-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
55 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
[source.crates-io] | ||
replace-with = "vendored-sources" | ||
|
||
[source."https://github.com/tree-sitter/tree-sitter"] | ||
git = "https://github.com/tree-sitter/tree-sitter" | ||
rev = "c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14" | ||
replace-with = "vendored-sources" | ||
|
||
[source.vendored-sources] | ||
directory = "vendor" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,39 @@ | ||
helix (23.05-8) unstable; urgency=medium | ||
|
||
* Remove grammar sources after build | ||
|
||
-- Fabian Mettler <[email protected]> Mon, 12 Jun 2023 17:32:00 +0100 | ||
|
||
helix (23.05-7) unstable; urgency=medium | ||
|
||
* Add missing build dependencies | ||
|
||
-- Fabian Mettler <[email protected]> Mon, 12 Jun 2023 17:15:00 +0100 | ||
|
||
helix (23.05-6) unstable; urgency=medium | ||
|
||
* Try to fix build process for grammars | ||
|
||
-- Fabian Mettler <[email protected]> Mon, 12 Jun 2023 09:55:00 +0100 | ||
|
||
helix (23.05-5) unstable; urgency=medium | ||
|
||
* Try to fix build process for grammars | ||
|
||
-- Fabian Mettler <[email protected]> Sun, 11 Jun 2023 15:58:00 +0100 | ||
|
||
helix (23.05-4) unstable; urgency=medium | ||
|
||
* Try to fix build process for grammars | ||
|
||
-- Fabian Mettler <[email protected]> Sun, 11 Jun 2023 15:48:00 +0100 | ||
|
||
helix (23.05-3) unstable; urgency=medium | ||
|
||
* New upstream release | ||
|
||
-- Fabian Mettler <[email protected]> Sun, 11 Jun 2023 15:29:00 +0100 | ||
|
||
helix (23.03-3) unstable; urgency=medium | ||
|
||
* Fix build process for grammars | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,11 @@ Section: editors | |
Priority: optional | ||
Maintainer: Fabian Mettler <[email protected]> | ||
Build-Depends: | ||
cargo:native, | ||
cargo, | ||
debhelper (>= 12), | ||
rustc:native, | ||
g++, | ||
git, | ||
rustc, | ||
Standards-Version: 4.5.1 | ||
Homepage: https://github.com/helix-editor/helix | ||
|
||
|
@@ -17,4 +19,4 @@ Depends: | |
Provides: | ||
editor | ||
Description: A post-modern text editor | ||
It's a joke. If Neovim is the modern Vim, then Helix is post-modern. | ||
It's a joke. If Neovim is the modern Vim, then Helix is post-modern.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
debian/grammars.src.tar.xz | ||
debian/vendor.tar.xz |