diff options
| author | Ben Finney <ben+debian@benfinney.id.au> | 2008-08-08 10:08:50 +1000 |
|---|---|---|
| committer | Ben Finney <ben+debian@benfinney.id.au> | 2008-08-08 10:08:50 +1000 |
| commit | 7b14352c54b7acbf2a68240fa960e188c6e8742a (patch) | |
| tree | 48db4bb809d90743bdb7f6a6e3a429f83465d729 /debian/rules | |
| parent | 08fa9a44bc90b88f05cd8aa14d50892fadda9049 (diff) | |
| parent | 44d1746f2dd6c055f340f9368d6411a9b6170150 (diff) | |
| download | python-apt-7b14352c54b7acbf2a68240fa960e188c6e8742a.tar.gz | |
Fix whitespace in changes from 0.7.7.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules index 33d04a21..c8aff2f9 100755 --- a/debian/rules +++ b/debian/rules @@ -15,13 +15,6 @@ PKG=python-apt DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p') DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEB_BUILD_PROG_OPTS) -arch-build:: - rm -rf debian/arch-build - mkdir -p debian/arch-build/$(PKG)-$(DEBVER) - 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)) - build/python-apt-dbg:: set -e; \ for i in $(cdbs_python_build_versions); do \ |
