diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 21:02:47 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 21:02:47 +0200 |
commit | 29bbe08e95d7ab3c5910b7e588c7903de7921ca3 (patch) | |
tree | 35f336d2b24826f0ea0065b8b2353e43a5fd4b15 /debian | |
parent | 980380b06f67db21af59fb5014d9bc9304bace9c (diff) | |
parent | c7632893893e965666ab7604736e6879b70fd852 (diff) |
* merged with mainline
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 92931b6f8..bd9073ad2 100755 --- a/debian/rules +++ b/debian/rules @@ -341,6 +341,6 @@ cvs-mkul: arch-build: rm -rf debian/arch-build mkdir -p debian/arch-build/apt-$(APT_DEBVER) - tar -c --exclude=arch-build -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(DEBVER);tar xf -) + tar -c --exclude=arch-build -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(APT_DEBVER);tar xf -) $(MAKE) -C debian/arch-build/apt-$(APT_DEBVER) startup doc (cd debian/arch-build/apt-$(APT_DEBVER); $(DEB_BUILD_PROG); dpkg-genchanges -S > ../apt_$(APT_DEBVER)_source.changes) |