update
This commit is contained in:
parent
efdd66373e
commit
5220958c0a
18 changed files with 61 additions and 112 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2_9_0
|
||||
APP=mysql_fdw
|
||||
VERSION=2_9_1
|
||||
APP=mysqlfdw
|
||||
DEPOT=https://github.com/EnterpriseDB/mysql_fdw.git
|
||||
GIT_VERSION=REL-${VERSION}
|
||||
DEB_VERSION=$(echo ${VERSION} | sed 's/_/./g' )-$(date +%Y%m%d%H%M)
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Package: mysqlfdw
|
||||
Package: mysqlfdw
|
||||
Version: %VERSION%
|
||||
Section: contrib
|
||||
Priority: optional
|
||||
Depends: libmariadb-dev-compat
|
||||
Architecture: all
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: mysql_fdw
|
||||
Description: mysql_fdw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue