diff --git a/unibuild-package/unibuild-package/unibuild-deb.make b/unibuild-package/unibuild-package/unibuild-deb.make index ffcd157..9a231ed 100644 --- a/unibuild-package/unibuild-package/unibuild-deb.make +++ b/unibuild-package/unibuild-package/unibuild-deb.make @@ -122,14 +122,14 @@ endif @printf "\nBuilding 'orig' tarball $(ORIG_TARBALL).\n\n" mkdir -p $(BUILD_ORIG_PACKAGE_DIR) ifneq ($(SOURCE_TARBALL),) - # Copy the original tarball without modification + -# Copy the original tarball without modification cp $(SOURCE_TARBALL) $(PRODUCTS_DIR)/$(ORIG_TARBALL) else - # Build from the unpacked sources since there wasn't one + -# Build from the unpacked sources since there wasn't one (cd '$@' && tar cf - .) | (cd $(BUILD_ORIG_PACKAGE_DIR) && tar xpf -) - # Debian packaging guidelines dictate that the "orig" tarball - # must not change if the software doesn't, so remove any - # packaging information before creating it. + -# Debian packaging guidelines dictate that the "orig" tarball + -# must not change if the software doesn't, so remove any + -# packaging information before creating it. find '$(BUILD_ORIG_PACKAGE_DIR)' -name 'unibuild-packaging' -type d | xargs rm -rf (cd $(BUILD_ORIG_DIR) && tar cf - $(SOURCE_VERSION) | gzip -n ) > $(PRODUCTS_DIR)/$(ORIG_TARBALL) endif diff --git a/unibuild-package/unibuild-package/unibuild-packaging/deb/changelog b/unibuild-package/unibuild-package/unibuild-packaging/deb/changelog index 8cc48ac..ff63d82 100644 --- a/unibuild-package/unibuild-package/unibuild-packaging/deb/changelog +++ b/unibuild-package/unibuild-package/unibuild-packaging/deb/changelog @@ -1,3 +1,9 @@ +unibuild-package (1.1-1) perfsonar-5.0; urgency=low + + * Minor revisions + + -- perfSONAR developers Tue, 13 Feb 2024 00:00:00 +0000 + unibuild-package (1.0-1) perfsonar-5.0; urgency=low * First version diff --git a/unibuild-package/unibuild-package/unibuild-packaging/rpm/unibuild-package.spec b/unibuild-package/unibuild-package/unibuild-packaging/rpm/unibuild-package.spec index ee02c39..97217ab 100644 --- a/unibuild-package/unibuild-package/unibuild-packaging/rpm/unibuild-package.spec +++ b/unibuild-package/unibuild-package/unibuild-packaging/rpm/unibuild-package.spec @@ -3,7 +3,7 @@ # Name: unibuild-package -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: Unibuild Package Builder