David Amian added the comment:
2011/11/18 Éric Araujo
>
> Éric Araujo added the comment:
>
> > I've a project, in the setup.py file, I've a function called
> update_prefix, that updates the
> > 'path_project' variable with prefix arguments from set
David Amian added the comment:
sorry, I didn't explain well.
I've a project, in the setup.py file, I've a function called update_prefix,
that updates the 'path_project' variable with prefix arguments from setup.py
If you runs setup.py with --prefix=/usr, then
New submission from David Amian :
Hi, I had a problem making deb packages with distutils and cdbs. Looking for
any solution, I found Issue 11933 and saw that the newer() method has been
changed, using [ST_MTIME] instead of st_mtime. This commit is to solve Issue
10148 that describes a bug