Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit a639d368 authored by Robert Nelson's avatar Robert Nelson
Browse files

add backport barrier


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 97ee5a64
No related merge requests found
#!/bin/bash -e
#https://packages.debian.org/source/bullseye-backports/barrier
mirror="https://deb.debian.org/debian"
package_name="barrier"
debian_pkg_name="${package_name}"
package_version="2.4.0+dfsg"
git_repo=""
git_sha=""
reprepro_dir="b/${package_name}"
dl_path="pool/main/${reprepro_dir}/"
debian_version="${package_version}-2~bpo11+1"
debian_untar="${package_name}_${debian_version}.debian.tar.xz"
debian_patch=""
dist="debian"
suite="bullseye"
deb_arch="arm64"
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