update it

This commit is contained in:
Sukchan Lee 2019-09-13 12:14:30 +00:00
parent 3c8af69805
commit 8c9c2db2a9
3 changed files with 9 additions and 3 deletions

View File

@ -119,8 +119,8 @@ if test x$have_srclib == xyes; then
AC_SUBST(OGSCRYPT_CFLAGS, '-I$(top_srcdir)/lib/ogslib/src') AC_SUBST(OGSCRYPT_CFLAGS, '-I$(top_srcdir)/lib/ogslib/src')
AC_SUBST(OGSCRYPT_LIBS, '$(top_srcdir)/lib/ogslib/src/crypt/libogscrypt-1.0.la') AC_SUBST(OGSCRYPT_LIBS, '$(top_srcdir)/lib/ogslib/src/crypt/libogscrypt-1.0.la')
else else
PKG_CHECK_MODULES(OGSCORE, ogscore-1.0 >= 1.1.0) PKG_CHECK_MODULES(OGSCORE, ogscore-1.0 >= 1.3.0)
PKG_CHECK_MODULES(OGSCRYPT, ogscrypt-1.0 >= 1.1.0) PKG_CHECK_MODULES(OGSCRYPT, ogscrypt-1.0 >= 1.3.0)
fi fi
AM_CONDITIONAL([WITH_SRCLIB], [test x$have_srclib = xyes]) AM_CONDITIONAL([WITH_SRCLIB], [test x$have_srclib = xyes])

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
nextepc (0.6.0) unstable; urgency=medium
* Re-factorting all the library
-- Sukchan Lee <acetcom@gmail.com> Fri, 13 Sep 2019 12:14:08 +0000
nextepc (0.5.2~disco) disco; urgency=medium nextepc (0.5.2~disco) disco; urgency=medium
* Bug Fixed * Bug Fixed

2
debian/control vendored
View File

@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
libtool, libtool,
flex, flex,
bison, bison,
libogslib-dev (>= 1.2.1), libogslib-dev (>= 1.3.0),
libgnutls28-dev, libgnutls28-dev,
libgcrypt-dev, libgcrypt-dev,
libssl-dev, libssl-dev,