mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Revert "Improved "repmgr-auto" Debian package"
This reverts commit 5b91a5e2e5.
This commit is contained in:
6
Makefile
6
Makefile
@@ -87,12 +87,10 @@ PG_VERSION = $(shell pg_config --version | cut -d ' ' -f 2 | cut -d '.' -f 1,2)
|
|||||||
REPMGR_VERSION = $(shell grep REPMGR_VERSION version.h | cut -d ' ' -f 3 | cut -d '"' -f 2)
|
REPMGR_VERSION = $(shell grep REPMGR_VERSION version.h | cut -d ' ' -f 3 | cut -d '"' -f 2)
|
||||||
PKGLIBDIR = $(shell pg_config --pkglibdir)
|
PKGLIBDIR = $(shell pg_config --pkglibdir)
|
||||||
SHAREDIR = $(shell pg_config --sharedir)
|
SHAREDIR = $(shell pg_config --sharedir)
|
||||||
PGBINDIR = /usr/lib/postgresql/$(PG_VERSION)/bin
|
|
||||||
|
|
||||||
deb: repmgrd repmgr
|
deb: repmgrd repmgr
|
||||||
mkdir -p ./debian/usr/bin ./debian$(PGBINDIR)
|
mkdir -p ./debian/usr/bin
|
||||||
cp repmgrd repmgr ./debian$(PGBINDIR)
|
cp repmgrd repmgr ./debian/usr/bin/
|
||||||
ln -s ../..$(PGBINDIR)/repmgr ./debian/usr/bin/repmgr
|
|
||||||
mkdir -p ./debian$(SHAREDIR)/contrib/
|
mkdir -p ./debian$(SHAREDIR)/contrib/
|
||||||
cp sql/repmgr_funcs.sql ./debian$(SHAREDIR)/contrib/
|
cp sql/repmgr_funcs.sql ./debian$(SHAREDIR)/contrib/
|
||||||
cp sql/uninstall_repmgr_funcs.sql ./debian$(SHAREDIR)/contrib/
|
cp sql/uninstall_repmgr_funcs.sql ./debian$(SHAREDIR)/contrib/
|
||||||
|
|||||||
2
debian/DEBIAN/control
vendored
2
debian/DEBIAN/control
vendored
@@ -1,5 +1,5 @@
|
|||||||
Package: repmgr-auto
|
Package: repmgr-auto
|
||||||
Version: 3.2dev
|
Version: 3.1.3
|
||||||
Section: database
|
Section: database
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|||||||
Reference in New Issue
Block a user