Re: [GENERAL] Scripts to build the various debian packages from postgresql source

2013-12-16 Thread imagene...@gmail.com
http://www.debian.org/doc/manuals/maint-guide/build.en.html Resolved. On Mon, Dec 16, 2013 at 3:53 PM, imagene...@gmail.com wrote: > Typo of course: > > $ver=9.3 > $type=main > ./configure --prefix=/usr/lib/postgresql/$ver/ > --datarootdir=/usr/share/postgresql/$ver > --sysconfdir=/etc/postgresq

Re: [GENERAL] Scripts to build the various debian packages from postgresql source

2013-12-16 Thread imagene...@gmail.com
Typo of course: $ver=9.3 $type=main ./configure --prefix=/usr/lib/postgresql/$ver/ --datarootdir=/usr/share/postgresql/$ver --sysconfdir=/etc/postgresql/$ver/$type On Mon, Dec 16, 2013 at 3:47 PM, imagene...@gmail.com wrote: > I would like to build from source, however I would like to integrate

[GENERAL] Scripts to build the various debian packages from postgresql source

2013-12-16 Thread imagene...@gmail.com
I would like to build from source, however I would like to integrate with the scripts included in the ubuntu packages from https://wiki.postgresql.org/wiki/Apt. Where are the scripts that are used to build the various relevant packages from presumably these postgresql sources: http://www.postgresq