gitlab-org--gitlab-foss/spec/fixtures/packages/debian
GitLab Bot 9c8d620e48 Add latest changes from gitlab-org/gitlab@master 2021-02-09 03:09:18 +00:00
..
distribution Add latest changes from gitlab-org/gitlab@master 2021-02-09 03:09:18 +00:00
sample/debian
README.md
libsample0_1.2.3~alpha2_amd64.deb
sample-dev_1.2.3~binary_amd64.deb
sample-udeb_1.2.3~alpha2_amd64.udeb
sample_1.2.3~alpha2.dsc
sample_1.2.3~alpha2.tar.xz
sample_1.2.3~alpha2_amd64.buildinfo
sample_1.2.3~alpha2_amd64.changes

README.md

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