broken installation

Bug #592385 reported by zebul666
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
arte +7 recorder
New
Undecided
Unassigned

Bug Description

m'envoyer un email pour une trad. en francais.

there is no many wrong things, i don't know where to start.

doc is installed in /usr/share/doc/arte7recorder not in /usr/share/arte7recorder/doc

locale is installed in /usr/share/locale/fr_FR/LC_MESSAGES/arte7recorder.mo
you don't need to install the po file !

please make a setup.py that install in the standard dir for the non debian/ubuntu user. i.e no pyshared dir but in /usr/lib/python$ver/site-packages/arte7recorder (I wonder if the distutils module for ubuntu take care of that by itself automagically)

also a tarball of the source for non debian/ubuntu user would be gratelly appreciated.

if you use arte7recorder stick to it and don't begin to use arte+7recorder for the desktop file for example

also data files could be in /usr/share/arte7recorder.

here is a setup.py that fixes that
setup(name='arte+7recorder',
        version='5.0.0',
        description='Arte+7 recorder',
        author='Adrien Beudin (beudbeud)',
        <email address hidden>',
        maintainer='Adrien Beudin (beudbeud)',
        <email address hidden>',
        url='https://launchpad.net/arte+7recorder',
        license='GPL',
        scripts = ['bin/arte7recorder'],
        packages = ['arte7recorder'],
        data_files = [('share/doc/arte7recorder',['README', 'COPYING', 'ChangeLog']),
  ('share/applications/',['arte+7recorder.desktop']),
  ('share/arte7recorder',['arte7recorder/Arte7recorderWindow.ui',
        'arte7recorder/icon.png']),
  ('share/locale/fr_FR/LC_MESSAGES/',['arte7recorder/locale/fr_FR/LC_MESSAGES/messages.mo']), #messages.mo should be changed to arte7recorder.mo
  ('share/pixmaps/',['arte-icon.png'])],
    )

you need to fix your code to take that into account

why Catalog.py and not catalog.py ? it's not java

also arte-icon.png would be better named arte7recorder.png ?

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.