diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-24 17:38:06 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-24 17:38:06 +0200 |
commit | 10c9f030e02ccec5c002abc42776f994c124c574 (patch) | |
tree | f0c20a5c4bcbf72d330cfa47e3916763be841036 /methods | |
parent | 5cbf7810a2d9f8905015d8a7879df095cfb6d6ea (diff) |
Bumped libapt version and excluded eglibc from SONAME. (Closes: #448249)
Backported from lp:~mvo/apt/debian-experimental
Based on patch by Eugene V. Lyubimkin
Diffstat (limited to 'methods')
-rw-r--r-- | methods/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile index 134166ba3..f5d80d839 100644 --- a/methods/makefile +++ b/methods/makefile @@ -7,7 +7,7 @@ include ../buildlib/defaults.mak BIN := $(BIN)/methods # FIXME.. -LIB_APT_PKG_MAJOR = 4.8 +LIB_APT_PKG_MAJOR = 4.9 APT_DOMAIN := libapt-pkg$(LIB_APT_PKG_MAJOR) # The file method |