diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-03 18:33:31 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-07-03 18:33:31 +0200 |
commit | b7952f4b67d7021dc912aed5f38bc45f03bfc064 (patch) | |
tree | 5d18c4268786a05df634be6dbf3a68a2d0f282b6 /debian/rules | |
parent | c833c7a16381c383588265bbb35ed24ad383b53f (diff) | |
parent | c64d1644ae0fd1af92c80a91a6c17b57f0b8f313 (diff) |
* merged with apts mainline
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4d88d5b12..333d4ad5b 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)-$(APT_DEBVER);tar xf -) + tar -c --exclude=arch-build --no-recursion -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) |