diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control new file mode 100644 index 00000000..6fc360d8 --- /dev/null +++ b/debian/DEBIAN/control @@ -0,0 +1,9 @@ +Package: repmgr +Version: 1.0-1 +Section: database +Priority: optional +Architecture: all +Depends: rsync, postgresql-9.0 +Maintainer: Greg Smith +Description: PostgreSQL replication setup, magament and monitoring + has two main executables diff --git a/debian/usr/bin/.gitignore b/debian/usr/bin/.gitignore new file mode 100644 index 00000000..9a97194b --- /dev/null +++ b/debian/usr/bin/.gitignore @@ -0,0 +1,2 @@ +repmgr +repmgrd