On Tue, February 14, 2006 18:02, Roger Leigh wrote: > > It would work for the Build-Depends, but not for the Depends (because > it would let you build against 8.1, and then install the 7.3 headers > when you install libpqxx-dev, which will probably break). If this was > a build dependency alone, this approach would be fine.
FWIW, I changed things a while back so that the libpq headers are *only* needed while building libpqxx. So replacing 8.1 headers by 7.3 headers after libpqxx was built is no problem at all. The only thing that still matters at that stage is that the libpq binary be no older than the one libpqxx was built against (newer is okay, as are minor downgrades). > It's probably fine to stick with stable, since I will be providing the > packages in unstable in any case (depending on how stable they are, > probably after 3.0, but possibly before if you think it's ready for > use). Yes, I guess stable is conservative enough in any case. Thanks. Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
