~ubuntu-branches/ubuntu/lucid/lazygal/lucid

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2009-11-23 09:35:50 UTC
  • mfrom: (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091123093550-uila2g88nyvearuu
Tags: 0.4.1-2
* Convert to 3.0 (quilt) source format.
* Simplify debian/rules.
* Bump standards to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                       xmlmanpage)
67
67
                self.spawn(cmd)
68
68
 
69
 
            targetpath = os.path.join("share", "man")
 
69
            targetpath = os.path.join("share", "man", 'man1')
70
70
            data_files.append((targetpath, (manpage, ), ))
71
71
 
72
72
 
250
250
        'build_i18n'    : build_i18n_lazygal,
251
251
        'build_manpages': build_manpages,
252
252
        },
253
 
    data_files = theme_data +
254
 
        [(os.path.join('share','man','man1'), ['lazygal.1'])]
 
253
    data_files = theme_data
255
254
    )
256
255
 
257
256
# vim: ts=4 sw=4 expandtab