~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/guile-gnome-2.stx

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
w_title(guile-gnome-0)dnl
 
2
w_section(1)dnl
 
3
w_author(Andreas Rottmann)dnl
 
4
w_man_desc(starts guile and sets it up for loading guile-gnome modules)
 
5
 
 
6
! SYNOPSIS
 
7
 
 
8
''guile-gnome-0'' [ /guile options/ ]
 
9
 
 
10
! DESCRIPTION
 
11
 
 
12
The purpose of this script is twofold. First, it serves to find
 
13
''guile'' in the load path instead of statically "linking" to
 
14
/usr/bin/guile. Second, it will set up the guile load path and the
 
15
library path such that using guile-gnome modules will /Just
 
16
Work/. This is necessary because we might choose to break the
 
17
application interfaces in the future, so we need to allow for parallel
 
18
installs.
 
19
 
 
20
Note that the proper way to make a script that will use this as the
 
21
interpreter is as follows:
 
22
 
 
23
{{{
 
24
#! /bin/sh
 
25
exec guile-gnome-0 -s $0 "$@"
 
26
!#
 
27
}}}
 
28
 
 
29
This will allow the shell to find ''guile-gnome-0'' in the path.
 
30
 
 
31
! ENVIRONMENT
 
32
 
 
33
GUILE_LOAD_PATH::
 
34
LD_LIBRARY_PATH::
 
35
        These are extended (or set, if unset or empty) before
 
36
        ''exec''-ing ''guile''.
 
37
 
 
38
! SEE ALSO
 
39
 
 
40
''guile'' (1)