diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 16:38:33 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 16:38:33 +0200 |
| commit | f4fd803ae9d2a0bbdb03f5b9fc21e432ebbdb0b3 (patch) | |
| tree | ab46efaedcaff08938bba0d5e675cd10cd2cfd4a /debian/rules | |
| parent | 8cf52a64893ee959d7235d79c79bb31716441d98 (diff) | |
| download | python-apt-f4fd803ae9d2a0bbdb03f5b9fc21e432ebbdb0b3.tar.gz | |
* merged r192 from mainline
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 9439a2c9..c71baf08 100755 --- a/debian/rules +++ b/debian/rules @@ -6,9 +6,6 @@ # This has to be exported to make some magic below work. export DH_OPTIONS -# This is the debhelper compatibility version to use. -export DH_COMPAT=3 - 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) @@ -84,7 +81,7 @@ source diff: arch-build: rm -rf debian/arch-build mkdir -p debian/arch-build/python-apt-$(DEBVER) - baz inventory -s | xargs cp -a --parents --target=debian/arch-build/python-apt-$(DEBVER) + tar -c --exclude=arch-build --no-recursion -f - `bzr inventory` | (cd debian/arch-build/python-apt-$(DEBVER);tar xf -) (cd debian/arch-build/python-apt-$(DEBVER); $(DEB_BUILD_PROG)) binary: binary-indep binary-arch |
