~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to tools/standaloneBuilder/templates/versioninfo.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-03-04 23:55:10 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100304235510-3v6lbhzwrgm0pcca
Tags: 0.8.2-1
* QA upload.
* New upstream release
* debian/control
  - set maintainer to QA group
  - set Homepage field, removing the URL from packages description
  - bump versioned b-d-i on python-support, to properly support Python module
  - replace b-d on python-all-dev with python-all, since building only
    arch:all packages
  - replace Source-Version substvar with source:Version
  - add ${misc:Depends} to binary packages Depends
* debian/watch
  - updated to use the SourceForge redirector; thanks to Raphael Geissert for
    the report and to Dario Minnucci for the patch; Closes: #449904
* debian/{pythoncard-doc, python-pythoncard}.install
  - use wildcards instead of site-packages to fix build with python 2.6;
    thanks to Ilya Barygin for the report and patch; Closes: #572332
* debian/pythoncard-doc.doc-base
  - set section to Programmin/Python
* debian/pythoncard-tools.menu
  - set menu main section to Applications
* debian/pythoncard-tools.postinst
  - removed, needed only to update the menu, but it's now created by debhelper

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
VSVersionInfo(
 
2
  ffi=FixedFileInfo(
 
3
    filevers=(%(major)s, %(minor)s, %(fix)s, %(build)s),
 
4
    prodvers=(%(major)s, %(minor)s, %(fix)s, %(build)s),
 
5
    mask=0x3f,
 
6
    flags=0x0,
 
7
    OS=0x40004,
 
8
    fileType=0x1,
 
9
    subtype=0x0,
 
10
    date=(0, 0)
 
11
    ),
 
12
  kids=[
 
13
    StringFileInfo(
 
14
      [
 
15
      StringTable(
 
16
        '040904B0', 
 
17
        [StringStruct('CompanyName', '%(companyname)s'),
 
18
        StringStruct('FileDescription', '%(name)s Executable'),
 
19
        StringStruct('FileVersion', '%(major)s.%(minor)s.%(fix)s.%(date)s%(build)s'),
 
20
        StringStruct('InternalName', '%(name)s'),
 
21
        StringStruct('LegalCopyright', '\xa9 %(publisher)s. All rights reserved.'),
 
22
        StringStruct('OriginalFilename', '%(name)s.exe'),
 
23
        StringStruct('ProductName', '%(desc)s'),
 
24
        StringStruct('ProductVersion', '%(major)s.%(minor)s.%(fix)s')])
 
25
      ]), 
 
26
    VarFileInfo([VarStruct('Translation', [1033, 1200])])
 
27
  ]
 
28
)