~ubuntu-branches/ubuntu/maverick/rapache/maverick

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Emanuele Gentili
  • Date: 2008-10-15 15:44:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081015154427-sc86e7urpacfwppr
Tags: 0.7-0ubuntu1
* rapache version bump (LP: #283770)
* debian/patches:
 + removed 01_surf_this_button.patch, fixed in bzr branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    scripts=['rapache', 'hosts-manager'],
33
33
    data_files=[
34
34
                ('share/rapache/Glade', glob.glob('Glade/*')),
 
35
                ('lib/rapache/plugins/', glob.glob('plugins/__init__.py')),
 
36
                ('lib/rapache/plugins/ssl', glob.glob('plugins/ssl/*')),
 
37
                ('lib/rapache/plugins/advanced', glob.glob('plugins/advanced/*')),
 
38
                ('lib/rapache/plugins/basic_authentication', glob.glob('plugins/basic_authentication/*')),
35
39
                ('share/applications', ['data/rapache.desktop']),
36
40
               ],
37
41
    )