~ubuntu-branches/ubuntu/quantal/aqsis/quantal

« back to all changes in this revision

Viewing changes to distribution/macosx/bundle/SConscript

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-08-06 04:53:26 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806045326-z6xeaaao62idxcc6
Tags: 1.6.0-0ubuntu1
* New upstream release
* debian/control:
  - changed name of lib package to libaqsis1 instead of aqsis-libsc2a
  - changed name of dev package to libaqsis-dev instead of aqsis-libs-dev
  - Added aqsis-data package
  - Revised summary text according to that specified by the RISpec (Pixar)
* Moved examples installation from aqsis.install to aqsis-data.install
* debian/rules: 
  - added content to binary-indep target
* debian/rules: added explicit name of mime file to force dh_installmime
  to generate postinst and prerm scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Import('env version aqsis')
2
 
 
3
 
if 'BUNDLE' in env['TOOLS']:
4
 
        bundle = env.MakeBundle('Aqsis.app', aqsis,
5
 
                                'org.aqsis.aqsis',
6
 
                                'Info.plist',
7
 
                                'APPL',
8
 
                                'AQSIS',
9
 
                                'aqsis.icns')
10
 
        env.Alias('bundle', bundle)
11
 
 
12
 
env.Distribute('SConscript')