gitlab-org--gitlab-foss/spec/fixtures/packages/debian/README.md

376 B

Build a Debian package

Install the build dependencies:

sudo apt install dpkg-dev

Go to the spec/fixtures/packages/debian directory and clean up old files:

cd spec/fixtures/packages/debian
rm -v *.tar.* *.dsc *.deb *.udeb *.buildinfo *.changes

Go to the package source directory and build:

cd sample
dpkg-buildpackage --no-sign