Skip to content
Snippets Groups Projects
Verified Commit a5280703 authored by Sunil Mohan Adapa's avatar Sunil Mohan Adapa Committed by emorrp1
Browse files

d/bootstrap: Avoid a dummy .deb in the / of bootstrap deb


When debian/bootstrap is run, it creates the a .deb with binaries needed for
building. Since the .deb is created in the directory that is being archived, it
leads to a dummy .deb file inside the created final result (at the root of its
file system).

Create the .deb in .. as this is where it is most expected (as dpkg-buildpackage
places the files by default there). Script output directs the user there too:

  dpkg-deb: building package 'kotlin' in '../kotlin_1.3.31+~1.0.1+~0.11.12-1_all.deb'.

Signed-off-by: default avatarSunil Mohan Adapa <sunil@medhas.org>
Co-authored-by: default avatarPhil Morrell <debian@emorrp1.name>
parent 9c03f941
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment