diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-25 19:10:07 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-04-25 19:10:07 +0200 |
| commit | 6e64cd518909238ee6bb9c992c6dfd8e173fec47 (patch) | |
| tree | 1156e332320afa7f3027832c70cca0c8d0fd638d /debian | |
| parent | 9532aeb2dbdf40576b352b78d1907af82cd589c1 (diff) | |
| download | python-apt-6e64cd518909238ee6bb9c992c6dfd8e173fec47.tar.gz | |
* DistUpgrade/DistUpgradeViewGtk.py:
- make sure dpkg --configure -a is run when something goes wrong
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 44224c6f..3b3da7d1 100755 --- a/debian/rules +++ b/debian/rules @@ -96,7 +96,7 @@ binary-arch: build install arch-build: 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 -) + tar -c --exclude=arch-build --no-recursion -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 |
