Skip to content

Commit 9d9029d

Browse files
committed
Clean up
1 parent 32267b2 commit 9d9029d

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,10 @@ jobs:
2323
- name: Build Package
2424
run: debuild --prepend-path /usr/local/bin
2525
working-directory: ghostty-${{ env.VERSION }}
26+
27+
- name: Upload Artifact
28+
uses: actions/upload-artifact@v4
29+
with:
30+
name: package
31+
path: ghostty_1.0.0-0ubuntu1ppa1_amd64.deb
2632

debian/changelog

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
ghostty (1.0.0-1) UNRELEASED; urgency=low
1+
ghostty (1.0.0-0ubuntu1ppa1) UNRELEASED; urgency=low
22

3-
* Initial release. Closes: #nnnn
4-
<nnnn is the bug number of your ITP>
3+
* Initial release.
54

6-
-- Mike Kasberg <> Sun, 29 Dec 2024 14:01:25 -0700
5+
-- Mike Kasberg <kasberg.mike@gmail.com> Sun, 29 Dec 2024 14:01:25 -0700

debian/install

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
zig-out /usr
1+
zig-out /usr

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ override_dh_auto_build:
2121
-Dcpu=baseline \
2222
-Dpie=true \
2323
-Demit-docs \
24-
-fno-sys=freetype
24+
-fno-sys=freetype
2525

2626
override_dh_auto_install:
2727
# dh_auto_install -- prefix=/usr

0 commit comments

Comments
 (0)