feat: Add .deb packaging for Ubuntu 24.04 release
- debian/control: Package metadata with dependencies - debian/postinst: Service user, dirs, JWT key gen, config, cron setup - debian/prerm: Graceful service stop before upgrade - debian/postrm: Purge cleanup (user, data, config, cron) - debian/changelog: 1.0.0-1 initial release - debian/install: File manifest - scripts/build-package.sh: Full build pipeline (cargo release, frontend, dpkg-deb) - .gitignore: Exclude *.deb and package-build/
This commit is contained in:
8
debian/changelog
vendored
Normal file
8
debian/changelog
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
linux-patch-manager (1.0.0-1) noble; urgency=medium
|
||||
|
||||
* Initial release of Linux Patch Manager
|
||||
* Full M1-M12 feature set implemented
|
||||
* MFA, RBAC, mTLS, CA, reporting, audit integrity
|
||||
* HIPAA/PCI-DSS compliance mapping documented
|
||||
|
||||
-- Echo <echo@moon-dragon.us> Thu, 24 Apr 2026 00:00:00 +0000
|
||||
Reference in New Issue
Block a user