summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-07-18 16:21:59 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-07-18 16:21:59 +0100
commite365aa1c9166eb6228cc84818ae3dfa075908420 (patch)
treed8aee27ce7f0f9e45e5ded998eccf81c80ca2d26
parent5efbb878deffabcd459358b4e506eea2d41e7329 (diff)
downloadpython-apt-e365aa1c9166eb6228cc84818ae3dfa075908420.tar.gz
* debian/rules:
- remove the arch-build target, we have bzr-builddeb now
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules7
2 files changed, 2 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 78af5f6d..c48bdafe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ python-apt (0.7.7) unstable; urgency=low
* python/pkgsrcrecords.cc:
- add "Record" attribute to the PkgSrcRecord to access the
full source record
+ * debian/rules:
+ - remove the arch-build target, we have bzr-builddeb now
-- Michael Vogt <mvo@debian.org> Fri, 04 Jul 2008 19:53:28 +0200
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 \