Skip to content

Commit

Permalink
handle buildinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
schlomo committed Feb 12, 2019
1 parent 40db5ca commit e785c5e
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 @@ -47,7 +47,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/
cd out ; apt-ftparchive packages . >Packages
dpkg -I out/*.deb
dpkg -c out/*.deb
Expand Down

0 comments on commit e785c5e

Please sign in to comment.