Sha256: fd067609de06375db40843fc3b2cbd80d58e084fb8d831fcb3e8e4920c54bfc2

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

[DEFAULT]
pristine-tar = False
no-create-orig = True
pbuilder = True

prebuild = bash -c "
    # Show execution trace
    set -x &&
    # Use debian/changelog (not VERSION_CURRENT) to get upstream version to build
    upstream_version=$(dpkg-parsechangelog | sed -E -n 's/^Version: +(.*)-.*/\1/p') &&
    # Determine list of embedded sources to exclude from Debian source package
    third_party_filter_files=\"$([ -d third-party ] && find third-party/ -mindepth 1 -maxdepth 1 -printf "libmongocrypt-\${upstream_version}/%p ")\" &&
    third_party_rm_files=\"$([ -d third-party ] && find third-party/ -mindepth 1 -maxdepth 1 -printf '%p ')\" &&
    # Create upstream tarball from reference, exclude items that do not belong
    pushd $GBP_GIT_DIR/.. &&
    git archive --format=tar --prefix=libmongocrypt-\${upstream_version}/ HEAD | tar -f - --delete libmongocrypt-\${upstream_version}/debian \$third_party_filter_files | gzip > $GBP_BUILD_DIR/../libmongocrypt_\${upstream_version}.orig.tar.gz &&
    popd &&
    rm -rf \$third_party_rm_files"

upstream-tree = BRANCH
upstream-branch = master
upstream-tag = %(version)s
debian-branch = master

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
libmongocrypt-helper-1.8.0.0.1001 ext/libmongocrypt/libmongocrypt/debian/gbp.conf