diff options
author | joey <joey> | 2002-12-19 02:27:35 +0000 |
---|---|---|
committer | joey <joey> | 2002-12-19 02:27:35 +0000 |
commit | a68baf307c4cb61605ad117bfff39332a4e41484 (patch) | |
tree | c224dd96b0c2b88267ed6a0090073f29d97b369b /examples | |
parent | 8113612bc822e5d2cc3bbe900fa5d3c44250b057 (diff) | |
download | debhelper-a68baf307c4cb61605ad117bfff39332a4e41484.tar.gz |
r570: * List binary-common in .PHONY in rules.multi2. Closes: #173278
* Cleaned up error message if python is not installed. Closes: #173524
* dh_python: Bug fix from Josselin Mouette for case of building an arch
indep python package depending on a arch dependent package. However, I
used GetPackages() rather than add yet another control file parser.
Untested.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/rules.multi2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.multi2 b/examples/rules.multi2 index 8c9f3a3f..5690fdbf 100755 --- a/examples/rules.multi2 +++ b/examples/rules.multi2 @@ -91,4 +91,4 @@ binary-%: build install make -f debian/rules binary-common DH_OPTIONS=-p$* binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build clean binary-indep binary-arch binary-common binary install |