crowdsec/debian
2025-03-25 11:53:49 +01:00
..
patches replace wizard patch for .deb & .rpm packages with an envvar check (#1630) 2022-08-16 14:59:59 +02:00
.gitignore
changelog
compat
control add cron as a suggested package (#2799) 2024-03-14 14:02:53 +01:00
crowdsec.cron.daily Cronjob via packages (#1820) 2022-10-18 16:11:48 +01:00
crowdsec.service systemd: check configuration before attempting reload (#2861) 2024-02-26 13:44:40 +01:00
install deb packaging: don't duplicate crowdsec.service if /lib is not linked to /usr/lib (#3415) 2025-01-20 14:16:01 +01:00
migrate-hub.sh explicit message for malformed data URL in local items (#3537) 2025-03-25 11:53:49 +01:00
postinst run 'hub upgrade' in rpm/deb postinst, improve hub message (#3440) 2025-02-04 16:51:02 +01:00
postrm fix cron removal (#1829) 2022-10-20 16:43:34 +01:00
prerm remove commands "cscli config backup/restore" (#3158) 2025-01-16 14:02:39 +01:00
README.md added debian/README.md 2021-12-22 14:17:32 +01:00
rules deb build: get version with dpkg-parsechangelog -S (#3405) 2025-01-20 10:31:55 +01: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