[Git][reproducible-builds/reprotest][master] README: improve examples how to build a Debian package
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Sep 24 13:35:53 UTC 2022
Holger Levsen pushed to branch master at Reproducible Builds / reprotest
Commits:
83a16f2b by Holger Levsen at 2022-09-24T15:35:40+02:00
README: improve examples how to build a Debian package
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- README.rst
Changes:
=====================================
README.rst
=====================================
@@ -28,6 +28,12 @@ The easiest way to run reprotest is via our presets::
# Build a make-based program
$ reprotest "make clean && make" mybinary
+ # Build a Debian package
+ $ apt-get source hello && cd hello-2.10
+ $ reprotest auto -- null
+ # Build a Debian package and disable some variations
+ $ reprotest --vary=-user_group,-domain_host,-fileordering auto -- null
+
# Build the given Debian source package in an schroot
# See https://wiki.debian.org/sbuild for instructions on setting that up.
$ reprotest reprotest_0.3.3.dsc -- schroot unstable-amd64-sbuild
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/83a16f2b427c0db5cfa4e91720c8e77f595ff0d9
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/83a16f2b427c0db5cfa4e91720c8e77f595ff0d9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220924/0ee49234/attachment.htm>
More information about the rb-commits
mailing list