[Pkg-voip-commits] r2231 - zaptel/trunk/debian

Mark Purcell msp at costa.debian.org
Sat Aug 12 14:43:05 UTC 2006


Author: msp
Date: 2006-08-12 14:43:03 +0000 (Sat, 12 Aug 2006)
New Revision: 2231

Modified:
   zaptel/trunk/debian/changelog
   zaptel/trunk/debian/control
   zaptel/trunk/debian/rules
   zaptel/trunk/debian/zaptel.install
Log:
* Install zaptel.conf.sample as a confile under /etc
* Add Recommends: zaptel-modules
* TODO
 - Report error conditions better in init.d, rather than just || true

Modified: zaptel/trunk/debian/changelog
===================================================================
--- zaptel/trunk/debian/changelog	2006-08-11 20:46:18 UTC (rev 2230)
+++ zaptel/trunk/debian/changelog	2006-08-12 14:43:03 UTC (rev 2231)
@@ -1,8 +1,13 @@
 zaptel (1:1.2.7.dfsg-4) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Install zaptel.conf.sample as a confile under /etc
+  * Add Recommends: zaptel-modules
+ 
+  * TODO
+   - Report error conditions better in init.d, rather than just || true
 
- -- Mark Purcell <msp at debian.org>  Thu, 10 Aug 2006 23:46:08 +0100
+ -- Mark Purcell <msp at debian.org>  Sat, 12 Aug 2006 11:52:44 +0100
 
 zaptel (1:1.2.7.dfsg-3) unstable; urgency=low
 

Modified: zaptel/trunk/debian/control
===================================================================
--- zaptel/trunk/debian/control	2006-08-11 20:46:18 UTC (rev 2230)
+++ zaptel/trunk/debian/control	2006-08-12 14:43:03 UTC (rev 2231)
@@ -12,6 +12,7 @@
 # Xorcom packages depend on xpp-firmware. Debian zaptel will probably 
 # just recommend it.
 Depends: ${shlibs:Depends}, procps, fxload
+Recommends: zaptel-modules
 Description: zapata telephony utilities
  Userspace utilities for configuring the Zapata telephony kernel driver, 
  which supports various telephony hardware, such as Wildcard series of

Modified: zaptel/trunk/debian/rules
===================================================================
--- zaptel/trunk/debian/rules	2006-08-11 20:46:18 UTC (rev 2230)
+++ zaptel/trunk/debian/rules	2006-08-12 14:43:03 UTC (rev 2231)
@@ -109,8 +109,10 @@
 	$(MAKE) install-programs INSTALL_PREFIX=$(CURDIR)/debian/tmp
 	$(MAKE) -C xpp/utils install DESTDIR=$(CURDIR)/debian/tmp
 	/sbin/ldconfig -n $(CURDIR)/debian/tmp/usr/lib
+	install -m 644 zaptel.conf.sample $(CURDIR)/debian/tmp/etc/zaptel.conf
+
 	dh_install -a --sourcedir=$(CURDIR)/debian/tmp 
-	
+
 	cp $(CURDIR)/debian/zaptel.permissions.rules \
 	  $(CURDIR)/debian/$(PREFIX)/etc/udev/rules.d/zaptel.perms
 	cp debian/$(PREFIX).lintian \

Modified: zaptel/trunk/debian/zaptel.install
===================================================================
--- zaptel/trunk/debian/zaptel.install	2006-08-11 20:46:18 UTC (rev 2230)
+++ zaptel/trunk/debian/zaptel.install	2006-08-12 14:43:03 UTC (rev 2231)
@@ -1,3 +1,4 @@
+etc/zaptel.conf
 sbin/*
 usr/sbin/*
 usr/share/zaptel/*




More information about the Pkg-voip-commits mailing list