Skip to content

Commit eb50abc

Browse files
GAH
1 parent 2306eff commit eb50abc

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

apps/cli/pkg/deb-ppa/build.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ set -euo pipefail
99
DIR="$(dirname "$(realpath "$0")")"
1010

1111
git rev-parse HEAD > "$DIR/commit.txt"
12-
debuild --no-lintian -us -uc
12+
13+
if [[ "$SOURCE" = "1" ]]; then
14+
debuild -S --lintian-opts --suppress-tags source-is-missing
15+
else
16+
debuild -us -uc --lintian-opts --suppress-tags source-is-missing
17+
fi

apps/cli/pkg/deb-ppa/commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
100fb50b7dd852557e25cf51e2ad80a128b93410
1+
2306eff54abf473fa182b9c1f178eb73dc38cd00

apps/cli/pkg/deb-ppa/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kjspkg (0.3.3) jammy; urgency=medium
2+
3+
* Fixed build deps
4+
5+
-- Jacob Sapoznikow <[email protected]> Mon, 18 Nov 2024 08:08:44 +0000
6+
17
kjspkg (0.3.2) jammy; urgency=medium
28

39
* Fixed distroseries issue

apps/cli/pkg/deb-ppa/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Source: kjspkg
22
Maintainer: Jacob Sapoznikow <[email protected]>
3-
Build-Depends: debhelper (>= 8.0.0)
3+
Build-Depends: debhelper (>= 8.0.0), curl, wget, xz-utils, jq, clang, git
44
Standards-Version: 3.9.3
55
Section: utils
66

0 commit comments

Comments
 (0)