diff --git a/linux/debian/changelog b/linux/debian/changelog index 736204c..6d9dfe2 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,3 +1,11 @@ +ogagent (1.4.5~pre2-1) stable; urgency=medium + + * Remove race condition due to several monitoring threads + * Include job_id in asynchronous responses + * Remove vim swapfiles from the package contents + + -- OpenGnsys developers Wed, 06 Nov 2024 13:24:03 +0100 + ogagent (1.4.5~pre1-1) stable; urgency=medium * CrearImagen: return inventory inline diff --git a/linux/debian/rules b/linux/debian/rules index ead6aa0..caa76e5 100755 --- a/linux/debian/rules +++ b/linux/debian/rules @@ -22,6 +22,7 @@ install: build dh_prep dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/ogagent install-ogagent + find $(CURDIR) -name '*.swp' -exec rm -f '{}' ';' binary-arch: build install # emptyness binary-indep: build install