diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 12 | ||||
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 12 insertions, 11 deletions
diff --git a/debian/NEWS b/debian/NEWS index a8cd8f7ad..bf4ec8066 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,4 +1,12 @@ -apt (1.6~alpha8) UNRELEASED; urgency=medium +apt (1.6~rc1) UNRELEASED; urgency=medium + + Seccomp sandboxing has been turned off by default for now. If it works + for you, you are encouraged to reenable it by setting APT::Sandbox::Seccomp + to true. + + -- Julian Andres Klode <jak@debian.org> Fri, 06 Apr 2018 14:14:29 +0200 + +apt (1.6~beta1) unstable; urgency=medium APT now verifies that the date of Release files is not in the future. By default, it may be 10 seconds in the future to allow for some clock drift. @@ -12,7 +20,7 @@ apt (1.6~alpha8) UNRELEASED; urgency=medium disables checks on valid-until: It is considered to mean that your machine's time is not reliable. - -- Julian Andres Klode <juliank@ubuntu.com> Mon, 12 Feb 2018 12:53:18 +0100 + -- Julian Andres Klode <jak@debian.org> Mon, 26 Feb 2018 13:14:13 +0100 apt (1.6~alpha1) unstable; urgency=medium diff --git a/debian/changelog b/debian/changelog index 28382e2f0..3f0474b55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,24 +5,15 @@ apt (1.6~beta1) unstable; urgency=medium * add apt-helper drop-privs command… * restore gcc visibility=hidden for apt-private * ensure correct file permissions for auxfiles - * allow the apt/lists/auxfiles/ directory to be missing (Closes: 887624) - * add apt-helper drop-privs command… - * restore gcc visibility=hidden for apt-private - * ensure correct file permissions for auxfiles [ Julian Andres Klode ] * indexcopy: Copy uncompressed indices from cdrom again (LP: #1746807) * Work around test-method-mirror failure by setting umask at start * Check that Date of Release file is not in the future * apt.conf.autoremove: Add linux-cloud-tools to list (LP: #1698159) - * indexcopy: Copy uncompressed indices from cdrom again (LP: #1746807) - * Work around test-method-mirror failure by setting umask at start - * Check that Date of Release file is not in the future - * apt.conf.autoremove: Add linux-cloud-tools to list (LP: #1698159) [ Chris Leick ] * German manpage translation update - * German manpage translation update -- Julian Andres Klode <jak@debian.org> Mon, 26 Feb 2018 13:14:13 +0100 diff --git a/debian/control b/debian/control index db1a6aebe..333150ff8 100644 --- a/debian/control +++ b/debian/control @@ -68,6 +68,7 @@ Description: commandline package manager Package: libapt-pkg5.0 Architecture: any Multi-Arch: same +Priority: optional Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: appstream (<< 0.9.0-3~), apt (<< 1.1~exp14), libapt-inst1.5 (<< 0.9.9~) @@ -93,6 +94,7 @@ Description: package management runtime library Package: libapt-inst2.0 Architecture: any Multi-Arch: same +Priority: optional Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Section: libs |