这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: termux/termux-create-package
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11
Choose a base ref
...
head repository: termux/termux-create-package
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 7 commits
  • 33 files changed
  • 2 contributors

Commits on Dec 10, 2021

  1. Rewrite termux-create-package

    ### 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.
    agnostic-apollo committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    937b70b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb64fff View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Fixed: Fix script installation url for master branch and permissions

    Instructions were copied from one of my lib repos, hence had different permissions.
    agnostic-apollo committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    b86f7b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e941db View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    4b513b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a19fb7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from agnostic-apollo/rewrite

    Rewrite termux-create-package
    agnostic-apollo authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    a7e20f9 View commit details
    Browse the repository at this point in the history
Loading