From 8ca552813c3919b2b82c05991df29dabfbacd952 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 7 Aug 2019 13:25:49 +0200 Subject: [PATCH] Fix LIBVERSION not applied Change-Id: I232c2fdcc5e9dc821fbea6e7dc498b6ed5b460a9 --- debian/control | 6 +++--- debian/{libasn1c0.install => libasn1c1.install} | 0 src/Makefile.am | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) rename debian/{libasn1c0.install => libasn1c1.install} (100%) diff --git a/debian/control b/debian/control index 4313249..32b93e3 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Git: git://git.osmocom.org/libasn1c.git Vcs-Browser: http://git.osmocom.org/gitweb?p=libasn1c.git;a=summary Homepage: https://projects.osmocom.org/projects/libasn1c -Package: libasn1c0 +Package: libasn1c1 Section: libs Architecture: any Multi-Arch: same @@ -22,12 +22,12 @@ Package: libasn1c-dbg Section: debug Architecture: any Multi-Arch: same -Depends: libasn1c0 (= ${binary:Version}), ${misc:Depends} +Depends: libasn1c1 (= ${binary:Version}), ${misc:Depends} Description: asn1c runtime code as shared library Package: libasn1c-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libasn1c0 (= ${binary:Version}), ${misc:Depends} +Depends: libasn1c1 (= ${binary:Version}), ${misc:Depends} Description: asn1c runtime code as shared library diff --git a/debian/libasn1c0.install b/debian/libasn1c1.install similarity index 100% rename from debian/libasn1c0.install rename to debian/libasn1c1.install diff --git a/src/Makefile.am b/src/Makefile.am index 27fce6d..29b5e64 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,6 +11,5 @@ endif lib_LTLIBRARIES = libasn1c.la -libasn1c_la_LDFLAGS = $(LIBTALLOC_LIBS) -lm +libasn1c_la_LDFLAGS = $(LIBTALLOC_LIBS) -lm -version-info $(LIBVERSION) -no-undefined libasn1c_la_SOURCES = ANY.c constraints.c GeneralizedTime.c NumericString.c T61String.c asn_codecs_prim.c constr_CHOICE.c GeneralString.c ObjectDescriptor.c TeletexString.c asn_SEQUENCE_OF.c constr_SEQUENCE.c GraphicString.c OBJECT_IDENTIFIER.c UniversalString.c asn_SET_OF.c constr_SEQUENCE_OF.c IA5String.c OCTET_STRING.c UTCTime.c ber_decoder.c constr_SET.c INTEGER.c per_decoder.c UTF8String.c ber_tlv_length.c constr_SET_OF.c ISO646String.c per_encoder.c VideotexString.c ber_tlv_tag.c constr_TYPE.c NativeEnumerated.c per_support.c VisibleString.c BIT_STRING.c NativeInteger.c PrintableString.c xer_decoder.c BMPString.c der_encoder.c NativeReal.c REAL.c xer_encoder.c BOOLEAN.c ENUMERATED.c NULL.c RELATIVE-OID.c xer_support.c per_opentype.c asn1helpers.c -