diff options
| author | Michael Vogt <egon@top> | 2005-12-05 19:04:38 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-05 19:04:38 +0100 |
| commit | 1d76a60839fd7d68501ed08f75bfc4684ede0759 (patch) | |
| tree | 29b37363f80897c515ba16fd9b3401700f62c873 | |
| parent | 2b3387c4031d42730a147a0bf4d7b059e3fe768a (diff) | |
| download | python-apt-1d76a60839fd7d68501ed08f75bfc4684ede0759.tar.gz | |
* fixed arch-build to actually do a bzr-build ;)
| -rwxr-xr-x | debian/rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 1ff49b61..b5351d20 100755 --- a/debian/rules +++ b/debian/rules @@ -88,10 +88,10 @@ binary-arch: build install dh_builddeb arch-build: - rm -rf debian/arch-build - mkdir -p debian/arch-build/$(PKG)-$(DEBVER) - baz inventory -s | xargs cp -a --parents --target=debian/arch-build/$(PKG)-$(DEBVER) - (cd debian/arch-build/$(PKG)-$(DEBVER); $(DEB_BUILD_PROG)) + rm -rf debian/arch-build + mkdir -p debian/arch-build/$(PKG)-$(DEBVER) + tar -c --exclude=arch-build -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(DEBVER);tar xf -) + (cd debian/arch-build/$(PKG)-$(DEBVER) && $(DEB_BUILD_PROG)) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install arch-build |
