Debian: Difference between revisions

From IoWiki
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:


* [https://github.com/patjak/bcwc_pcie/issues/108 GBP Error: not a valid treeish]
* [https://github.com/patjak/bcwc_pcie/issues/108 GBP Error: not a valid treeish]
==Reference==
* [https://wiki.debian.org/UsingQuilt Using Quilt - Debian Wiki]


[[Category:Packaging]]
[[Category:Packaging]]

Revision as of 22:54, 1 September 2023

Notes about Debian packaging.

Package Development

Preparing an environment

Everything needed to build debs as the distribution maintainers do.

Development packages

# apt install build-essential devscripts git-buildpackage

GBP issues

gbp:error: upstream/... is not a valid treeish

If running gbp in a debianized source directory results in this error, try running gbp with --git-upstream-tree=branch (where branch is the branch being used)

Reference

Reference