1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Don't sign packages

This commit is contained in:
J. King 2021-07-11 17:25:14 -04:00
parent 2452264893
commit 08250841a0

View file

@ -35,6 +35,6 @@ tar -C "$tmp" -czf "$tmp/arsse_$version.orig.tar.gz" "arsse-$version"
cp -r "$in/dist/debian" "$in/debian" cp -r "$in/dist/debian" "$in/debian"
# build the package # build the package
cd "$in" cd "$in"
debuild debuild -us -uc
# move the resultant files to their final destination # move the resultant files to their final destination
find "$tmp" -maxdepth 1 -type f -exec mv '{}' "$out" \; find "$tmp" -maxdepth 1 -type f -exec mv '{}' "$out" \;