add log file

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-03-29 17:08:27 +03:00 committed by GitHub
parent 202971240a
commit 8e645d0bc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
pika-pbuilder (0.1.0-101pika1) nest; urgency=medium pika-pbuilder (0.1.1-101pika1) nest; urgency=medium
* Initial release. (Closes: #nnnn) <nnnn is the bug number of your ITP> * Initial release. (Closes: #nnnn) <nnnn is the bug number of your ITP>

View File

@ -1,2 +1,2 @@
#! /bin/bash #! /bin/bash
DIST=sid ARCH=amd64 pbuilder build "$@" --distribution sid --architecture amd64 --debootstrapopts --include=ca-certificates DIST=sid ARCH=amd64 pbuilder build "$@" --distribution sid --architecture amd64 --debootstrapopts --include=ca-certificates --buildresult . --logfile buildlog.log