[Pkg-voip-commits] r6181 - in /tools/builder/dahdi-modules: ./ debian/control debian/rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Sep 9 06:37:05 UTC 2008


Author: tzafrir-guest
Date: Tue Sep  9 06:37:03 2008
New Revision: 6181

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6181
Log:
A dahdi-modules dummy package, based on zaptel-modules.

Added:
    tools/builder/dahdi-modules/   (props changed)
      - copied from r6173, tools/builder/zaptel-modules/
Modified:
    tools/builder/dahdi-modules/debian/control
    tools/builder/dahdi-modules/debian/rules

Propchange: tools/builder/dahdi-modules/
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: tools/builder/dahdi-modules/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/tools/builder/dahdi-modules/debian/control?rev=6181&op=diff
==============================================================================
--- tools/builder/dahdi-modules/debian/control (original)
+++ tools/builder/dahdi-modules/debian/control Tue Sep  9 06:37:03 2008
@@ -1,16 +1,16 @@
-Source: zaptel-modules
+Source: dahdi-modules
 Section: devel
 Priority: extra
 Maintainer: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-Build-Depends-Indep: debhelper, zaptel-source, linux-headers-2.6.26-1-all
+Build-Depends-Indep: debhelper, dahdi-source, linux-headers-2.6.26-1-all
 Standards-Version: 3.8.0.0
 Architecture: all
 
-Package: zaptel-modules-dummy
+Package: dahdi-modules-dummy
 Section: devel
 Priority: extra
 Architecture: all
-Description: dummy package to be "generated" by zaptel-modules
+Description: dummy package to be "generated" by dahdi-modules
  A dummy package generated as part of the build process of the 
- zaptel-modules-* packages. There is no point installing it.
+ dahdi-modules-* packages. There is no point installing it.
 

Modified: tools/builder/dahdi-modules/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/tools/builder/dahdi-modules/debian/rules?rev=6181&op=diff
==============================================================================
--- tools/builder/dahdi-modules/debian/rules (original)
+++ tools/builder/dahdi-modules/debian/rules Tue Sep  9 06:37:03 2008
@@ -42,7 +42,7 @@
 	SIGNCHANGES=1 DEBSIGNCOMMAND=not_an_executable \
 	m-a -u . -i -t -f \
 	  -k "`echo /usr/src/linux-headers-2.*.*-*-* | grep -v '*'`" \
-	  build zaptel >../zaptel-modules-buildlog
+	  build dahdi >../dahdi-modules-buildlog
 endif
 	touch $@
 
@@ -52,7 +52,7 @@
 	rm -f build-stamp configure-stamp
 	
 	# Add here commands to clean up after the build process.
-	rm -f zaptel-modules*.deb zaptel-modules*.changes
+	rm -f dahdi-modules*.deb dahdi-modules*.changes
 	rm -rf usr_src var_cache_modass
 	dh_clean 
 
@@ -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/share/dahdi
+	dh_install *.deb *.changes usr/share/dahdi
 	
 	# Add here commands to install the package into debian/tmp
 




More information about the Pkg-voip-commits mailing list