mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1905] Debian install package built from repo fails to build with actual binaries/man pages/other files #1389
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @draekko on GitHub (Feb 22, 2023).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1905
What happened?
building from the latest current repo unable to properly create a complete deb installation package. As it currently stand building with the current debian build files only some of the files in share get added to the debian install package and none of the binaries (under Ubuntu which is what i was using at the time).
Version
From Git HEAD or commit (specify below)
Git commit hash (if applicable)
HEAD
If applicable, where did you install Barrier from?
git master repo self compiled
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
UBUNTU 22.10
Relevant log output
No response
Any other information
Here's a patch to fix the issue.
Used this to build/create the debian installer package
gbp buildpackage --git-submodules -b -uc --git-export-dir="latest" --git-no-create-orig --git-ignore-new
or this also worked
git submodule update --init --recursive
dpkg-buildpackage -b -uc
Patch for it here since i have a pending unrelated PR waiting and can't upload a new PR and don't want them mixed together
https://gist.github.com/draekko/3e3e04c13d04b782c6b1a759cf225b43