ci(autopkgtest): use uscan to get upstream source

parent a22ee98c
...@@ -32,7 +32,8 @@ jobs: ...@@ -32,7 +32,8 @@ jobs:
- name: Checkout Debian data - name: Checkout Debian data
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
ref: debian repository: Tachi107/pistache
ref: debian-watch
path: debian path: debian
# The Debian repository is needed by autopkgtest-build-qemu when building # The Debian repository is needed by autopkgtest-build-qemu when building
...@@ -90,7 +91,8 @@ jobs: ...@@ -90,7 +91,8 @@ jobs:
- name: Build Debian package source - name: Build Debian package source
run: | run: |
./debian/rules get-orig-source uscan
cd ../pistache-*/
dpkg-source --build . dpkg-source --build .
# The increased timeout is needed because the CI can be too slow to boot # The increased timeout is needed because the CI can be too slow to boot
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment