Skip to content

Commit

Permalink
Import Debian version 2.7.12+nmu1
Browse files Browse the repository at this point in the history
apt (2.7.12+nmu1) unstable; urgency=medium
.
  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1061896
  • Loading branch information
vorlonofportland authored and julian-klode committed Feb 28, 2024
1 parent 1e6c5ed commit fb9f9d5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
apt (2.7.12+nmu1) unstable; urgency=medium

* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1061896

-- Steve Langasek <vorlon@debian.org> Wed, 28 Feb 2024 01:20:31 +0000

apt (2.7.12) unstable; urgency=medium

[ Kenyon Ralph ]
Expand Down
11 changes: 6 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Uploaders: Michael Vogt <mvo@debian.org>,
David Kalnischkies <donkult@debian.org>
Rules-Requires-Root: no
Standards-Version: 4.1.1
Build-Depends: cmake (>= 3.4),
Build-Depends: dpkg-dev (>= 1.22.5), cmake (>= 3.4),
debhelper-compat (= 12),
docbook-xml <!nodoc>,
docbook-xsl <!nodoc>,
Expand Down Expand Up @@ -39,7 +39,7 @@ Package: apt
Architecture: any
Depends: base-passwd (>= 3.6.1) | adduser,
gpgv,
libapt-pkg6.0 (>= ${binary:Version}),
libapt-pkg6.0t64 (>= ${binary:Version}),
${apt:keyring},
${misc:Depends},
${shlibs:Depends}
Expand Down Expand Up @@ -70,16 +70,17 @@ Description: commandline package manager
* apt-config as an interface to the configuration settings
* apt-key as an interface to manage authentication keys

Package: libapt-pkg6.0
Package: libapt-pkg6.0t64
Replaces: libapt-pkg6.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.6~), aptitude (<< 0.8.9), libapt-inst1.5 (<< 0.9.9~), dpkg (<< 1.20.8)
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})
Section: libs
Provides: libapt-pkg (= ${binary:Version})
Provides: ${t64:Provides}, libapt-pkg (= ${binary:Version})
Description: package management runtime library
This library provides the common functionality for searching and
managing packages as well as information about packages.
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions debian/libapt-pkg6.0t64.lintian-overrides
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
libapt-pkg6.0t64: package-name-doesnt-match-sonames libapt-pkg6.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libapt-pkg.so.6.0 libapt-pkg6.0 #MINVER#
libapt-pkg.so.6.0 libapt-pkg6.0t64 #MINVER#
* Build-Depends-Package: libapt-pkg-dev
TFRewritePackageOrder@APTPKG_6.0 0.8.0
TFRewriteSourceOrder@APTPKG_6.0 0.8.0
Expand Down

0 comments on commit fb9f9d5

Please sign in to comment.