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
fa7463b958
commit
f8da6d5892
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ compiler:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CFLAGS="-Wno-unused-result"
|
- CFLAGS="-Wno-unused-result"
|
||||||
- CRYB_TO=0.20181115
|
- CRYB_TO=0.20190326
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -q
|
- sudo apt-get update -q
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([cryb.otp], [0.20181115], [des@des.no], [cryb-otp], [http://cryb.to/])
|
AC_INIT([cryb.otp], [0.20190326], [des@des.no], [cryb-otp], [http://cryb.to/])
|
||||||
AC_CONFIG_SRCDIR([include/cryb/otp.h])
|
AC_CONFIG_SRCDIR([include/cryb/otp.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: cryb-otp
|
||||||
Section: unknown
|
Section: unknown
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Dag-Erling Smørgrav <des@des.no>
|
Maintainer: Dag-Erling Smørgrav <des@des.no>
|
||||||
Build-Depends: debhelper (>= 9), autotools-dev, cryb-to (>= 0.20181115)
|
Build-Depends: debhelper (>= 9), autotools-dev, cryb-to (>= 0.20190326)
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: https://github.com/cryb-to/cryb-otp
|
Homepage: https://github.com/cryb-to/cryb-otp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue