DISTPG-349 modified build script

pull/184/head
Vadim Yalovets 2021-12-01 19:22:29 +02:00 committed by Hamid Akhtar
parent a939265018
commit da73cfb70b
2 changed files with 1 additions and 1 deletions

1
debian/control vendored
View File

@ -20,4 +20,3 @@ Description: enhancement query planning and execution statistics collector
pg_stat_monitor is developed on the basis of pg_stat_statments pg_stat_monitor is developed on the basis of pg_stat_statments
as more advanced replacement for pg_stat_statment. as more advanced replacement for pg_stat_statment.
It provides all the features of pg_stat_statment plus its own feature set. It provides all the features of pg_stat_statment plus its own feature set.

View File

@ -446,6 +446,7 @@ build_deb(){
dpkg-source -x ${DSC} dpkg-source -x ${DSC}
# #
cd percona-pg-stat-monitor-${VERSION} 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' dch -m -D "${OS_NAME}" --force-distribution -v "1:${VERSION}-${DEB_RELEASE}.${OS_NAME}" 'Update distribution'
unset $(locale|cut -d= -f1) unset $(locale|cut -d= -f1)
dpkg-buildpackage -rfakeroot -us -uc -b dpkg-buildpackage -rfakeroot -us -uc -b