mirror of
https://github.com/cryb-to/cryb-otp.git
synced 2024-11-21 04:55:49 +00:00
Update to latest Cryb release.
This commit is contained in:
parent
d2b5efd41c
commit
fa7463b958
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ compiler:
|
|||
env:
|
||||
global:
|
||||
- CFLAGS="-Wno-unused-result"
|
||||
- CRYB_TO=0.20180513
|
||||
- CRYB_TO=0.20181115
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -q
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AC_PREREQ([2.63])
|
||||
AC_INIT([cryb.otp], [0.20180513], [des@des.no], [cryb-otp], [http://cryb.to/])
|
||||
AC_INIT([cryb.otp], [0.20181115], [des@des.no], [cryb-otp], [http://cryb.to/])
|
||||
AC_CONFIG_SRCDIR([include/cryb/otp.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
||||
|
@ -118,7 +118,7 @@ AC_ARG_ENABLE([werror],
|
|||
#
|
||||
# Components
|
||||
#
|
||||
CRYB_INIT
|
||||
CRYB_I_AM
|
||||
|
||||
CRYB_LIB_REQUIRE([digest test])
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: cryb-otp
|
|||
Section: unknown
|
||||
Priority: optional
|
||||
Maintainer: Dag-Erling Smørgrav <des@des.no>
|
||||
Build-Depends: debhelper (>= 9), autotools-dev, cryb-to (>= 0.20180513)
|
||||
Build-Depends: debhelper (>= 9), autotools-dev, cryb-to (>= 0.20181115)
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: https://github.com/cryb-to/cryb-otp
|
||||
|
||||
|
|
Loading…
Reference in a new issue