diff --git a/main.sh b/main.sh index 4fd7b08..e923baf 100755 --- a/main.sh +++ b/main.sh @@ -2,15 +2,11 @@ DEBIAN_FRONTEND=noninteractive -# Clone Upstream -mkdir -p ./src-pkg-name -cp -rvf ./debian ./src-pkg-name/ -cd ./src-pkg-name/ - # Get build deps apt-get build-dep ./ -y # Build package +dh_make --createorig dpkg-buildpackage --no-sign # Move the debs to output