|
|
@ -50,16 +50,6 @@ configure: configure-stamp
|
|
|
|
configure-stamp:
|
|
|
|
configure-stamp:
|
|
|
|
dh_testdir
|
|
|
|
dh_testdir
|
|
|
|
|
|
|
|
|
|
|
|
# Apply Debian specific patches
|
|
|
|
|
|
|
|
if test ! -f patch-stamp; then \
|
|
|
|
|
|
|
|
for patch in $(CURDIR)/debian/patches/*.diff ;\
|
|
|
|
|
|
|
|
do \
|
|
|
|
|
|
|
|
echo APPLYING PATCH\: $${patch##*/};\
|
|
|
|
|
|
|
|
patch -p1 < $$patch ;\
|
|
|
|
|
|
|
|
done ;\
|
|
|
|
|
|
|
|
touch patch-stamp ;\
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
! [ -f /usr/share/libtool/ltmain.sh ] || \
|
|
|
|
! [ -f /usr/share/libtool/ltmain.sh ] || \
|
|
|
|
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
|
|
|
cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
|
|
|
|
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
|
|
|
|
! [ -f /usr/share/libtool/config/ltmain.sh ] || \
|
|
|
@ -102,16 +92,6 @@ clean:
|
|
|
|
dh_testroot
|
|
|
|
dh_testroot
|
|
|
|
rm -f build-stamp configure-stamp debian/debiandirs
|
|
|
|
rm -f build-stamp configure-stamp debian/debiandirs
|
|
|
|
|
|
|
|
|
|
|
|
# Remove Debian specific patches
|
|
|
|
|
|
|
|
if test -f patch-stamp; then \
|
|
|
|
|
|
|
|
for patch in $(CURDIR)/debian/patches/*.diff ;\
|
|
|
|
|
|
|
|
do \
|
|
|
|
|
|
|
|
echo REMOVING PATCH\: $${patch##*/};\
|
|
|
|
|
|
|
|
patch -p1 -R < $$patch ;\
|
|
|
|
|
|
|
|
done ;\
|
|
|
|
|
|
|
|
rm -f patch-stamp ;\
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove build tree
|
|
|
|
# Remove build tree
|
|
|
|
rm -rf $(objdir)
|
|
|
|
rm -rf $(objdir)
|
|
|
|
|
|
|
|
|
|
|
|