Bug#294746: patch
Mike O'Connor
Mike O'Connor <stew@vireo.org>, 294746@bugs.debian.org
Tue Mar 8 07:41:06 2005
This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.
--=_cory-3704-1110291363-0001-2
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
tags 294746 +patch
The line that does the actual building for libantlr-dev was commented
out in debian/rules.
Here is a patch which fixes this:
--- rules 2005-03-08 09:07:39.000000000 -0500
+++ rules.fixed 2005-03-08 09:08:46.000000000 -0500
@@ -49,7 +49,7 @@
dh_testroot
dh_clean -k
dh_installdirs
-# cd lib/cpp; $(MAKE) install prefix=3D`pwd`/../../debian/libantlr-de=
v/usr
+ cd lib/cpp; $(MAKE) install prefix=3D`pwd`/../../debian/libantlr-de=
v/usr
install -m755 cantlr debian/cantlr/usr/bin
=20
# Build architecture-independent files here.
--=_cory-3704-1110291363-0001-2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Transfer-Encoding: 7bit
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQBCLbOL9Cbhsr6b+NoRAvC7AJ9+FSG4pzMvjV5hBgN95yJikwdpRACfRDPY
PvIdTH5BUh9WqtHsRVigjpc=
=NAAA
-----END PGP SIGNATURE-----
--=_cory-3704-1110291363-0001-2--