{"id":18801308,"url":"https://github.com/trydock/d10-pkg-builder","last_synced_at":"2026-01-04T11:30:15.761Z","repository":{"id":146296058,"uuid":"306910143","full_name":"trydock/d10-pkg-builder","owner":"trydock","description":"Debain Buster Package Builder","archived":false,"fork":false,"pushed_at":"2020-10-24T17:02:57.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T19:49:14.003Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trydock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-24T15:13:46.000Z","updated_at":"2020-10-24T17:01:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"3152de78-c100-485c-baf5-e4128be1778d","html_url":"https://github.com/trydock/d10-pkg-builder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trydock%2Fd10-pkg-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trydock%2Fd10-pkg-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trydock%2Fd10-pkg-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trydock%2Fd10-pkg-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trydock","download_url":"https://codeload.github.com/trydock/d10-pkg-builder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239734551,"owners_count":19688256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T22:23:16.481Z","updated_at":"2026-01-04T11:30:15.718Z","avatar_url":"https://github.com/trydock.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debian 10 package builder\n\nThis is a [GitHub Action](https://github.com/features/actions) that will\nbuild a [Debian package](https://en.wikipedia.org/wiki/Deb_%28file_format%29)\n(`.deb` file) using the latest version of [Debian Buster](https://www.debian.org/releases/buster/).\n\n## Usage\n\n```yaml\non:\n  push:\n    branches:\n      - master\n\njobs:\n  build-deb:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n\n      - uses: trydock/d10-pkg-builder@v1\n        id: build\n        with:\n          args: --unsigned-source --unsigned-changes\n\n      - uses: actions/upload-artifact@v1\n        with:\n          name: ${{ steps.build.outputs.filename }}\n          path: ${{ steps.build.outputs.filename }}\n```\n\nThis Action wraps the [`dpkg-buildpackage`](https://manpages.debian.org/buster/dpkg-dev/dpkg-buildpackage.1.en.html)\ncommand. To use it, you must have a `debian` directory at the top of\nyour repository, with all the files that `dpkg-buildpackage` expects.\n\nThis Action does the following things inside a Docker container:\n\n1. Call [`mk-build-deps`](http://manpages.ubuntu.com/manpages/buster/man1/mk-build-deps.1.html)\n   to ensure that the build dependencies defined the `debian/control` file\n   are installed in the Docker image.\n2. Call [`dpkg-buildpackage`](https://manpages.debian.org/buster/dpkg-dev/dpkg-buildpackage.1.en.html)\n   with whatever arguments are passed to the\n   [`args` input](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepswithargs) in the step definition.\n3. Move the resulting `*.deb` files into the top level of your repository,\n   so that other GitHub Actions steps can process them futher.\n4. Set the `filename` and `filename-dbgsym`\n   [outputs](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjobs_idoutputs),\n   so that other GitHub Actions steps can easily reference\n   the resulting files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrydock%2Fd10-pkg-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrydock%2Fd10-pkg-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrydock%2Fd10-pkg-builder/lists"}