tag 463108 +patch
thanks

I'm attaching a (trivial) patch against the debian/rules files which
allows building
the 1.3.0 version of lib3ds in Etch / sid. Please upload / NMU if you
can.

Teemu
--- /home/tpikonen/src/lib3ds-dev-deb/lib3ds-1.2.0/debian/rules	2008-01-30 17:07:48.000000000 +0100
+++ lib3ds-1.3.0/debian/rules	2008-02-01 14:58:20.000000000 +0100
@@ -25,7 +25,7 @@
 AM_INPUT       := $(shell find -name Makefile.am)
 AM_OUTPUT      := $(patsubst %.am,%.in,$(AM_INPUT))
 AUTO_MAKEFILES := $(patsubst %.am,%,$(AM_INPUT))
-AUTOGEN        := ltmain.sh ltconfig depcomp\
+AUTOGEN        := ltconfig depcomp\
 		  install-sh missing mkinstalldirs $(AM_OUTPUT) \
 		  config.guess config.sub configure \
 		  $(AUTO_MAKEFILES)
@@ -41,7 +41,7 @@
 	dh_testdir
 
 	rm -f $(AUTOGEN)
-	aclocal -I m4
+	aclocal
 	automake --add-missing
 	autoconf
 	autoheader

Reply via email to