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

debian: Package all depedencies for the Osmo Smalltalk

This commit is contained in:
Holger Hans Peter Freyther 2012-10-12 12:33:53 +02:00
parent f2cd1ab159
commit 936ee475b8
20 changed files with 123 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
*.sw?
install
debian/tmp

View File

@ -9,7 +9,9 @@ GST_PACKAGE_ARGS =
%.star:
$(GST_PACKAGE) $(GST_PACKAGE_ARGS) `basename $@ .star`/package.xml
all: osmo-st-core.star osmo-st-asn1.star osmo-st-gsm.star osmo-st-logging.star \
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
@echo "Built all"

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
osmo-smalltalk (1-1) unstable; urgency=low
* Package all of the Smalltalk for Osmocom.
-- Holger Freyther <holger@freyther.de> Fri, 12 Oct 2012 09:48:12 +0200

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
8

70
debian/control vendored Normal file
View File

@ -0,0 +1,70 @@
Source: osmo-smalltalk
Section: unknown
Priority: extra
Maintainer: Holger Freyther <holger@freyther.de>
Build-Depends: debhelper (>= 8.0.0), libgst-dev, gnu-smalltalk
Standards-Version: 3.9.3
Homepage: http://osmocom.org
#Vcs-Git: git://git.debian.org/collab-maint/smalltalk.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/smalltalk.git;a=summary
Package: osmo-st-asn1
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: osmo-st-core
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: osmo-st-gsm
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: osmo-st-logging
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: osmo-st-mgcp
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: osmo-st-msc
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: osmo-st-network
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: osmo-st-sip
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: osmo-st-testphone
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: petitparser
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: petitparser-tests
Architecture: all
Depends: ${misc:Depends}
Description: TODO
Package: soapopera
Architecture: all
Depends: ${misc:Depends}
Description: TODO

1
debian/copyright vendored Normal file
View File

@ -0,0 +1 @@
TODO: Mix of MIT... and AGPLv3

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

1
debian/petitparser-tests.install vendored Normal file
View File

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

1
debian/petitparser.install vendored Normal file
View File

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

29
debian/rules vendored Executable file
View File

@ -0,0 +1,29 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
#
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
#
# Modified to make a template file for a multi-binary package with separated
# build-arch and build-indep targets by Bill Allombert 2001
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This has to be exported to make some magic below work.
export DH_OPTIONS
%:
dh $@
override_dh_auto_install: build
dh_testdir
dh_testroot
dh_prep
dh_installdirs
$(MAKE) GST_PACKAGE_ARGS="--destdir $(CURDIR)/debian/tmp" install

1
debian/soapopera.install vendored Normal file
View File

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

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)