summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMatt Zimmerman <matt.zimmerman@canonical.com>2004-11-13 18:29:08 +0000
committerMatt Zimmerman <matt.zimmerman@canonical.com>2004-11-13 18:29:08 +0000
commit6b8147b88eb5ee755ff4477568503b205c79a030 (patch)
tree576c0e40b4c33e22a08085c0abaaa1181b07bdc4 /debian
parent640c5d948afa27a8e71eb6c03f1e0d55f81773c5 (diff)
Increase Dpkg::MaxArgs and Dpkg::MaxArgBytes
* Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k. Needed to work around ordering bugs when installing a large number of packages
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 49b3b685d..c5122fc54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ apt (0.5.28) unstable; urgency=low
- Updated Slovak from Peter Mann (Closes: #279481)
* APT::Get::APT::Get::No-List-Cleanup -> APT::Get::List-Cleanup in apt-get.cc
(Closes: #267266)
+ * Set default Dpkg::MaxArgs to 1024, and Dpkg::MaxArgBytes to 32k. Needed
+ to work around ordering bugs when installing a large number of packages
--