summaryrefslogtreecommitdiff
path: root/apt-inst
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2015-07-17 11:42:45 +0200
committerMichael Vogt <mvo@ubuntu.com>2015-07-17 11:44:52 +0200
commite2a150595d74796996b62565015ca6f5561f118d (patch)
tree751f20d69da5f4f5b67ab907ff8dbb39c6607cdd /apt-inst
parentdffdfdc0228d34fe25141cbbbe60ff2f7857645e (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 'apt-inst')
-rw-r--r--apt-inst/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-inst/makefile b/apt-inst/makefile
index af887bba8..2d29206fd 100644
--- a/apt-inst/makefile
+++ b/apt-inst/makefile
@@ -14,7 +14,7 @@ include ../buildlib/libversion.mak
# The library name
LIBRARY=apt-inst
-MAJOR=1.5
+MAJOR=1.7
MINOR=0
SLIBS=$(PTHREADLIB) -lapt-pkg
APT_DOMAIN:=libapt-inst$(MAJOR)