[Freeswitch-svn] [commit] r11633 - freeswitch/trunk/debian

FreeSWITCH SVN nicholas at freeswitch.org
Wed Feb 4 08:45:38 PST 2009


Author: nicholas
Date: Wed Feb  4 10:45:38 2009
New Revision: 11633

Log:
Debian package now copying the copyright and changelog files to the right place.

Modified:
   freeswitch/trunk/debian/rules

Modified: freeswitch/trunk/debian/rules
==============================================================================
--- freeswitch/trunk/debian/rules	(original)
+++ freeswitch/trunk/debian/rules	Wed Feb  4 10:45:38 2009
@@ -61,7 +61,7 @@
 	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-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



More information about the Freeswitch-svn mailing list