Wed May 4 21:28:58 PDT 2005
- Previous message: [Slony1-commit] By cbbrowne: Fix to Makefile for altperl tools per Tim Goodaire; it
- Next message: [Slony1-commit] By cbbrowne: Change to use /bin/sh rather than /usr/bin/bash, as that is
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Changes to Debian control files per Tim Goodaire
* Fixes to configure line in rules file
* Added etc/slony1 and usr/bin to dirs
* Changed Build-Depends, Depends, and Description in control file
Modified Files:
--------------
slony1-engine/debian:
changelog (r1.2 -> r1.3)
control (r1.3 -> r1.4)
dirs (r1.2 -> r1.3)
rules (r1.2 -> r1.3)
slony1.substvars (r1.1 -> r1.2)
-------------- next part --------------
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldebian/changelog -Ldebian/changelog -u -w -r1.2 -r1.3
--- debian/changelog
+++ debian/changelog
@@ -7,3 +7,9 @@
* Added build dependency for groff
-- Tim Goodaire <tgoodair at ca.afilias.info> Tue, 12 Apr 2005 11:39:34 -0500
+
+ * Fixes to configure line in rules file
+ * Added etc/slony1 and usr/bin to dirs
+ * Changed Build-Depends, Depends, and Description in control file
+
+ -- Tim Goodaire <tgoodair at ca.afilias.info> Wed, 04 May 2005 15:24:21 -0500
Index: slony1.substvars
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/slony1.substvars,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldebian/slony1.substvars -Ldebian/slony1.substvars -u -w -r1.1 -r1.2
--- debian/slony1.substvars
+++ debian/slony1.substvars
@@ -1 +1 @@
-shlibs:Depends=libc6 (>= 2.3.2.ds1-4), libpq3 (>= 7.4)
+shlibs:Depends=libc6 (>= 2.3.2.ds1-21), libpq3 (>= 7.4)
Index: dirs
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/dirs,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldebian/dirs -Ldebian/dirs -u -w -r1.2 -r1.3
--- debian/dirs
+++ debian/dirs
@@ -2,3 +2,5 @@
usr/lib/postgresql/lib
usr/share/postgresql
usr/share/doc/slony1-1
+usr/bin
+etc/slony1
Index: rules
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldebian/rules -Ldebian/rules -u -w -r1.2 -r1.3
--- debian/rules
+++ debian/rules
@@ -27,7 +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 --sysconfdir=\$${prefix}/etc/slony1 --with-perltools
+ CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc/slony1 --with-perltools=\$${prefix}/bin --with-docdir=\$${prefix}/share/doc/slony1-1
build: build-stamp
Index: control
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/control,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldebian/control -Ldebian/control -u -w -r1.3 -r1.4
--- debian/control
+++ debian/control
@@ -2,16 +2,15 @@
Section: misc
Priority: optional
Maintainer: Tim Goodaire <tgoodair at ca.afilias.info>
-Build-Depends: debhelper (>= 4.0.0), docbook-dsssl, groff, byacc | bison
+Build-Depends: debhelper (>= 4.0.0), docbook-dsssl, groff, byacc | bison, postgresql-dev (>= 7.3.3), libpq3
Standards-Version: 3.6.1
Package: slony1
Architecture: any
-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
- master-slave system that includes all features and capabilities needed to
- replicate large databases to a reasonably limited number of slave systems.
- Slony-I is a system for data centers and backup sites, where the normal mode
- of operation is that all nodes are available.
+Depends: postgresql (>= 7.3.3), libpq3
+Description: Slony-I is an asynchronous replication system for PostgreSQL
+ This package contains the slon daemon, the slonik language, the 'altperl'
+ Slony-I administration tools, and the Slony-I documentation.
+ .
+ Slony-I is a "master to multiple slaves" replication system for PostgreSQL
+ with cascading and slave promotion.
- Previous message: [Slony1-commit] By cbbrowne: Fix to Makefile for altperl tools per Tim Goodaire; it
- Next message: [Slony1-commit] By cbbrowne: Change to use /bin/sh rather than /usr/bin/bash, as that is
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list