Source: djvulibre
Version: 3.5.25-1

debian/rules includes the following code:
| override_dh_auto_make:
|       $(MAKE) -k depend       # otherwise a missing Makefile.dep blows up
| # deliciously monstrous libtool workaround by Cthulhu via 
h.p.lovecr...@ubuntu.com,
| # http://patches.ubuntu.com/d/djvulibre/djvulibre_3.5.22-1ubuntu1.patch
| ifeq ($(DEB_HOST_GNU_TYPE),arm-linux-gnueabi)
|       sed -i.orig '/^LIBS/s/-lm/-lm -lsupc++ -lgcc/' libdjvu/Makefile
|       touch -r libdjvu/Makefile.orig libdjvu/Makefile
| endif
|       dh_auto_make

But there is no such command as dh_auto_make, so dh never runs the override.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to