Skip to content

marcuschangarm/yottos-build-tools

Repository files navigation

yottos-build-tools

Templates for building Debian/Ubuntu packages. Each package contains a DEBIAN folder with the following control files:

control  - Package manifest. Contains architecture (i386/amd64/all), version, dependencies, etc.
postinst - Script to run after installation.
postrm   - Script to run after removal. 

Insert the missing binary files (look for the README files) and build package with:

dpkg -b <package folder> .

Generate repository index from package folder with:

dpkg-scanpackages <repository folder> | gzip -9c > <repository folder>/Packages.gz

Upload repository folder with packages and index to cloud storage. Insert in /etc/apt/sources.list the address to the repository:

deb <URL> <repository folder>/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published