-
Notifications
You must be signed in to change notification settings - Fork 99
Comparing changes
Open a pull request
base repository: termux/termux-create-package
base: v0.11
head repository: termux/termux-create-package
compare: master
- 14 commits
- 34 files changed
- 5 contributors
Commits on Dec 10, 2021
-
### Added - Add support for `YAML` format for manifests. - Add support for custom permissions and ownership of data files. - Add support to automatically set permissions and ownership to control tar files. - Add support to automatically add `Installed-Size` field to `control` file. - Add support to automatically generate `md5sums` file. - Add support to automatically add other controls files `config`, `conffiles`, `templates`, `shlibs` to control tar. - Add support to add custom `control` file fields. - Add support for control and data tar compression type and format. - Add support for `--control-files-dir`, `--deb-dir`, `--deb-name`, `--files-dir`, `--pkg-arch`, `--pkg-version` and `--yaml` comamnd line options. - Add support of `installation_prefix`, `files_dir`, `tar_compression`, `tar_format`, `deb_dir`, `deb_name`, `deb_architecture_tag`, `control_files_dir`, `maintainer_scripts_shebang`, `conffiles_prefix_to_replace`, `fix_perms`, `allow_bad_user_names_and_ids`, `ignore_android_specific_rules` create info fields in manifest. - Add support of `source`, `perm`, `fix_perm`, `source_ownership`, `owner_uid`, `owner_uname`, `owner_gid`, `owner_gname`, `is_conffile` attribute fields for `data_files` dictionary in manifest. - Add support of `ignore`, `ignore_if_no_exist`, `source_readlink`, `source_recurse`, `set_parent_perm`, `symlink_destinations`, `set_shebang` action fields for `data_files` dictionary in manifest. - Add support to automatically add `termux-create-package` script and `sha256sums.txt` to releases. ### Changed - The manifest format has been completely changed, but backward compatibility still maintained. Check `README.md` for details. The `files` dictionary has been replaced with `data_files`. The `control` file fields are to be added to the `control` dictionary. - Extended manifest validation so that debs comply with debian and `dpkg` rules. - The manifest `Depends`, `Provides`, `Conflicts` and other package relationship fields should be of type `string` now instead of a `list`. - The manifest `Description` and other multi-line field values should be of type `list` now instead of a `string`. - The `--prefix` must now be an absolute path.
Configuration menu - View commit details
-
Copy full SHA for 937b70b - Browse repository at this point
Copy the full SHA 937b70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb64fff - Browse repository at this point
Copy the full SHA eb64fffView commit details
Commits on Dec 11, 2021
-
Fixed: Fix script installation url for master branch and permissions
Instructions were copied from one of my lib repos, hence had different permissions.
Configuration menu - View commit details
-
Copy full SHA for b86f7b9 - Browse repository at this point
Copy the full SHA b86f7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e941db - Browse repository at this point
Copy the full SHA 4e941dbView commit details
Commits on Jan 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4b513b1 - Browse repository at this point
Copy the full SHA 4b513b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a19fb7 - Browse repository at this point
Copy the full SHA 3a19fb7View commit details -
Merge pull request #35 from agnostic-apollo/rewrite
Rewrite termux-create-package
Configuration menu - View commit details
-
Copy full SHA for a7e20f9 - Browse repository at this point
Copy the full SHA a7e20f9View commit details
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5f2aa5 - Browse repository at this point
Copy the full SHA d5f2aa5View commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6f2e15 - Browse repository at this point
Copy the full SHA f6f2e15View commit details -
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2fca44f - Browse repository at this point
Copy the full SHA 2fca44fView commit details
Commits on Sep 5, 2023
-
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e3cef9 - Browse repository at this point
Copy the full SHA 8e3cef9View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4d4155 - Browse repository at this point
Copy the full SHA e4d4155View commit details -
Merge pull request #45 from termux/dependabot/github_actions/actions/…
…checkout-4 Bump actions/checkout from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for d9d66fc - Browse repository at this point
Copy the full SHA d9d66fcView commit details -
Merge pull request #46 from fornwall/fix-typo
Fixed: Add missing comma in setup.py
Configuration menu - View commit details
-
Copy full SHA for 1f2f17c - Browse repository at this point
Copy the full SHA 1f2f17cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11...master