diff options
author | Michael Vogt <egon@debian-devbox> | 2013-03-01 12:35:52 +0100 |
---|---|---|
committer | Michael Vogt <egon@debian-devbox> | 2013-03-01 12:35:52 +0100 |
commit | 52d5690b47bd4efe425fa23d9f6559bb44324cd1 (patch) | |
tree | 37bb957658c736f32c0af21ecdf6aa367be730ad /debian | |
parent | 7e789027197cdfb4b6aefb0b41a34a45fa10431d (diff) | |
parent | 36e42433c3a1f04b7c3417b313418fd1c6b035fe (diff) |
merged lp:~mvo/apt/source-hashes
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/libapt-pkg4.13.install.in (renamed from debian/libapt-pkg4.12.install.in) | 0 | ||||
-rw-r--r-- | debian/libapt-pkg4.13.symbols (renamed from debian/libapt-pkg4.12.symbols) | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 46fde5e0c..0531cc1e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,7 +20,9 @@ apt (0.9.8~exp1) UNRELEASED; urgency=low - print error in log if tcgetattr() fails instead of writing a empty file * use sha512 when available (LP: #1098752) - + * [ABI-Break] lp:~mvo/apt/source-hashes: + - use sha{512,256,1} for deb-src when available LP: #1098738 + [ Marc Deslauriers ] * make apt-ftparchive generate missing deb-src hashes (LP: #1078697) diff --git a/debian/control b/debian/control index 762d2818e..0a1b964ec 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Description: commandline package manager * apt-config as an interface to the configuration settings * apt-key as an interface to manage authentication keys -Package: libapt-pkg4.12 +Package: libapt-pkg4.13 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} diff --git a/debian/libapt-pkg4.12.install.in b/debian/libapt-pkg4.13.install.in index 56bed39d3..56bed39d3 100644 --- a/debian/libapt-pkg4.12.install.in +++ b/debian/libapt-pkg4.13.install.in diff --git a/debian/libapt-pkg4.12.symbols b/debian/libapt-pkg4.13.symbols index bf42e8b10..d515fc3f9 100644 --- a/debian/libapt-pkg4.12.symbols +++ b/debian/libapt-pkg4.13.symbols @@ -1,4 +1,4 @@ -libapt-pkg.so.4.12 libapt-pkg4.12 #MINVER# +libapt-pkg.so.4.13 libapt-pkg4.13 #MINVER# * Build-Depends-Package: libapt-pkg-dev TFRewritePackageOrder@Base 0.8.0 TFRewriteSourceOrder@Base 0.8.0 |