CVS User Account cvsuser
Tue Nov 29 16:37:03 PST 2005
Log Message:
-----------
Update debian build rules for REL_1_1_STABLE to reflect recent debian package name changes

Tags:
----
REL_1_1_STABLE

Modified Files:
--------------
    slony1-engine/debian:
        changelog (r1.3 -> r1.3.2.1)
        control (r1.5 -> r1.5.2.1)
        files (r1.1 -> r1.1.2.1)
        slony1.substvars (r1.2 -> r1.2.2.1)

-------------- next part --------------
Index: changelog
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/changelog,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -Ldebian/changelog -Ldebian/changelog -u -w -r1.3 -r1.3.2.1
--- debian/changelog
+++ debian/changelog
@@ -13,3 +13,10 @@
   * Changed Build-Depends, Depends, and Description in control file 
 
  -- Tim Goodaire <tgoodair at ca.afilias.info>  Wed, 04 May 2005 15:24:21 -0500
+
+slony1 (1.1.3-1) unstable; urgency=low
+
+  * Changed Build-Depends, Depends, shlibs to reflect the latest PostgreSQL package names
+  * Updated version to 1.1.3-1
+
+ -- Christopher Browne <cbbrowne at ca.afilias.info>  Tue, 29 Nov 2005 11:32:30 -0500
Index: files
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/files,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -Ldebian/files -Ldebian/files -u -w -r1.1 -r1.1.2.1
--- debian/files
+++ debian/files
@@ -1 +1 @@
-slony1_1.1-1_i386.deb misc optional
+slony1_1.1.3-1_i386.deb misc optional
Index: slony1.substvars
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/slony1.substvars,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -Ldebian/slony1.substvars -Ldebian/slony1.substvars -u -w -r1.2 -r1.2.2.1
--- debian/slony1.substvars
+++ debian/slony1.substvars
@@ -1 +1 @@
-shlibs:Depends=libc6 (>= 2.3.2.ds1-21), libpq3 (>= 7.4)
+shlibs:Depends=libc6 (>= 2.3.2.ds1-21), libpq3 (>= 7.4) | libpq4
Index: control
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/debian/control,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -Ldebian/control -Ldebian/control -u -w -r1.5 -r1.5.2.1
--- 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, byacc | bison, postgresql-dev (>= 7.3.3), libpq3, flex
+Build-Depends: debhelper (>= 4.0.0), docbook-dsssl, groff, byacc | bison, postgresql-dev (>= 7.3.3) | postgresql-server-dev-8.0 | postgresql-server-dev-8.1 | postgresql-server-dev-7.4, libpq3, flex
 Standards-Version: 3.6.1
 
 Package: slony1
 Architecture: any
-Depends: postgresql (>= 7.3.3), libpq3
+Depends: postgresql (>= 7.3.3)| postgresql-7.4 | postgresql-8.0 | postgresql-8.1, 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.


More information about the Slony1-commit mailing list