Package: mnemosyne-blog
Version: 0.11-2
Severity: important

Hi,

the mnemosyne rules file contains the following:
install:
        dh $@
        python setup.py install --prefix=$(CURDIR)/debian/mnemosyne-blog/usr 
--install-lib 
$(CURDIR)/debian/mnemosyne-blog/usr/share/python-support/mnemosyne-blog

This leads to the files being installed twice in the build process:
      * Once before running dh_pysupport - the files land
        in /usr/lib/python2.5/site-packages. They are then moved away by
        dh_pysupport as expected.
      * Once again after dh_pysupport, with the byte-compiled .pyc
        files, this time in /usr/share/python-support/mnemosyne-blog.
        The .pyc files are not removed (dh_pysupport does this), and
        with the experimental version, the .py files even appear twice
        in the package.

Since dh_auto_install already does *correctly* all the job, you should
just remove the specific commands for which the only use is to break the
package.

Thanks,
-- 
 .''`.      Debian 5.0 "Lenny" has been released!
: :' :
`. `'   Last night, Darth Vader came down from planet Vulcan and told
  `-    me that if you don't install Lenny, he'd melt your brain.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to