[Pkg-voip-commits] [dahdi-firmware] 47/71: Move old Zapata bitfiles (*.rbt) to this package (Closes: #699104).

tzafrir at debian.org tzafrir at debian.org
Thu Mar 31 20:24:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-firmware.

commit 4942a893c8d2b39cf184e0a5a745a8f37069d6c0
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Mon Jan 28 15:42:48 2013 +0000

    Move old Zapata bitfiles (*.rbt) to this package (Closes: #699104).
    
    git-svn-id: svn://anonscm.alioth.debian.org/svn/pkg-voip/dahdi-firmware/trunk@10085 5e74be4b-f5d6-0310-a852-e9e23c5afa6a
---
 debian/changelog |  1 +
 debian/install   |  1 +
 debian/rules     | 14 ++++++++++++++
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0f352de..a90c350 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
diff --git a/debian/install b/debian/install
index faaf409..c121aad 100644
--- a/debian/install
+++ b/debian/install
@@ -2,3 +2,4 @@ drivers/dahdi/xpp/firmwares/*.hex	usr/share/dahdi
 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/ 
diff --git a/debian/rules b/debian/rules
index fbb234e..7c6efc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,20 @@ URL := http://downloads.asterisk.org/pub/telephony/dahdi-linux/releases/dahdi-li
 # 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-firmware.git



More information about the Pkg-voip-commits mailing list