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/libapt-pkg4.16.install.in | |
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/libapt-pkg4.16.install.in')
-rw-r--r-- | debian/libapt-pkg4.16.install.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/libapt-pkg4.16.install.in b/debian/libapt-pkg4.16.install.in new file mode 100644 index 000000000..56bed39d3 --- /dev/null +++ b/debian/libapt-pkg4.16.install.in @@ -0,0 +1,2 @@ +bin/libapt-pkg*.so.* usr/lib/@DEB_HOST_MULTIARCH@/ +usr/share/locale/*/*/libapt-pkg*.mo |