Change in ...libasn1c[master]: Fix LIBVERSION not applied

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Aug 7 15:42:52 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libasn1c/+/15094 )

Change subject: Fix LIBVERSION not applied
......................................................................

Fix LIBVERSION not applied

Change-Id: I232c2fdcc5e9dc821fbea6e7dc498b6ed5b460a9
---
M debian/control
R debian/libasn1c1.install
M src/Makefile.am
3 files changed, 4 insertions(+), 5 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/debian/control b/debian/control
index 4313249..32b93e3 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@
 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 @@
 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 @@
 
 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
-

-- 
To view, visit https://gerrit.osmocom.org/c/libasn1c/+/15094
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libasn1c
Gerrit-Branch: master
Gerrit-Change-Id: I232c2fdcc5e9dc821fbea6e7dc498b6ed5b460a9
Gerrit-Change-Number: 15094
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190807/5be0c2b2/attachment.htm>


More information about the gerrit-log mailing list