Use shared library
parent
925f03d91e
commit
86af425ec3
|
|
@ -4,7 +4,7 @@ def call(String repoDir) {
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
INPUT_FILE="${repoDir}/changelog.md"
|
INPUT_FILE="${repoDir}/CHANGELOG.md"
|
||||||
OUTPUT_FILE="${repoDir}/debian/changelog"
|
OUTPUT_FILE="${repoDir}/debian/changelog"
|
||||||
PACKAGE_NAME="oggui"
|
PACKAGE_NAME="oggui"
|
||||||
MAINTAINER_NAME="Lucas Lara"
|
MAINTAINER_NAME="Lucas Lara"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue