On Feb 19, 2010, at 2:06 PM, Pierre Chifflier wrote: > Hi all, > > I'm adding David (pgTAP author) in CC: of this discussion. > > David: this is about finding if binaries (pg_prove and pg_tapgen) should > be stored in /usr/bin (if it is common to all postgresql versions) or in > /usr/lib/postgresql/*/bin if it is version-specific. > The complete discussion can be found here: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568106 > > If it's version specific, I think I should add the version to the name > of the binary package.
* pg_tapgen should not be distributed with pg_prove. * pg_prove is dependent only on the Tap::Parser module from the CPAN. It does not care what version of pgTAP you have installed. I might end up moving pg_prove itself to CPAN. * pgTAP itself compiles against a specific version of PostgreSQL, but in 8.4 and later there is (currently) no C compiling required. So it could be used unmodified in 8.4.0+. 8.3 and down require the compilation of a C library, so that would be version-specific. HTH, David -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org