esnacc / esnacc-ng

A continuation of the Enhanced SNACC ASN.1 compiler - See http://mail.esnacc.org/mailman/listinfo/dev
http://esnacc.org
GNU General Public License v2.0
32 stars 30 forks source link

debian package build fails #51

Open jarek556 opened 4 years ago

jarek556 commented 4 years ago

File debian/libesnacc180.install has wrong library names: ...so.0.0.0 but generated files are ...so.0.899.0 Proposed diff:

3c3
< debian/tmp/usr/lib/libcasn1.so.0.0.0
---
> debian/tmp/usr/lib/libcasn1.so.0.899.0
6c6
< debian/tmp/usr/lib/libcxxasn1.so.0.0.0
---
> debian/tmp/usr/lib/libcxxasn1.so.0.899.0
9,10c9
< debian/tmp/usr/lib/libcxxasn1rose.so.0.0.0
---
> debian/tmp/usr/lib/libcxxasn1rose.so.0.899.0
apconole commented 4 years ago

jarek556 notifications@github.com writes:

File debian/libesnacc180.install has wrong library names: ...so.0.0.0 but generated files are ...so.0.899.0

Hrrm... okay I'll take a look - thanks for the report.

Proposed diff: 3c3 < debian/tmp/usr/lib/libcasn1.so.0.0.0

debian/tmp/usr/lib/libcasn1.so.0.899.0 6c6 < debian/tmp/usr/lib/libcxxasn1.so.0.0.0


debian/tmp/usr/lib/libcxxasn1.so.0.899.0 9,10c9 < debian/tmp/usr/lib/libcxxasn1rose.so.0.0.0


debian/tmp/usr/lib/libcxxasn1rose.so.0.899.0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.