Skip to content

Commit

Permalink
Fixed comments in recipes; version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Feb 13, 2024
1 parent 6b83880 commit c4ca3b2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions unibuild-package/unibuild-package/unibuild-deb.make
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
unibuild-package (1.1-1) perfsonar-5.0; urgency=low

* Minor revisions

-- perfSONAR developers <[email protected]> Tue, 13 Feb 2024 00:00:00 +0000

unibuild-package (1.0-1) perfsonar-5.0; urgency=low

* First version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

Name: unibuild-package
Version: 1.0
Version: 1.1
Release: 1%{?dist}

Summary: Unibuild Package Builder
Expand Down

0 comments on commit c4ca3b2

Please sign in to comment.