2021-10-07 14:27:21 -04:00
|
|
|
aptpkg(1)
|
|
|
|
|
|
|
|
# NAME
|
|
|
|
|
|
|
|
aptpkg - easily create/ get debian packages
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
|
|
|
|
*aptpkg* _path_
|
|
|
|
|
2021-10-16 18:30:39 -04:00
|
|
|
*aptpkg* --all _path_
|
2021-10-16 18:31:55 -04:00
|
|
|
|
2021-10-07 14:27:21 -04:00
|
|
|
*aptpkg* --auto [git commit hash]
|
|
|
|
|
2021-10-16 18:31:29 -04:00
|
|
|
*aptpkg* -h | --help
|
2021-10-07 14:27:21 -04:00
|
|
|
|
2021-10-16 18:31:55 -04:00
|
|
|
*aptpkg* -v | --version
|
|
|
|
|
2021-10-07 14:27:21 -04:00
|
|
|
# DESCRIPTION
|
|
|
|
|
|
|
|
aptpkg can be used to easily create/ get debian packages, and can be used with
|
|
|
|
a tool such as *reprepro*(1).
|
|
|
|
|
|
|
|
Provide aptpkg with a path to a folder containing an *aptpkg*(5) build file.
|
|
|
|
The --auto option can also be used to build modified packages based on a git
|
2021-10-16 18:08:45 -04:00
|
|
|
commit hash, using _HEAD_ if one is not provided. The aptpkg script *must* be
|
|
|
|
available in $PATH.
|
2021-10-07 14:27:21 -04:00
|
|
|
|
2021-10-16 18:30:39 -04:00
|
|
|
For mass rebuilds, aptpkg --auto can be used, passing a directory with folders
|
|
|
|
under which the build files are located.
|
|
|
|
|
2021-10-07 14:27:21 -04:00
|
|
|
# SEE ALSO
|
|
|
|
|
|
|
|
*aptpkg*(5)
|
|
|
|
|
|
|
|
# AUTHORS
|
|
|
|
|
|
|
|
Sources, maintainers list, and how to submit bugs/ patches can be done at
|
|
|
|
https://sr.ht/~earnestma/aptpkg.
|