Version in base suite: 15.0.0-1 Base version: mistral_15.0.0-1 Target version: mistral_15.0.0-1+deb12u1 Base files: mistral-api_15.0.0-1_all.deb mistral-common_15.0.0-1_all.deb mistral-engine_15.0.0-1_all.deb mistral-event-engine_15.0.0-1_all.deb mistral-executor_15.0.0-1_all.deb python3-mistral_15.0.0-1_all.deb Target files: mistral-api_15.0.0-1+deb12u1_all.deb mistral-common_15.0.0-1+deb12u1_all.deb mistral-engine_15.0.0-1+deb12u1_all.deb mistral-event-engine_15.0.0-1+deb12u1_all.deb mistral-executor_15.0.0-1+deb12u1_all.deb python3-mistral_15.0.0-1+deb12u1_all.deb [The following lists of changes regard files as different if they have different names, permissions or owners.] New files in second set of .debs, found in package mistral-api -------------------------------------------------------------- -rwxr-xr-x root/root DEBIAN/preinst New files in second set of .debs, found in package mistral-engine ----------------------------------------------------------------- -rwxr-xr-x root/root DEBIAN/preinst New files in second set of .debs, found in package mistral-event-engine ----------------------------------------------------------------------- -rwxr-xr-x root/root DEBIAN/preinst New files in second set of .debs, found in package mistral-executor ------------------------------------------------------------------- -rwxr-xr-x root/root DEBIAN/preinst New files in second set of .debs, found in package python3-mistral ------------------------------------------------------------------ -rw-r--r-- root/root /usr/lib/python3/dist-packages/mistral/tests/unit/policies/test_code_sources.py -rw-r--r-- root/root /usr/lib/python3/dist-packages/mistral/tests/unit/policies/test_cron_triggers.py -rw-r--r-- root/root /usr/lib/python3/dist-packages/mistral/tests/unit/policies/test_dynamic_actions.py -rw-r--r-- root/root /usr/lib/python3/dist-packages/mistral/tests/unit/policies/test_environments.py -rw-r--r-- root/root /usr/lib/python3/dist-packages/mistral/tests/unit/policies/test_event_triggers.py -rw-r--r-- root/root /usr/lib/python3/dist-packages/mistral/tests/unit/policies/test_workbooks.py No differences were encountered between the conffiles files of package mistral-api Config files of package mistral-api: lines which differ (wdiff format) ---------------------------------------------------------------------- {+pkgos_add_section () {+} {+ local CONF_FILE SECTION+} {+ CONF_FILE=${1}+} {+ SECTION=${2}+} {++} {+ # Check if section exists+} {+ if ! grep -q -E '^[ \t]*\['${SECTION}'\][ \t]*$' ${CONF_FILE} ; then+} {+ # If not, add it to the config file+} {+ echo "[${SECTION}]" >>${CONF_FILE}+} {+ fi+} {+}+} REG_ENDPOINT_FQDN_REGEX='^((([a-z0-9]([-a-z0-9]*[a-z0-9])?)|(#[0-9]+)|(\[((([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\.){3}(([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\]))\.)*(([a-z]([-a-z0-9]*[a-z0-9])?)|(#[0-9]+)|(\[((([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\.){3}(([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\]))$' Control files of package mistral-api: lines which differ (wdiff format) ----------------------------------------------------------------------- Depends: adduser, debconf, mistral-common (= [-15.0.0-1),-] {+15.0.0-1+deb12u1),+} python3-keystoneclient, python3-pastescript, q-text-as-data, uwsgi-plugin-python3, debconf (>= 0.5) | debconf-2.0, lsb-base (>= 3.0.6) Version: [-15.0.0-1-] {+15.0.0-1+deb12u1+} Postinst files of package mistral-api: lines which differ (wdiff format) ------------------------------------------------------------------------ {+pkgos_add_section () {+} {+ local CONF_FILE SECTION+} {+ CONF_FILE=${1}+} {+ SECTION=${2}+} {++} {+ # Check if section exists+} {+ if ! grep -q -E '^[ \t]*\['${SECTION}'\][ \t]*$' ${CONF_FILE} ; then+} {+ # If not, add it to the config file+} {+ echo "[${SECTION}]" >>${CONF_FILE}+} {+ fi+} {+}+} REG_ENDPOINT_FQDN_REGEX='^((([a-z0-9]([-a-z0-9]*[a-z0-9])?)|(#[0-9]+)|(\[((([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\.){3}(([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\]))\.)*(([a-z]([-a-z0-9]*[a-z0-9])?)|(#[0-9]+)|(\[((([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\.){3}(([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\]))$' # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} Postrm files of package mistral-api: lines which differ (wdiff format) ---------------------------------------------------------------------- # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} {+if [ "$1" = "remove" ] && [ -x "/etc/init.d/mistral-api" ] ; then+} {+ chmod -x "/etc/init.d/mistral-api" >/dev/null || true+} {+fi+} # Automatically added by [-dh_installdebconf/13.9.1-] {+dh_installdebconf/13.11.4+} Prerm files of package mistral-api: lines which differ (wdiff format) --------------------------------------------------------------------- # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} No differences were encountered between the templates files of package mistral-api Config files of package mistral-common: lines which differ (wdiff format) ------------------------------------------------------------------------- {+pkgos_add_section () {+} {+ local CONF_FILE SECTION+} {+ CONF_FILE=${1}+} {+ SECTION=${2}+} {++} {+ # Check if section exists+} {+ if ! grep -q -E '^[ \t]*\['${SECTION}'\][ \t]*$' ${CONF_FILE} ; then+} {+ # If not, add it to the config file+} {+ echo "[${SECTION}]" >>${CONF_FILE}+} {+ fi+} {+}+} REG_ENDPOINT_FQDN_REGEX='^((([a-z0-9]([-a-z0-9]*[a-z0-9])?)|(#[0-9]+)|(\[((([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\.){3}(([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\]))\.)*(([a-z]([-a-z0-9]*[a-z0-9])?)|(#[0-9]+)|(\[((([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\.){3}(([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\]))$' Control files of package mistral-common: lines which differ (wdiff format) -------------------------------------------------------------------------- Depends: adduser, dbconfig-common, debconf, python3-mistral (= [-15.0.0-1),-] {+15.0.0-1+deb12u1),+} sqlite3, debconf (>= 0.5) | debconf-2.0, python3:any Installed-Size: [-217-] {+216+} Version: [-15.0.0-1-] {+15.0.0-1+deb12u1+} Postinst files of package mistral-common: lines which differ (wdiff format) --------------------------------------------------------------------------- {+pkgos_add_section () {+} {+ local CONF_FILE SECTION+} {+ CONF_FILE=${1}+} {+ SECTION=${2}+} {++} {+ # Check if section exists+} {+ if ! grep -q -E '^[ \t]*\['${SECTION}'\][ \t]*$' ${CONF_FILE} ; then+} {+ # If not, add it to the config file+} {+ echo "[${SECTION}]" >>${CONF_FILE}+} {+ fi+} {+}+} REG_ENDPOINT_FQDN_REGEX='^((([a-z0-9]([-a-z0-9]*[a-z0-9])?)|(#[0-9]+)|(\[((([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\.){3}(([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\]))\.)*(([a-z]([-a-z0-9]*[a-z0-9])?)|(#[0-9]+)|(\[((([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\.){3}(([01]?[0-9]{0,2})|(2(([0-4][0-9])|(5[0-5]))))\]))$' Postrm files of package mistral-common: lines which differ (wdiff format) ------------------------------------------------------------------------- # Automatically added by [-dh_installdebconf/13.9.1-] {+dh_installdebconf/13.11.4+} No differences were encountered between the prerm files of package mistral-common No differences were encountered between the templates files of package mistral-common No differences were encountered between the conffiles files of package mistral-engine Control files of package mistral-engine: lines which differ (wdiff format) -------------------------------------------------------------------------- Depends: adduser, mistral-common (= [-15.0.0-1),-] {+15.0.0-1+deb12u1),+} lsb-base (>= 3.0.6) Installed-Size: [-30-] {+29+} Version: [-15.0.0-1-] {+15.0.0-1+deb12u1+} Postinst files of package mistral-engine: lines which differ (wdiff format) --------------------------------------------------------------------------- # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} Postrm files of package mistral-engine: lines which differ (wdiff format) ------------------------------------------------------------------------- # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} {+if [ "$1" = "remove" ] && [ -x "/etc/init.d/mistral-engine" ] ; then+} {+ chmod -x "/etc/init.d/mistral-engine" >/dev/null || true+} {+fi+} Prerm files of package mistral-engine: lines which differ (wdiff format) ------------------------------------------------------------------------ # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} No differences were encountered between the conffiles files of package mistral-event-engine Control files of package mistral-event-engine: lines which differ (wdiff format) -------------------------------------------------------------------------------- Depends: adduser, mistral-common (= [-15.0.0-1),-] {+15.0.0-1+deb12u1),+} lsb-base (>= 3.0.6) Installed-Size: [-30-] {+29+} Version: [-15.0.0-1-] {+15.0.0-1+deb12u1+} Postinst files of package mistral-event-engine: lines which differ (wdiff format) --------------------------------------------------------------------------------- # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} Postrm files of package mistral-event-engine: lines which differ (wdiff format) ------------------------------------------------------------------------------- # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} {+if [ "$1" = "remove" ] && [ -x "/etc/init.d/mistral-event-engine" ] ; then+} {+ chmod -x "/etc/init.d/mistral-event-engine" >/dev/null || true+} {+fi+} Prerm files of package mistral-event-engine: lines which differ (wdiff format) ------------------------------------------------------------------------------ # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} No differences were encountered between the conffiles files of package mistral-executor Control files of package mistral-executor: lines which differ (wdiff format) ---------------------------------------------------------------------------- Depends: adduser, mistral-common (= [-15.0.0-1),-] {+15.0.0-1+deb12u1),+} lsb-base (>= 3.0.6) Installed-Size: [-30-] {+29+} Version: [-15.0.0-1-] {+15.0.0-1+deb12u1+} Postinst files of package mistral-executor: lines which differ (wdiff format) ----------------------------------------------------------------------------- # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} Postrm files of package mistral-executor: lines which differ (wdiff format) --------------------------------------------------------------------------- # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} {+if [ "$1" = "remove" ] && [ -x "/etc/init.d/mistral-executor" ] ; then+} {+ chmod -x "/etc/init.d/mistral-executor" >/dev/null || true+} {+fi+} Prerm files of package mistral-executor: lines which differ (wdiff format) -------------------------------------------------------------------------- # Automatically added by [-dh_installinit/13.9.1-] {+dh_installinit/13.11.4+} Control files of package python3-mistral: lines which differ (wdiff format) --------------------------------------------------------------------------- Installed-Size: [-2808-] {+2856+} Version: [-15.0.0-1-] {+15.0.0-1+deb12u1+} No differences were encountered between the postinst files of package python3-mistral No differences were encountered between the prerm files of package python3-mistral