fixed debianization, new version;

v0.5.xx
Alexander Vdolainen 9 years ago
parent fd737bddea
commit 29bcfa8ca4

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(libsxmp, 0.4.0)
AC_INIT(libsxmp, 0.4.1)
AC_CONFIG_HEADERS([config.h])

9
debian/changelog vendored

@ -1,3 +1,12 @@
libsxmp (0.4.1) stable; urgency=high
* Versioning for library added
* Debianization fixes
* Manual pages fixes
* Code cleanup
-- Alexander Vdolainen <vdo@askele.com> Fri, 30 Oct 2015 19:32:11 +0200
libsxmp (0.4.0) stable; urgency=high
* Clean up

4
debian/files vendored

@ -1,2 +1,2 @@
libsxmp-dev_0.4.0_amd64.deb libdevel extra
libsxmp_0.4.0_amd64.deb libs extra
libsxmp-dev_0.4.1_amd64.deb libdevel extra
libsxmp_0.4.1_amd64.deb libs extra

@ -1,29 +1,29 @@
man/connection_close.3
man/connection_link.3
man/connection_master_link.3
man/connections_create.3
man/connections_destroy.3
man/connections_free.3
man/connections_get_priv.3
man/connections_init.3
man/connections_set_authcheck.3
man/connections_set_channelcall.3
man/connections_set_ondestroy.3
man/connections_set_onpulse.3
man/connections_set_priv.3
man/connections_set_rpcvalidator.3
man/connections_setsslserts.3
man/connections_set_sslvalidate.3
man/sxhub_destroy.3
man/sxhub_free.3
man/sxhub_get_priv.3
man/sxhub_init.3
man/sxlink_close.3
man/sxlink_connect.3
man/sxmp_finalize.3
man/sxmp_init.3
man/sxchannel_close.3
man/sxchannel_open.3
man/sxmsg_clean.3
man/sxhub_create.3
man/sxhub_set_channelcall.3
man/sxhub_set_onpulse.3
man/sxhub_set_rpcvalidator.3
man/sxhub_setsslserts.3
man/sxmsg_pulse.3
man/sxmsg_reply.3
man/sxmsg_reply_pp.3
man/sxmsg_return.3
man/sxmsg_return_pp.3
man/sxmsg_rreply.3
man/sxmsg_send.3
man/sxchannel_close.3
man/sxmsg_clean.3
man/sxmsg_send_pp.3
man/sxmsg_reply_pp.3
man/sxmsg_return_pp.3
man/sxhub_set_authcheck.3
man/sxhub_set_ondestroy.3
man/sxhub_set_priv.3
man/sxhub_set_sslvalidate.3
man/sxlink_master_accept.3
man/sxmsg_reply.3
man/sxmsg_rreply.3

@ -1,2 +1,2 @@
shlibs:Depends=libc6 (>= 2.2.5), libsexpr, libssl1.0.0 (>= 1.0.1), libtdata, libuuid1 (>= 2.20.1)
shlibs:Depends=libc6 (>= 2.15), libsexpr, libssl1.0.0 (>= 1.0.1), libtdata, libuuid1 (>= 2.20.1)
misc:Depends=

@ -1 +1 @@
libsxmp 0.3.0 libsxmp (>> 0.3.0), libsxmp (<< 0.3.99)
libsxmp 0.4.0 libsxmp (>> 0.4.0), libsxmp (<< 0.4.99)

Loading…
Cancel
Save