From: Marko Kreen Date: Mon, 20 Sep 2010 20:37:50 +0000 (-0700) Subject: Packaging update X-Git-Tag: pgbouncer_1_4_rc3~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5f83f9613124e5a0c196f9008dd5dc122ae316b;p=pgbouncer Packaging update install 2 binaries: - pgbouncer - without asserts - pgbouncer-dbg - with asserts bump ver to 1.4 alpha --- diff --git a/debian/changelog b/debian/changelog index 9e90652..e5b5bb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pgbouncer (1.4-0alpha1) unstable; urgency=low + + * v1.4 alpha 1 + + -- Marko Kreen Mon, 20 Sep 2010 13:37:15 -0700 + pgbouncer (1.3.3-0rc1) unstable; urgency=low * v1.3.3rc1 diff --git a/debian/packages b/debian/packages index c0525ad..6a1728b 100644 --- a/debian/packages +++ b/debian/packages @@ -8,10 +8,6 @@ Standards-Version: 3.6.2 Description: Lightweight connection pooler for PostgreSQL Copyright: BSD Copyright 2007 Marko Kreen, Skype Technologies -Build: sh - # just in case, build with debugging options - ./configure --prefix=/usr --enable-debug --enable-cassert - make V=1 Clean: sh make clean || true Build-Depends: libevent-dev @@ -23,4 +19,13 @@ Depends: [] Description: Lightweight connection pooler for PostgreSQL . Install: sh + # just in case, build with debugging options + ./configure --prefix=/usr --enable-debug --enable-cassert + make V=1 + make install DESTDIR=$ROOT + mv $ROOT/usr/bin/pgbouncer $ROOT/usr/bin/pgbouncer-dbg + make clean + # now without cassert + ./configure --prefix=/usr --enable-debug + make V=1 make install DESTDIR=$ROOT