rizin/dist/deb
2022-05-11 13:17:05 +02:00
..
debian.changelog
debian.compat
debian.control
debian.librizin-common.install
debian.librizin-dev.install dist: fix deb/rpm generation 2022-05-11 13:17:05 +02:00
debian.rizin.install
debian.rules
README.md
rizin.dsc dist: fix deb/rpm generation 2022-05-11 13:17:05 +02:00

These files are mainly created to support the Open Build Service, with the debtransform tool.

For example:

$ mkdir outdir
$ perl ./debtransform --changelog debian.changelog --release 0.3.0-1 . rizin.dsc outdir

If you want to build for an older version of Debian/Ubuntu that required special patches, you can use a different .dsc file:

$ mkdir outdir
$ perl ./debtransform --changelog debian.changelog --release 0.3.0-1 . rizin-Debian_10.dsc outdir