Script to fix libc dependencies
-----BEGIN PGP SIGNED MESSAGE-----
Based on the script idea by C. Lameter, I do the following to build a .deb
package: In debian/rules, just before "dpkg-gencontrol", I write:
cd debian; ./fix-substvars
where debian/fix-substvars is:
#!/bin/sh
./fix-version substvars > tmp.substvars
mv tmp.substvars substvars
and fix-version is:
#!/bin/sed -f
/ (\(.*\..*\)\..*-.*)/s// (\1\.0-0)/g
I would like an "authoritative source" to tell me whether this is ok or
not, at least when substvars does only contain the libc5 dependency.
Thanks.
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3i
Charset: latin1
iQCVAwUBMsPGRiqK7IlOjMLFAQE6mgP/UeLCoV8SkvAkdLjhdgNnt3yijjIHzoGw
F1Dq6kzwzvssPSR4QNoMiuOTz5yzg0NenhI8X7zGb1GpXG5NntfVumd64lU3pmZS
d8VT7+J+2vPfPX3dce88OH+dUKrshKnmCXu0pymq/bG9LmZUwtJ793EC7E+MP656
B2S0cTarDf8=
=jisM
-----END PGP SIGNATURE-----
Santiago Vila <sanvila@ctv.es>
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com
Reply to: