On 2016-04-04 17:05, Martin Landa wrote:
the rules file seems to be outdated [1]. Eg.
mv
debian/tmp/usr/lib/$(BASE_NAME)/gui/wxpython/gmodeler/gmodeler_frame.png
debian/tmp/usr/share/$(BASE_NAME)/gui/wxpython/gmodeler/
will fail in trunk because there is no `gmodeler_frame.png` file.
Shoudn't be the rule more generic? Something like:
mv debian/tmp/usr/lib/$(BASE_NAME)/gui/wxpython/gmodeler/*.png
debian/tmp/usr/share/$(BASE_NAME)/gui/wxpython/gmodeler/
No, because the list of files is also used in the links files to create
the symlinks.
Moving all the PNGs will not break the build, causing you to not
remember to update the symlinks too.
Kind Regards,
Bas