DISTPG-349 modified build script
parent
a939265018
commit
da73cfb70b
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue