need more testing of the .pc applied_patches stuff .. this does not work as advertised yet

This commit is contained in:
cypromis 2010-10-15 06:51:55 +02:00
parent e0632e6498
commit 0c89de8fb6
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
freeswitch (1.0.head-git.master,20101014.1-1) unstable; urgency=low
freeswitch (1.0.head~git.master.20101014.1-1) unstable; urgency=low
* replaced mod_openzap with mod_freetdm
* added mod_theora

2
debian/rules vendored
View File

@ -173,7 +173,7 @@ config.status: configure
for i in $(MODULES); do echo $$i >> modules.conf; done
./configure --prefix=/opt/freeswitch --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
configure: bootstrap.sh .pc/applied-patches
configure: bootstrap.sh # .pc/applied-patches
dh_testdir
test -e /usr/share/misc/config.sub && cp -f /usr/share/misc/config.sub build/config/config.sub
test -e /usr/share/misc/config.guess && cp -f /usr/share/misc/config.guess build/config/config.guess