[Pkg-voip-commits] r6185 - in /tools/builder: dahdi-modules/debian/rules zaptel-modules/debian/rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Sep 9 19:52:05 UTC 2008


Author: tzafrir-guest
Date: Tue Sep  9 19:52:05 2008
New Revision: 6185

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6185
Log:
* Put modules in /usr/lib/dummy-debs (inside the dummy deb package)
* Don't try to build "common" header directories under /usr/src.

Modified:
    tools/builder/dahdi-modules/debian/rules
    tools/builder/zaptel-modules/debian/rules

Modified: tools/builder/dahdi-modules/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/tools/builder/dahdi-modules/debian/rules?rev=6185&op=diff
==============================================================================
--- tools/builder/dahdi-modules/debian/rules (original)
+++ tools/builder/dahdi-modules/debian/rules Tue Sep  9 19:52:05 2008
@@ -41,7 +41,7 @@
 ifndef ZAP_MOD_NO_BUILD
 	SIGNCHANGES=1 DEBSIGNCOMMAND=not_an_executable \
 	m-a -u . -i -t -f \
-	  -k "`echo /usr/src/linux-headers-2.*.*-*-* | grep -v '*'`" \
+	  -k "`echo /usr/src/linux-headers-2.*.*-*-* | grep -v common| grep -v '*'`" \
 	  build dahdi >../dahdi-modules-buildlog
 endif
 	touch $@
@@ -62,8 +62,8 @@
 	dh_clean -k 
 	#  embed the built packages into the dummy package
 	#  in order to copy them out of the build environment
-	dh_installdirs usr/share/dahdi
-	dh_install *.deb *.changes usr/share/dahdi
+	dh_installdirs usr/lib/dummy-debs
+	dh_install *.deb *.changes usr/lib/dummy-debs
 	
 	# Add here commands to install the package into debian/tmp
 

Modified: tools/builder/zaptel-modules/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/tools/builder/zaptel-modules/debian/rules?rev=6185&op=diff
==============================================================================
--- tools/builder/zaptel-modules/debian/rules (original)
+++ tools/builder/zaptel-modules/debian/rules Tue Sep  9 19:52:05 2008
@@ -41,7 +41,7 @@
 ifndef ZAP_MOD_NO_BUILD
 	SIGNCHANGES=1 DEBSIGNCOMMAND=not_an_executable \
 	m-a -u . -i -t -f \
-	  -k "`echo /usr/src/linux-headers-2.*.*-*-* | grep -v '*'`" \
+	  -k "`echo /usr/src/linux-headers-2.*.*-*-* | grep -v common | grep -v '*'`" \
 	  build zaptel >../zaptel-modules-buildlog
 endif
 	touch $@
@@ -62,8 +62,8 @@
 	dh_clean -k 
 	#  embed the built packages into the dummy package
 	#  in order to copy them out of the build environment
-	dh_installdirs usr/share/zaptel
-	dh_install *.deb *.changes usr/share/zaptel
+	dh_installdirs usr/lib/dummy-debs
+	dh_install *.deb *.changes usr/lib/dummy-debs
 	
 	# Add here commands to install the package into debian/tmp
 




More information about the Pkg-voip-commits mailing list