Skip to content

Commit

Permalink
Support newer Debian build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
schlomo committed Mar 3, 2019
1 parent 0523f9b commit 65526ee
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 @@ -46,7 +46,7 @@ endif
debuild $(DEBUILD_ARGS) -i -b --lintian-opts --profile debian
debuild $(DEBUILD_ARGS) -i -S --lintian-opts --profile debian
mkdir -p out
mv ../$(PACKAGE)*.{xz,dsc,deb,build,changes} out/
mv ../$(PACKAGE)*.{xz,dsc,deb,build,changes,buildinfo} out/
dpkg -I out/*.deb
dpkg -c out/*.deb

Expand Down

0 comments on commit 65526ee

Please sign in to comment.