On Tue, Oct 08, 2013 at 03:44:11PM -0700, Daniel Farina wrote: > I've been working on trying to hack up the packaging of PostGIS to try > and cope better with multiple, simultaneously installed versions. To > that end, I am setting "--prefix=/opt/postgresql-9.3-postgis-2.1" and > stuffing most of the supporting libraries it generates in there. I hope that's not for the actual packages but for some private package.
> dh_shlibdeps \ > -l/build/buildd/postgresql-9.3-postgis-2.1-src-2.1.0/debian/tmp/opt/postgresql-9.3-postgis-2.1/lib Did you try -Lpostgresql-9.3-postgis-2.1 To me the -L option looks better for this sort of thing than the -l hack. Also on the command line dpkg-shlibdeps -v with the -S flag. -- Craig Small VK2XLZ http://enc.com.au/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint: 5D2F B320 B825 D939 04D2 0519 3938 F96B DF50 FEA5 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

