From 068636516ff7e7686159de478eff7b4e1036f5dc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 18 Dec 2009 11:30:22 +0100 Subject: * debian/apt.logrotate: - add to logratation * doc/examples/configure-index: - add as example --- debian/apt.logrotate | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian') diff --git a/debian/apt.logrotate b/debian/apt.logrotate index 3e924d383..dfb06db2e 100644 --- a/debian/apt.logrotate +++ b/debian/apt.logrotate @@ -6,3 +6,11 @@ notifempty } +/var/log/apt/history.log { + rotate 6 + monthly + compress + missingok + notifempty +} + -- cgit v1.2.3 From 71422c78826cbf9513976a2b1e7e16ff987f1254 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 18 Dec 2009 11:51:01 +0100 Subject: debian/apt.logrotate: keep histories for 12 month --- debian/apt.logrotate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/apt.logrotate b/debian/apt.logrotate index dfb06db2e..9a6e5d155 100644 --- a/debian/apt.logrotate +++ b/debian/apt.logrotate @@ -1,5 +1,5 @@ /var/log/apt/term.log { - rotate 6 + rotate 12 monthly compress missingok @@ -7,7 +7,7 @@ } /var/log/apt/history.log { - rotate 6 + rotate 12 monthly compress missingok -- cgit v1.2.3 From bf07dd586e9d3c5c3640511636662196357291ba Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 23 Dec 2009 14:11:59 +0100 Subject: * cmdline/apt-get.cc: - fix apt-get source pkg=version regression (closes: #561971) --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index eb50b4c78..03a467cfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ apt (0.7.25.1) UNRELEASED; urgency=low * merged lp:~mvo/apt/history - this writes a /var/log/apt/history tagfile that contains details from the transaction (complements term.log) + * cmdline/apt-get.cc: + - fix apt-get source pkg=version regression (closes: #561971) -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3 From 5ae004ce7a925426808635b92ec1cbaa5443bb4e Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 22 Jan 2010 20:05:11 +0100 Subject: * apt-pkg/contrib/cdromutl.cc: - fix UnmountCdrom() fails, give it a bit more time and try the umount again --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 03a467cfa..5bb90cc1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ apt (0.7.25.1) UNRELEASED; urgency=low from the transaction (complements term.log) * cmdline/apt-get.cc: - fix apt-get source pkg=version regression (closes: #561971) + * apt-pkg/contrib/cdromutl.cc: + - fix UnmountCdrom() fails, give it a bit more time and try + the umount again -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3 From bf783d9044cb5c9e851fbf10c9bb7e6192b13afd Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 22 Jan 2010 21:21:30 +0100 Subject: * methods/cdrom.cc: - fixes in multi cdrom setup code --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5bb90cc1d..b499d7298 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ apt (0.7.25.1) UNRELEASED; urgency=low * apt-pkg/contrib/cdromutl.cc: - fix UnmountCdrom() fails, give it a bit more time and try the umount again + * methods/cdrom.cc: + - fixes in multi cdrom setup code -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3 From ff1e4b0626d8ce567492ccadbd30dfc32d4c15f1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 26 Jan 2010 11:27:58 +0100 Subject: add new "Acquire::cdrom::AutoDetect" variable that enables/disables the dlopen of libudev for automatic cdrom detection --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b499d7298..7e38cda99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ apt (0.7.25.1) UNRELEASED; urgency=low the umount again * methods/cdrom.cc: - fixes in multi cdrom setup code + - add new "Acquire::cdrom::AutoDetect" variable that enables/disables + the dlopen of libudev for automatic cdrom detection -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3 From 25ee65dd5155fda6dd3754d091b86acb5d7bd9dc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 26 Jan 2010 15:56:29 +0100 Subject: * apt-pkg/cdrom.cc: - fix crash in pkgUdevCdromDevices --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7e38cda99..baf541e14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ apt (0.7.25.1) UNRELEASED; urgency=low * apt-pkg/contrib/cdromutl.cc: - fix UnmountCdrom() fails, give it a bit more time and try the umount again + * apt-pkg/cdrom.cc: + - fix crash in pkgUdevCdromDevices * methods/cdrom.cc: - fixes in multi cdrom setup code - add new "Acquire::cdrom::AutoDetect" variable that enables/disables -- cgit v1.2.3 From 169413dcf101ca39aebc2bf46991c27c1e439259 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 26 Jan 2010 16:43:20 +0100 Subject: cmdline/apt-cdrom.cc: add --auto-detect --- debian/apt.dirs | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/apt.dirs b/debian/apt.dirs index fb6716c35..b812f116b 100644 --- a/debian/apt.dirs +++ b/debian/apt.dirs @@ -9,6 +9,7 @@ etc/logrotate.d var/cache/apt/archives/partial var/lib/apt/lists/partial var/lib/apt/periodic +var/lib/apt/media var/log/apt usr/share/bug/apt usr/share/lintian/overrides -- cgit v1.2.3 From 73176ffaf95b5c214575752e77fb4acfcf76d415 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 27 Jan 2010 12:00:35 +0100 Subject: debian/apt.dirs: remove var/lib/apt/media again --- debian/apt.dirs | 1 - 1 file changed, 1 deletion(-) (limited to 'debian') diff --git a/debian/apt.dirs b/debian/apt.dirs index b812f116b..fb6716c35 100644 --- a/debian/apt.dirs +++ b/debian/apt.dirs @@ -9,7 +9,6 @@ etc/logrotate.d var/cache/apt/archives/partial var/lib/apt/lists/partial var/lib/apt/periodic -var/lib/apt/media var/log/apt usr/share/bug/apt usr/share/lintian/overrides -- cgit v1.2.3 From 5810683948b6e46223db4e873160b01dd5ad6aac Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 27 Jan 2010 12:05:22 +0100 Subject: debian/changelog: add --auto-detect option --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index baf541e14..a150197b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ apt (0.7.25.1) UNRELEASED; urgency=low - fixes in multi cdrom setup code - add new "Acquire::cdrom::AutoDetect" variable that enables/disables the dlopen of libudev for automatic cdrom detection + * cmdline/apt-cdrom.cc: + - add new --auto-detect option that uses libudev to figure out + the cdrom/mount-point -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3 From c9cd3b70f3290071c79d7ef85ed87bd709a06bc6 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 3 Feb 2010 10:00:54 -0800 Subject: * methods/http.cc: - add cache-control headers even if no cache is given to allow adding options for intercepting proxies --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a150197b1..03936a31b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ apt (0.7.25.1) UNRELEASED; urgency=low * cmdline/apt-cdrom.cc: - add new --auto-detect option that uses libudev to figure out the cdrom/mount-point + * methods/http.cc: + - add cache-control headers even if no cache is given to allow + adding options for intercepting proxies -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3 From bd49b02c03f09f9e7e76da8055f1364943b9dc57 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 5 Feb 2010 18:34:27 -0800 Subject: add Acquire::http::ProxyAutoDetect configuration that can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 03936a31b..329ea29b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,9 @@ apt (0.7.25.1) UNRELEASED; urgency=low * methods/http.cc: - add cache-control headers even if no cache is given to allow adding options for intercepting proxies + - add Acquire::http::ProxyAutoDetect configuration that + can be used to call a external helper to figure out the + proxy configuration and return it to apt via stdout -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3 From ac83edae692c6c7dda7e41e3b27f5cbff0473629 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 8 Feb 2010 20:01:59 +0100 Subject: debian/changelog: updated --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 329ea29b5..75a5dfa8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ apt (0.7.25.1) UNRELEASED; urgency=low - add Acquire::http::ProxyAutoDetect configuration that can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout + (this is a step towards WPAD and zeroconf/avahi support) -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 -- cgit v1.2.3 From 5e02df826dc8e1f2a1d687f2cc4e55daba4c5452 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 18 Feb 2010 11:22:26 +0100 Subject: Change the package index Info methods to allow apt-cache policy to be useful when using several different archives on the same host. (Closes: #329814, LP: #22354) --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index c2c3524a6..a900cdec4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,11 @@ apt (0.7.25.4) UNRELEASED; urgency=low proxy configuration and return it to apt via stdout (this is a step towards WPAD and zeroconf/avahi support) + [ Robert Collins ] + * Change the package index Info methods to allow apt-cache policy to be + useful when using several different archives on the same host. + (Closes: #329814, LP: #22354) + -- Michael Vogt Fri, 18 Dec 2009 16:54:18 +0100 apt (0.7.25.3) unstable; urgency=low -- cgit v1.2.3 From d8cd04f8583b05076dafe34496b53731062b6060 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 18 Feb 2010 11:39:08 +0100 Subject: * abicheck/ - add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a900cdec4..bfdf79385 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ apt (0.7.25.4) UNRELEASED; urgency=low can be used to call a external helper to figure out the proxy configuration and return it to apt via stdout (this is a step towards WPAD and zeroconf/avahi support) + * abicheck/ + - add new abitest tester using the ABI Compliance Checker from + http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker [ Robert Collins ] * Change the package index Info methods to allow apt-cache policy to be -- cgit v1.2.3