Mon Apr 18 16:26:31 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Updates to documentation to make the introductory sections
- Next message: [Slony1-commit] By cbbrowne: Add in a FAQ entry that addresses the general question:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Updates to debian packaging configuration based on comments from
Jamie Penman-Smithson:
1. Need a dependancy on either byacc or bison
2. Tim Goodaire found a problem with the parms passed to configure
3. Libraries weren't being installed in /usr/lib/postgresql/lib
Modified Files:
--------------
slony1-engine/debian:
control (r1.2 -> r1.3)
dirs (r1.1 -> r1.2)
rules (r1.1 -> r1.2)
-------------- next part --------------
Index: dirs
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/dirs,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldebian/dirs -Ldebian/dirs -u -w -r1.1 -r1.2
--- debian/dirs
+++ debian/dirs
@@ -1,3 +1,4 @@
usr/lib/postgresql/bin
+usr/lib/postgresql/lib
usr/share/postgresql
usr/share/doc/slony1-1
Index: rules
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldebian/rules -Ldebian/rules -u -w -r1.1 -r1.2
--- debian/rules
+++ debian/rules
@@ -27,8 +27,7 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-
+ CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=\$${prefix}/etc/slony1 --with-perltools
build: build-stamp
Index: control
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/control,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldebian/control -Ldebian/control -u -w -r1.2 -r1.3
--- debian/control
+++ debian/control
@@ -2,12 +2,12 @@
Section: misc
Priority: optional
Maintainer: Tim Goodaire <tgoodair at ca.afilias.info>
-Build-Depends: debhelper (>= 4.0.0), docbook-dsssl, groff
+Build-Depends: debhelper (>= 4.0.0), docbook-dsssl, groff, byacc | bison
Standards-Version: 3.6.1
Package: slony1
Architecture: any
-Depends: postgresql (>= 7.3.3), postgresql-dev (>= 7.3.3)
+Depends: postgresql (>= 7.3.3), postgresql-dev (>= 7.3.3), libpq4
Description: Slony-I is a replication system for postgresql
Slony-I is a "master to multiple slaves" replication system with cascading and
slave promotion. The big picture for the development of Slony-I is a
- Previous message: [Slony1-commit] By cbbrowne: Updates to documentation to make the introductory sections
- Next message: [Slony1-commit] By cbbrowne: Add in a FAQ entry that addresses the general question:
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list