Branches for Hardy

Name Status Last Modified Last Commit
lp:ubuntu/hardy/dh-make-perl 2 Mature 2009-07-25 12:40:55 UTC
7. * Fix install dependencies in rules t...

Author: Damyan Ivanov
Revision Date: 2007-12-07 11:28:18 UTC

* Fix install dependencies in rules templates
  Before:
    install: build install-stamp
    install-stamp:
  After:
    install: install-stamp
    install-stamp: build-stamp
  Avoids problems with parallel builds
* Use "$@" when touching stamps
* Bump standards-version to 3.7.3 (no changes)

11 of 1 result