Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 620 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 620 Bytes

sbuild

This repository provides a modified version of the official sbuild package from Debian's salsa repository. The modification allows network connections inside dpkg-buildpackage for added flexibility during package building.

Usage

git clone https://github.com/eth-pkg/sbuild.git
cd sbuild 
# Install dependencies
sudo apt-get install dh-python dh-sequence-python3 libyaml-tiny-perl python3-all
# Build the package
dpkg-buildpackage -us -uc  
# Install the newly built package 
cd .. && sudo dpkg -i sbuild_0.85.6_all.deb libsbuild-perl_0.85.6_all.deb