diff --git a/percona-packaging/debian/control b/percona-packaging/debian/control index 92b93f4..d7390cc 100644 --- a/percona-packaging/debian/control +++ b/percona-packaging/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 930ecda..3946db4 100644 --- a/percona-packaging/scripts/pg_stat_monitor_builder.sh +++ b/percona-packaging/scripts/pg_stat_monitor_builder.sh @@ -389,14 +389,6 @@ build_source_deb(){ mv ${TARFILE} percona-pg-stat-monitor_${VERSION}.orig.tar.gz cd ${BUILDDIR} - cd debian - rm -rf changelog - echo "percona-pg-stat-monitor (${VERSION}-${RELEASE}) unstable; urgency=low" >> changelog - echo " * Initial Release." >> changelog - echo " -- Oleksandr Miroshnychenko $(date -R)" >> changelog - - cd ../ - dch -D unstable --force-distribution -v "${VERSION}-${RELEASE}" "Update to new percona-pg-stat-monitor version ${VERSION}" dpkg-buildpackage -S cd ../ @@ -469,7 +461,7 @@ RPM_RELEASE=1 DEB_RELEASE=1 REVISION=0 BRANCH="master" -REPO="https://github.com/Percona-Lab/pg_stat_monitor.git" +REPO="https://github.com/Percona/pg_stat_monitor.git" PRODUCT=percona-pg-stat-monitor DEBUG=0 parse_arguments PICK-ARGS-FROM-ARGV "$@"