|
|
|
@ -28,6 +28,17 @@ endif
|
|
|
|
|
|
|
|
|
|
config.status: configure
|
|
|
|
|
dh_testdir
|
|
|
|
|
|
|
|
|
|
# Regenerate build system
|
|
|
|
|
! [ -f /usr/share/libtool/ltmain.sh ] || \
|
|
|
|
|
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
|
|
|
|
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
|
|
|
|
|
cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
|
|
|
|
|
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
|
|
|
|
|
|
|
|
|
make -f admin/Makefile.common cvs
|
|
|
|
|
touch debian/stamp-bootstrap
|
|
|
|
|
|
|
|
|
|
# Add here commands to configure the package.
|
|
|
|
|
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
|
|
|
|
|
--prefix=$(DEB_CONFIGURE_PREFIX) \
|
|
|
|
|