From ed4007f733047df7d20997b9b3baa1e664477767 Mon Sep 17 00:00:00 2001 From: Nicholas Amorim Date: Wed, 4 Feb 2009 16:45:38 +0000 Subject: [PATCH] Debian package now copying the copyright and changelog files to the right place. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11633 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- debian/rules | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/debian/rules b/debian/rules index d068175516..371f1156f2 100755 --- a/debian/rules +++ b/debian/rules @@ -61,7 +61,7 @@ config.status: configure touch modules.conf echo $(MODULES) 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 --prefix=/opt/freeswitch --with-modinstdir=/usr/lib/freeswitch/modules --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES} configure: if test ! -f Makefile.in ; then \ @@ -115,31 +115,15 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot -# dh_installchangelogs -# dh_installdocs -# dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installcatalogs -# dh_installpam -# dh_installmime + dh_installdocs + dh_installchangelogs dh_installinit --sourcedir=debian/tmp -# dh_installcron -# dh_installinfo -# dh_undocumented -# dh_installman cp debian/monit/freeswitch.monitrc debian/freeswitch/etc/monit/freeswitch.monitrc dh_install --sourcedir=debian/tmp dh_link dh_strip --dbg-package=freeswitch dh_compress dh_fixperms --exclude /opt/freeswitch/conf -# dh_perl -# dh_python -# dh_makeshlibs dh_installdeb dh_shlibdeps --exclude=/opt/freeswitch dh_gencontrol