Browse Source

Don't sign packages

rpm 0.10.0
J. King 3 years ago
parent
commit
08250841a0
  1. 2
      dist/debian/pbuilder.sh

2
dist/debian/pbuilder.sh

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

Loading…
Cancel
Save