diff options
author | Michael Vogt <egon@bottom> | 2006-06-26 16:06:38 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-06-26 16:06:38 +0200 |
commit | f983dc86621eb7b0554efc4b35091179c3fdb72d (patch) | |
tree | 7b3c0274eacdc0fb14fd9cd4ac9f93ca498986f1 /debian/rules | |
parent | dfa8d6b21806c76df2e53555c577e8d2029186c4 (diff) | |
parent | 6b6afec3673bd1685e62a5c4b1803531a44add82 (diff) |
* merged the auto-remove branch
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 a8bf88762..044f742d0 100755 --- a/debian/rules +++ b/debian/rules @@ -338,4 +338,4 @@ arch-build: mkdir -p debian/arch-build/apt-$(APT_DEBVER) 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)) + (cd debian/arch-build/apt-$(APT_DEBVER); $(DEB_BUILD_PROG); dpkg-genchanges -S > ../apt_$(APT_DEBVER)_source.changes) |