+pgbouncer (1.4-0alpha1) unstable; urgency=low
+
+ * v1.4 alpha 1
+
+ -- Marko Kreen <marko.kreen@skype.net> Mon, 20 Sep 2010 13:37:15 -0700
+
pgbouncer (1.3.3-0rc1) unstable; urgency=low
* v1.3.3rc1
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
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