From 71d36a15788698c1cf14378727adfa3c7a3f0815 Mon Sep 17 00:00:00 2001 From: Vadim Yalovets Date: Wed, 1 Dec 2021 19:22:29 +0200 Subject: [PATCH] DISTPG-349 modified build script --- debian/control | 1 - percona-packaging/scripts/pg_stat_monitor_builder.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 90a2b19..f1a620f 100644 --- a/debian/control +++ b/debian/control @@ -18,4 +18,3 @@ Description: The pg_stat_monitor is statistics collector tool pg_stat_monitor is developed on the basis of pg_stat_statments as more advanced replacement for pg_stat_statment. It provides all the features of pg_stat_statment plus its own feature set. - diff --git a/percona-packaging/scripts/pg_stat_monitor_builder.sh b/percona-packaging/scripts/pg_stat_monitor_builder.sh index e903448..1152837 100644 --- a/percona-packaging/scripts/pg_stat_monitor_builder.sh +++ b/percona-packaging/scripts/pg_stat_monitor_builder.sh @@ -446,6 +446,7 @@ build_deb(){ dpkg-source -x ${DSC} # cd percona-pg-stat-monitor-${VERSION} + sed -i "s:\. :${WORKDIR}/percona-pg-stat-monitor-${VERSION} :g" debian/rules dch -m -D "${OS_NAME}" --force-distribution -v "1:${VERSION}-${DEB_RELEASE}.${OS_NAME}" 'Update distribution' unset $(locale|cut -d= -f1) dpkg-buildpackage -rfakeroot -us -uc -b