diff options
author | Michael Vogt <mvo@debian.org> | 2005-01-11 11:56:48 +0000 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2005-01-11 11:56:48 +0000 |
commit | e5dfb858ba7dc53c2a29324f2b4678f4f6912871 (patch) | |
tree | ddf267b19b7d135608391ae8cd2a698183f46625 /debian/rules | |
parent | 32133629d8c49029f3d04886aa605de4864b486e (diff) | |
parent | 47f17da4f65ee4887f46e4442ce2843e3e744d89 (diff) |
* star-merged with matt, removed the unset("no_proxy") in methods/ftp.cc
Patches applied:
* apt@packages.debian.org/apt--main--0--patch-42
Merge from apt--mvo--0
* apt@packages.debian.org/apt--main--0--patch-43
Fix permissions AGAIN
* apt@packages.debian.org/apt--main--0--patch-44
Update to 0.6.28
* apt@packages.debian.org/apt--main--0--patch-45
Fix malformatted changelog
* apt@packages.debian.org/apt--main--0--patch-46
Merge apt--mvo--0
* apt@packages.debian.org/apt--main--0--patch-47
s/unstable/hoary/
* apt@packages.debian.org/apt--main--0--patch-48
Add ppc64 to buildlib/archtable
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 b756b3b32..71d6d549e 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ endif # Default rule build: -DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEB_BUILD_PROG_OPTS) +DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEBUILD_DPKG_BUILDPACKAGE_OPTS) APT_DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p') APT_CONFVER=$(shell sed -n -e 's/^AC_DEFINE_UNQUOTED(VERSION,"\(.*\)")/\1/p' configure.in) APT_CVSTAG=$(shell echo "$(APT_DEBVER)" | sed -e 's/^/v/' -e 's/\./_/g') |