12345678910111213141516171819202122232425 |
- # vim: filetype=yaml sw=2
- # To update, see doc/how-to-update-the-manual.txt
- # Remember to update also the package's hash, with the version!
- version: 52244
- filename: 'manual-[% c("version") %].tar.gz'
- container:
- use_container: 1
- var:
- container:
- suite: bullseye
- arch: '[% c("buildconf/deb_native_arch") %]'
- deps:
- - python3
- - unzip
- pre_pkginst: ''
- input_files:
- - project: container-image
- - URL: 'https://people.torproject.org/~pierov/tbb_files/manual_[% c("version") %].zip'
- name: manual
- sha256sum: 98030331e3f814e5b37df930343ca3eb7e323a5099ed95e9e15084d618bdb1d1
- - filename: packagemanual.py
- name: package_script
|