[Pkg-voip-commits] r10085 - in /dahdi-firmware/trunk/debian: changelog install rules

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Mon Jan 28 15:42:49 UTC 2013


Author: tzafrir
Date: Mon Jan 28 15:42:48 2013
New Revision: 10085

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10085
Log:
Move old Zapata bitfiles (*.rbt) to this package (Closes: #699104).

Modified:
    dahdi-firmware/trunk/debian/changelog
    dahdi-firmware/trunk/debian/install
    dahdi-firmware/trunk/debian/rules

Modified: dahdi-firmware/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-firmware/trunk/debian/changelog?rev=10085&op=diff
==============================================================================
--- dahdi-firmware/trunk/debian/changelog (original)
+++ dahdi-firmware/trunk/debian/changelog Mon Jan 28 15:42:48 2013
@@ -1,6 +1,7 @@
 dahdi-firmware (2.6.1-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Move old Zapata bitfiles (*.rbt) to this package (Closes: #699104).
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Sun, 10 Jun 2012 13:38:32 +0300
 

Modified: dahdi-firmware/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-firmware/trunk/debian/install?rev=10085&op=diff
==============================================================================
--- dahdi-firmware/trunk/debian/install (original)
+++ dahdi-firmware/trunk/debian/install Mon Jan 28 15:42:48 2013
@@ -2,3 +2,4 @@
 drivers/dahdi/firmware/Makefile		var/lib/dahdi/digium-firm
 debian/get-digium-firmware		usr/share/dahdi
 debian/OCT6104E-256D.ima		usr/share/dahdi
+drivers/dahdi/dahdi-fw-*.bin		lib/firmware/ 

Modified: dahdi-firmware/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-firmware/trunk/debian/rules?rev=10085&op=diff
==============================================================================
--- dahdi-firmware/trunk/debian/rules (original)
+++ dahdi-firmware/trunk/debian/rules Mon Jan 28 15:42:48 2013
@@ -12,6 +12,20 @@
 # included in the tarball. The same tarball is properly built in
 # dahdi-linux
 
+drivers/dahdi/makefw: drivers/dahdi/makefw.c
+	$(CC) $(CFLAGS) -Wall -Wextra -o $@ $<
+
+drivers/dahdi/dahdi-fw-tor2.bin: drivers/dahdi/tormenta2.rbt drivers/dahdi/makefw
+	drivers/dahdi/makefw $< -b > $@
+
+drivers/dahdi/dahdi-fw-pciradio.bin: drivers/dahdi/pciradio.rbt drivers/dahdi/makefw
+	drivers/dahdi/makefw $< -b > $@
+
+build/dahdi-firmware-nonfree:: drivers/dahdi/dahdi-fw-tor2.bin drivers/dahdi/dahdi-fw-pciradio.bin
+
+clean::
+	rm -f drivers/dahdi/makefw drivers/dahdi/dahdi-fw-*.bin
+
 install/dahdi-firmware::
 	chmod +x $(CURDIR)/debian/dahdi-firmware/usr/share/dahdi/get-digium-firmware
 




More information about the Pkg-voip-commits mailing list