]> granicus.if.org Git - pgbouncer/commitdiff
Packaging update
authorMarko Kreen <markokr@gmail.com>
Mon, 20 Sep 2010 20:37:50 +0000 (13:37 -0700)
committerMarko Kreen <markokr@gmail.com>
Mon, 20 Sep 2010 20:37:50 +0000 (13:37 -0700)
install 2 binaries:
 - pgbouncer     - without asserts
 - pgbouncer-dbg - with asserts

bump ver to 1.4 alpha

debian/changelog
debian/packages

index 9e90652b6f1b2a0073c13bdc246465bdd4dd1a77..e5b5bb7afe99c9cc3f17af21d7ea1e753f9918c6 100644 (file)
@@ -1,3 +1,9 @@
+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
index c0525ad8dc61001257fd9f92f8edfc6aa34b8d7b..6a1728b9747b0a65fdbfef1c6d553f1b764f078d 100644 (file)
@@ -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