smalltalk
/
osmo-st-all
Archived
1
0
Fork 0

fakebts: Add the fakebts to the repository

This commit is contained in:
Holger Hans Peter Freyther 2012-10-12 13:34:38 +02:00
parent 2ab7b133a5
commit 9770af3070
7 changed files with 24 additions and 3 deletions

View File

@ -1,7 +1,8 @@
.PHONY = osmo-st-asn1.star osmo-st-core.star osmo-st-gsm.star osmo-st-logging.star \
osmo-st-mgcp.star osmo-st-msc.star osmo-st-network.star osmo-st-sip.star \
osmo-st-testphone.star petitparser.star petitparser-tests.star soapopera.star
osmo-st-testphone.star petitparser.star petitparser-tests.star soapopera.star \
osmo-st-openbsc-test.star
GST_PACKAGE = gst-package
GST_PACKAGE_ARGS =
@ -9,9 +10,13 @@ GST_PACKAGE_ARGS =
%.star:
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) `basename $@ .star`/package.xml
osmo-st-openbsc-test.star:
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) osmo-st-openbsc-test/fakebts/package.xml
all:
install: osmo-st-core.star osmo-st-asn1.star osmo-st-gsm.star osmo-st-logging.star \
osmo-st-mgcp.star osmo-st-msc.star osmo-st-network.star osmo-st-sip.star \
osmo-st-testphone.star petitparser.star petitparser-tests.star soapopera.star
osmo-st-testphone.star petitparser.star petitparser-tests.star soapopera.star \
osmo-st-openbsc-test.star
@echo "Built all"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
osmo-smalltalk (1-3) unstable; urgency=low
* Package the FakeBTS.
-- Holger Freyther <holger@freyther.de> Fri, 12 Oct 2012 13:27:13 +0200
osmo-smalltalk (1-2) unstable; urgency=low
* Fix the dependencies between star files by using script from gst.

5
debian/control vendored
View File

@ -53,6 +53,11 @@ Architecture: all
Depends: ${misc:Depends} ${gst:Depends}
Description: TODO
Package: osmo-st-openbsc-test
Architecture: all
Depends: ${misc:Depends} ${gst:Depends}
Description: TODO
Package: petitparser
Architecture: all
Depends: ${misc:Depends} ${gst:Depends}

1
debian/osmo-st-openbsc-test.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/gnu-smalltalk/FakeBTS.star

View File

@ -66,3 +66,6 @@
[remote "soapopera"]
url = git://gitorious.org/gnu-smalltalk-ports/soapopera.git
fetch = +refs/heads/*:refs/remotes/soapopera/*
[remote "osmo-st-openbsc-test"]
url = git://git.osmocom.org/smalltalk/osmo-st-openbsc-test
fetch = +refs/heads/*:refs/remotes/osmo-st-openbsc-test/*

View File

@ -17,4 +17,4 @@ merge osmo-st-gsm
merge osmo-st-msc
merge osmo-st-sip
merge osmo-st-testphone
merge osmo-st-openbsc-test

View File

@ -23,3 +23,4 @@ merge osmo-st-testphone git://git.osmocom.org/smalltalk/osmo-st-testphone
merge petitparser git://gitorious.org/gnu-smalltalk-ports/petitparser
merge petitparser-tests git://gitorious.org/gnu-smalltalk-ports/petitparser-tests.git
merge soapopera git://gitorious.org/gnu-smalltalk-ports/soapopera.git
merge osmo-st-openbsc-test git://git.osmocom.org/smalltalk/osmo-st-openbsc-test