From 6349b7cb413d2b3de813ea91224782fd8c04e81f Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Mon, 13 Apr 2009 17:17:12 +0300 Subject: [PATCH] tag tree as 3.0a1 --- configure.ac | 2 +- debian/changelog | 6 ++++++ debian/packages.in | 5 ++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 2233ae44..957e97ea 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(skytools, 3.0-git) +AC_INIT(skytools, 3.0a1) AC_CONFIG_SRCDIR(python/pgqadm.py) dnl Find Python interpreter diff --git a/debian/changelog b/debian/changelog index 60884759..c17b3a59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +skytools (3.0a1-1) unstable; urgency=low + + * 3.0a1 + + -- Marko Kreen Mon, 13 Apr 2009 17:16:02 +0300 + skytools (3.0a-0) unstable; urgency=low * dev tree for 3.0 diff --git a/debian/packages.in b/debian/packages.in index c262f47a..f42e1c80 100644 --- a/debian/packages.in +++ b/debian/packages.in @@ -33,15 +33,14 @@ Install: sh Package: skytools-modules-PGVER Architecture: any Depends: postgresql-PGVER, [] -Conflicts: postgresql-extras-PGVER Description: Extra modules for PostgreSQL It includes various extra modules for PostgreSQL: . txid - 8-byte transaction id's - logtriga - Trigger function to log change in SQL format. - logutriga - Trigger function to log change in urlencoded format. londiste - Database parts of replication engine. pgq - Generic queue in database. + pgq_coop - Cooperative consumer for PgQ. + pgq_node - Cascading module for PgQ. Install: sh PATH=/usr/lib/postgresql/PGVER/bin:$PATH \ make modules-install DESTDIR=$ROOT -- 2.39.5