[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#4550: Build of "ae" fails since it's statically linked



Package: ae
Version: 962-9

1)  "debian/rules" uses "dpkg-shlibdeps" as you normally would, but
    for "ae" it's not necessary since "ae" is compiled statically.
    Unfortunately, "dpkg-shlibdeps" does not handle this case.

The following patch corrects the problem:
diff -ruN orig/ae-962/debian/rules ae-962/debian/rules
--- orig/ae-962/debian/rules	Sat Sep 21 16:47:42 1996
+++ ae-962/debian/rules	Sat Sep 21 16:52:52 1996
@@ -59,7 +59,6 @@
 	install modeless.ti debian/tmp/usr/doc/ae/modeless.ti
 	gzip -9f debian/tmp/usr/doc/ae/*
 	gzip -9f debian/tmp/usr/man/man1/ae.1
-	dpkg-shlibdeps $(package)
 	dpkg-gencontrol
 	chown -R root.root debian/tmp
 	chmod -R g-ws debian/tmp



Reply to: