|
|
|
@ -24,6 +24,17 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
|
|
|
|
cp -f /usr/share/misc/config.sub config.sub
|
|
|
|
@ -40,14 +51,6 @@ build: build-stamp
|
|
|
|
|
build-stamp: config.status
|
|
|
|
|
dh_testdir
|
|
|
|
|
|
|
|
|
|
! [ -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
|
|
|
|
|
|
|
|
|
|
# Add here commands to compile the package.
|
|
|
|
|
$(MAKE)
|
|
|
|
|
#docbook-to-man debian/ksquirrel.sgml > ksquirrel.1
|
|
|
|
|