a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 326229 and 320094

Description: Easy, fast and secure way to build Debian packages
 Debcraft is a tool to build Debian packages as easily as possible. It uses
 Podman/Docker to automatically create a hermetic network-less build container
 based on the distribution defined in the source package debian/changelog with
 the dependencies defined in debian/control. Users don't need to manually create
 nor update root filesystems. If there is no source package, Debcraft will
 automatically download it.
 .
 Thanks to efficient caching, rebuilds are blazing fast, and additional logs
 make it easy to see what changed in the end result between each build.
 .
 The tool is fully written in Bash, so reasoning about how it works is easy. It
 does not need to run on Debian as all builds happen inside containers.
Description: Easy, fast and secure way to build Debian packages
 Debcraft is a tool to build Debian packages as easily as possible. It uses
 Podman/Docker to automatically create a hermetic network-less build container
 based on the distribution defined in the source package debian/changelog with
 the dependencies defined in debian/control. Users don't need to manually create
 nor update root filesystems. If there is no source package, Debcraft will
 automatically download it.
 .
 Thanks to efficient caching, rebuilds are blazing fast, and additional logs make
 it easy to see what changed in the end result between each build.
 .
 The tool is fully written in Bash, so reasoning about how it works is easy. It
 does not need to run on Debian as all builds happen inside containers.
--- 326229	Thu Jan  1 00:00:00 1970
+++ 320094	Thu Jan  1 00:00:00 1970
@@ -6,8 +6,8 @@
  nor update root filesystems. If there is no source package, Debcraft will
  automatically download it.
  .
- Thanks to efficient caching, rebuilds are blazing fast, and additional logs
- make it easy to see what changed in the end result between each build.
+ Thanks to efficient caching, rebuilds are blazing fast, and additional logs make
+ it easy to see what changed in the end result between each build.
  .
  The tool is fully written in Bash, so reasoning about how it works is easy. It
  does not need to run on Debian as all builds happen inside containers.