Comment 9 for bug 393454

Revision history for this message
Gustavo Niemeyer (niemeyer) wrote :

This is brilliant! +1, with one minor comment:

[1]

+ifneq (,$(findstring $(dist_release),"intrepid jaunty karmic"))

It'd be good to invert the test, so that it checks for the past release names rather than the future ones. The past names won't change, but future names are unknown, and will break the logic without notice.