@eht16 commented on this pull request.
> + PACKAGE_VERSION="${GEANY_VERSION}-1~$(date
> '+%Y%m%d')git${GEANY_GIT_REVISION}"
+}
+
+
+run_autogen_sh() {
+ log "Run ./autogen.sh"
+ cd ${GEANY_BUILD_DIR}
+ # run ./autogen.sh as the Debian package won't run ./autogen.sh for us
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+create_tarball_for_debuild() {
+ log "Create source tarball"
+ cd ${GEANY_BUILD_DIR}
+ # create a source tarball, keep .git included on purpose for Geany GIT
build detection
+ tar --transform "s,^,geany-plugins-${GEANY_VERSION}/,S" \
Fixed, thanks.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/7#discussion_r1002517788
You are receiving this because you are subscribed to this thread.
Message ID: <geany/infrastructure/pull/7/review/[email protected]>