crowdsec/debian
2022-01-21 11:52:23 +01:00
..
patches fix plugins directories (#942) 2021-09-07 17:18:55 +02:00
.gitignore gitignore the files generated while building the debian package (#1059) 2021-11-30 10:09:20 +01:00
changelog import debian & rpm sources (#898) 2021-08-18 13:57:06 +02:00
compat import debian & rpm sources (#898) 2021-08-18 13:57:06 +02:00
control import debian & rpm sources (#898) 2021-08-18 13:57:06 +02:00
crowdsec.service import debian & rpm sources (#898) 2021-08-18 13:57:06 +02:00
postinst typos of various nature (#1072) 2021-12-06 17:29:23 +01:00
postrm import debian & rpm sources (#898) 2021-08-18 13:57:06 +02:00
preinst typos of various nature (#1072) 2021-12-06 17:29:23 +01:00
prerm import debian & rpm sources (#898) 2021-08-18 13:57:06 +02:00
README.md added debian/README.md 2021-12-22 14:17:32 +01:00
rules console_config.yaml -> console.yaml (#1195) 2022-01-21 11:52:23 +01:00
templates import debian & rpm sources (#898) 2021-08-18 13:57:06 +02:00

Building Debian/Ubuntu packages

It is not recommended to build your own packages for production environments.

However, if you want to experiment and contribute:

  • Update the changelog (at least give it a correct version number)
  • Run "QUILT_PATCHES=debian/patches quilt push -a && quilt refresh"

We do the above in the build pipeline, so you'll have to do it manually before running:

  • dpkg-buildpackage -uc -us -b