debian: Fix bug from commit 211b05b5 "debian: Modernize use of dh_install."
authorBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 21:55:55 +0000 (14:55 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 26 Jul 2011 21:56:00 +0000 (14:56 -0700)
Commit 211b05b5 "debian: Modernize use of dh_install" caused build failures
in clean environments because debian/ovsdbmonitor.install now installed
files that were never created in such an environment.  It didn't cause a
build failure in my own testing because I still had old files around.
This fixes the problem.

It seems to be necessary to run "make install" once for each of binary-arch
and binary-indep, because dh_prep always deletes debian/tmp.  It is
logically not necessary but I don't see a clean and robust way to avoid it.


No differences found