~ubuntu-branches/debian/squeeze/pyrenamer/squeeze

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Adolfo González Blázquez
  • Date: 2008-09-17 14:22:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080917142221-pa4xq3sowwkv0moo
Tags: 0.6.0-1
* New upstream release:
  - Fix crash when a id3 tag is not available or wrong, returning an
    empty filename (LP: #235161)
  - Fix crash while processing some bad exif tags, catching possible
    exceptions (LP: #261832)
  - Fix crash while starting, fixing src/treefilebrowser.py (LP: #237482)
* debian/control:
  - Build-Depends-Indep: removed 'python-eyed3'
  - Depends: changed 'python-eyed3' to 'python-hachoir-metadata|python-eyed3'
  - Bump up Standards-Version to 3.8.0
  - Descrition: changed 'Mass' to 'mass'
* debian/copyright: updated copyright year
* debian/watch: updated
* debian/pyrenamer.xpm: new icon file

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
pyrenamerdir = $(pythondir)/pyrenamer
9
9
 
10
 
pyrenamer_PYTHON =                      \
11
 
        __init__.py                             \
12
 
        pyrenamer.py                    \
13
 
        pyrenamerfilefuncs.py   \
14
 
        tooltips.py                             \
15
 
        treefilebrowser.py              \
16
 
        TreeViewTooltips.py             \
 
10
pyrenamer_PYTHON =                              \
 
11
        __init__.py                                     \
 
12
        pyrenamer.py                            \
 
13
        pyrenamer_filefuncs.py          \
 
14
        pyrenamer_menu_cb.py            \
 
15
        pyrenamer_metadata.py           \
 
16
        pyrenamer_pattern_editor.py     \
 
17
        pyrenamer_prefs.py                      \
 
18
        pyrenamer_tooltips.py           \
 
19
        pyrenamer_undo.py                       \
 
20
        treefilebrowser.py                      \
 
21
        TreeViewTooltips.py                     \
17
22
        EXIF.py
18
23
        
19
24
nodist_pyrenamer_PYTHON =       \
37
42
                -e s!\@PKGDATADIR\@!$(pkgdatadir)! \
38
43
                -e s!\@PACKAGE\@!$(PACKAGE_NAME)! \
39
44
                -e s!\@VERSION\@!$(PACKAGE_VERSION)! \
40
 
                -e s!\@HAVE_EYED3\@!$(HAVE_EYED3)! \
41
45
                < $< \
42
46
                > $@
 
 
b'\\ No newline at end of file'