Skip to content

Commit

Permalink
Makefile - build DUE as a Debian source package as well as a .deb
Browse files Browse the repository at this point in the history
Updates the code that builds DUE as a package to also build it
as a Debian source pacakge for sanity checking purposes.

Signed-off-by: Alex Doyle <adoyle@nvidia.com>
  • Loading branch information
ehdoyle committed Nov 27, 2021
1 parent 077c02e commit 216317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ debian-package: orig.tar
@echo "# Extracting tarball."
$(Q) tar -xvf ../due_*orig.tar.gz --strip-components=1
@echo "# Select a Debian package build container."
$(Q) ./due --build
$(Q) ./due --duebuild --build-command dpkg-buildpackage -us -uc
@echo ""
@echo "# Deleting files extracted from tar archive."
$(Q) git clean -xdf
Expand Down

0 comments on commit 216317d

Please sign in to comment.