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

iliad: Half way to add Iliad..

This commit is contained in:
Holger Hans Peter Freyther 2012-10-21 16:13:41 +02:00
parent 0e7e00686e
commit 2b1f83f90a
6 changed files with 28 additions and 1 deletions

View File

@ -18,8 +18,22 @@ 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-openbsc-test.star
osmo-st-openbsc-test.star iliad
@echo "Built all"
iliad:
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/Swazoo/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/Core/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/More/HTML5Elements/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/More/Magritte/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/More/Formula/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/More/UI/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/More/Examples/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/More/RSS/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/More/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/More/Comet/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/package.xml
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) iliad-stable/Tests/package.xml
source-package:
dpkg-buildpackage -S

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
osmo-smalltalk (1-4) unstable; urgency=low
* Add Grease and Iliad, update the testphone and gsm package
-- Holger Freyther <holger@freyther.de> Sun, 21 Oct 2012 16:09:41 +0200
osmo-smalltalk (1-3) unstable; urgency=low
* Package the FakeBTS.

4
debian/control vendored
View File

@ -73,3 +73,7 @@ Architecture: all
Depends: ${misc:Depends} ${gst:Depends}
Description: TODO
Package: iliad
Architecture: all
Depends: ${misc:Depends} ${gst:Depends}
Description: TODO

1
debian/iliad.install vendored Normal file
View File

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

View File

@ -18,3 +18,4 @@ merge osmo-st-msc
merge osmo-st-sip
merge osmo-st-testphone
merge osmo-st-openbsc-test
merge iliad-stable

View File

@ -24,3 +24,4 @@ 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
merge iliad-stable git://github.com/NicolasPetton/iliad-stable.git