diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 32 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 34 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d79585e..ae47343 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +apt (2.7.14) unstable; urgency=medium + + [ Steve Langasek ] + * Support building without gnutls + * Add an artificial Conflicts: against libnettle8 + to force upgrades in launchpad buildd chroots + + [ David Kalnischkies ] + * Handle EINTR in the static FileFd::Write overload + * Remove non-existent Debug::BuildDeps from apt.conf(5) + * Parse unsupported != relation in dependencies + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: #1065513) + * Dutch manpages translation update (Closes: #1065517) + + [ Wesley Schwengle ] + * Update documentation for apt-get upgrade with pkg arg (Closes: #1065831) + * Update documentation for apt upgrade with pkg arg (Closes: #1065831) + * Include Dutch translation for apt/apt-get upgrade documenation update + * Update Graphviz URL to https://graphviz.org/ + * Update VCG tool URI to new location + * s#http://bugs.debian.org/src/#https://bugs.debian.org/src# + + [ Julian Andres Klode ] + * pkgTagFile::Jump: Use lookback buffer to rejump to current position + (Closes: #1067440) + * debrecords: Do not reparse if given same location (Closes: #1067440) + * Revert "debrecords: Do not reparse if given same location" + + -- Julian Andres Klode <jak@debian.org> Fri, 22 Mar 2024 11:11:44 +0100 + apt (2.7.13) unstable; urgency=medium * Acknowledge NMU; thank you, Steve! diff --git a/debian/control b/debian/control index ada4f6c..588539a 100644 --- a/debian/control +++ b/debian/control @@ -48,7 +48,7 @@ Replaces: apt-transport-https (<< 1.5~alpha4~), apt-utils (<< 1.3~exp2~) Breaks: apt-transport-https (<< 1.5~alpha4~), apt-utils (<< 1.3~exp2~), aptitude (<< 0.8.10) -Conflicts: apt-verify +Conflicts: apt-verify, libnettle8 (<< 3.9.1-2.2~) Provides: apt-transport-https (= ${binary:Version}) Recommends: ca-certificates Suggests: apt-doc, @@ -80,6 +80,7 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Breaks: libapt-pkg6.0 (<< ${source:Version}), appstream (<< 0.9.0-3~), apt (<< 1.6~), aptitude (<< 0.8.9), libapt-inst1.5 (<< 0.9.9~), dpkg (<< 1.20.8) Recommends: apt (>= ${binary:Version}) +Conflicts: libnettle8 (<< 3.9.1-2.2~) Section: libs Provides: ${t64:Provides}, libapt-pkg (= ${binary:Version}) Description: package management runtime library |