Daniel wrote: > I think I found a way to accept either "postgresql-9.1-postgis-2.0" > or "postgresql-9.1-postgis" as dependency, whatever is available.
Hi, without seeing your approach, fwiw in the control file Depends line(s) if you set: postgresql-9.1-postgis-2.0 | postgresql-9.1-postgis, it will be ok with either. if both are available it will go with the first. if that's in your Build-depends: line then the run-time installation will have to match the build- time one. regards, Hamish _______________________________________________ Live-demo mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/live-demo http://live.osgeo.org http://wiki.osgeo.org/wiki/Live_GIS_Disc
