~ubuntu-branches/ubuntu/trusty/happy/trusty-proposed

« back to all changes in this revision

Viewing changes to InstallShield/Component Definitions/Default.fgl

  • Committer: Bazaar Package Importer
  • Author(s): Ian Lynagh (wibble)
  • Date: 2006-10-26 22:52:14 UTC
  • mfrom: (1.2.2 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061026225214-6jmf0n3ykkc9elyw
Tags: 1.16~rc2-1
* New upstream (release candidate) version.
* Removed happy/ prefixes from various paths in debian/rules and
  debian/docs.
* doc/configure generated by autoconf is in the Debian diff.
* Build using cabal:
  * Various debian/rules changes.
  * Create debian/get_version.hs for extracting the version from the cabal
    file.
  * Requires ghc6 >= 6.4.2.
  * No longer tries to detect platform. Closes: #340325, #332979.
  * Removed autotool-dev build-dep.
* Add 'XSLTPROC_OPTS = --nonet' to doc/config.mk.in.
* Remove src/Parser.ly and src/AttrGrammarParser.ly before cleaning so
  the generated files don't get cleaned.
* Set Standards-Version to 3.7.2 (no changes needed).
* Removed PS and DVI stanzas from debian/doc-base as we don't build
  the documentation those ways.
* Removed content-free postinst and prerm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[General]
 
2
Type=FILELIST
 
3
Version=1.10.000
 
4
 
 
5
[TopDir]
 
6
SubDir0=<WINDIR>
 
7
SubDir1=<PROGRAMFILES>
 
8
SubDir2=<TARGETDIR>
 
9
SubDir3=USERDEFINED
 
10
 
 
11
[<WINDIR>]
 
12
fulldirectory=
 
13
SubDir0=<WINDIR>\<WINSYSDIR>
 
14
DISPLAYTEXT=Windows Operating System
 
15
TYPE=TEXTSUBFIXED
 
16
 
 
17
[<WINDIR>\<WINSYSDIR>]
 
18
fulldirectory=
 
19
DISPLAYTEXT=Windows System Folder
 
20
TYPE=TEXTSUBFIXED
 
21
 
 
22
[<PROGRAMFILES>]
 
23
fulldirectory=
 
24
SubDir0=<PROGRAMFILES>\<COMMONFILES>
 
25
DISPLAYTEXT=Program Files Folder
 
26
TYPE=TEXTSUBFIXED
 
27
 
 
28
[<PROGRAMFILES>\<COMMONFILES>]
 
29
fulldirectory=
 
30
DISPLAYTEXT=Common Files Folder
 
31
TYPE=TEXTSUBFIXED
 
32
 
 
33
[<TARGETDIR>]
 
34
fulldirectory=
 
35
DISPLAYTEXT=General Application Destination
 
36
TYPE=TEXTSUBFIXED
 
37
 
 
38
[USERDEFINED]
 
39
fulldirectory=
 
40
SubDir0=USERDEFINED\<DOCDIR>
 
41
DISPLAYTEXT=Script-defined Folders
 
42
TYPE=USERSTART
 
43
 
 
44
[USERDEFINED\<DOCDIR>]
 
45
fulldirectory=
 
46
DISPLAYTEXT=
 
47
TYPE=TEXTSUB
 
48