crowdsec/debian
2023-06-23 14:25:29 +02:00
..
patches replace wizard patch for .deb & .rpm packages with an envvar check (#1630) 2022-08-16 14:59:59 +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 Build with libre2 by default, options for wasm and static; add mk/gmsl (#2295) 2023-06-23 14:25:29 +02:00
crowdsec.cron.daily Cronjob via packages (#1820) 2022-10-18 16:11:48 +01:00
crowdsec.service Deprecate pid_file config (#1346) 2022-03-16 09:23:49 +01:00
install email-plugin: fix install in debian package (#1219) 2022-02-02 10:08:32 +01:00
postinst Cronjob via packages (#1820) 2022-10-18 16:11:48 +01:00
postrm fix cron removal (#1829) 2022-10-20 16:43:34 +01: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 Build with libre2 by default, options for wasm and static; add mk/gmsl (#2295) 2023-06-23 14:25:29 +02:00
templates Build with libre2 by default, options for wasm and static; add mk/gmsl (#2295) 2023-06-23 14:25:29 +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