diff options
author | Michael Vogt <mvo@ubuntu.com> | 2015-07-17 11:42:45 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2015-07-17 11:44:52 +0200 |
commit | e2a150595d74796996b62565015ca6f5561f118d (patch) | |
tree | 751f20d69da5f4f5b67ab907ff8dbb39c6607cdd /debian/changelog | |
parent | dffdfdc0228d34fe25141cbbbe60ff2f7857645e (diff) |
abi bump for gcc-5
* abi bump for gcc-5
* debian/control
- rename libapt-pkg4.12 -> libapt-pkg4.16,
the versions 4.13-4.15 are already taken in experimental
- rename libapt-inst1.5 -> libapt-inst1.7,
version 1.6 is already taken in experimental
- build-depend on gcc-5 (>= 5.2.1-10) temporarily
* debian/rules:
- build with -O2 everywhere because of
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2ae74b106..99595845e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +apt (1.0.9.10ubuntu2) wily; urgency=medium + + * abi bump for gcc-5 + * debian/control + - rename libapt-pkg4.12 -> libapt-pkg4.16, + the versions 4.13-4.15 are already taken in experimental + - rename libapt-inst1.5 -> libapt-inst1.7, + version 1.6 is already taken in experimental + - build-depend on gcc-5 (>= 5.2.1-10) temporarily + * debian/rules: + - build with -O2 everywhere because of + https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66868 + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 17 Jul 2015 11:40:34 +0200 + apt (1.0.9.10ubuntu1) wily; urgency=low * merged from debian/sid |