[maemo-commits] [maemo-commits] r16193 - in projects/haf/trunk/apt: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Sep 23 19:20:48 EEST 2008
- Previous message: [maemo-commits] r16192 - projects/haf/tags/shared-mime-info
- Next message: [maemo-commits] r16194 - projects/haf/trunk/apt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2008-09-23 19:20:46 +0300 (Tue, 23 Sep 2008) New Revision: 16193 Added: projects/haf/trunk/apt/debian/apt.conf.maemo projects/haf/trunk/apt/queuemode.patch Modified: projects/haf/trunk/apt/debian/changelog projects/haf/trunk/apt/debian/rules Log: * Applied queuemode.patch. Fixes: MB#2822. Added: projects/haf/trunk/apt/debian/apt.conf.maemo =================================================================== --- projects/haf/trunk/apt/debian/apt.conf.maemo 2008-09-23 14:20:00 UTC (rev 16192) +++ projects/haf/trunk/apt/debian/apt.conf.maemo 2008-09-23 16:20:46 UTC (rev 16193) @@ -0,0 +1,4 @@ +// Don't open connections in parallel, that brings the little devices +// down to their knees. +// +Acquire::Queue-Mode "access"; Modified: projects/haf/trunk/apt/debian/changelog =================================================================== --- projects/haf/trunk/apt/debian/changelog 2008-09-23 14:20:00 UTC (rev 16192) +++ projects/haf/trunk/apt/debian/changelog 2008-09-23 16:20:46 UTC (rev 16193) @@ -1,3 +1,9 @@ +apt (0.7.14maemo2~unreleased) unstable; urgency=low + + * Applied queuemode.patch. Fixes: MB#2822. + + -- Marius Vollmer <marius.vollmer at nokia.com> Tue, 23 Sep 2008 19:17:13 +0300 + apt (0.7.14maemo1) unstable; urgency=low * Applied maemostrip.patch Modified: projects/haf/trunk/apt/debian/rules =================================================================== --- projects/haf/trunk/apt/debian/rules 2008-09-23 14:20:00 UTC (rev 16192) +++ projects/haf/trunk/apt/debian/rules 2008-09-23 16:20:46 UTC (rev 16193) @@ -215,6 +215,7 @@ # cp share/debian-archive.gpg debian/$@/usr/share/$@ cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove + cp debian/apt.conf.maemo debian/$@/etc/apt/apt.conf.d/00maemo # head -n 500 ChangeLog > debian/ChangeLog # make rosetta happy and remove pot files in po/ (but leave stuff Added: projects/haf/trunk/apt/queuemode.patch =================================================================== --- projects/haf/trunk/apt/queuemode.patch 2008-09-23 14:20:00 UTC (rev 16192) +++ projects/haf/trunk/apt/queuemode.patch 2008-09-23 16:20:46 UTC (rev 16193) @@ -0,0 +1,21 @@ +Index: debian/apt.conf.maemo +=================================================================== +--- debian/apt.conf.maemo (revision 0) ++++ debian/apt.conf.maemo (revision 0) +@@ -0,0 +1,4 @@ ++// Don't open connections in parallel, that brings the little devices ++// down to their knees. ++// ++Acquire::Queue-Mode "access"; +Index: debian/rules +=================================================================== +--- debian/rules (revision 16126) ++++ debian/rules (working copy) +@@ -215,6 +215,7 @@ apt: build debian/shlibs.local + + # cp share/debian-archive.gpg debian/$@/usr/share/$@ + cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove ++ cp debian/apt.conf.maemo debian/$@/etc/apt/apt.conf.d/00maemo + # head -n 500 ChangeLog > debian/ChangeLog + + # make rosetta happy and remove pot files in po/ (but leave stuff
- Previous message: [maemo-commits] r16192 - projects/haf/tags/shared-mime-info
- Next message: [maemo-commits] r16194 - projects/haf/trunk/apt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]