{"id":28984325,"url":"https://github.com/samwhelp/demo-debian-packaging-app-sh","last_synced_at":"2026-05-19T03:21:26.784Z","repository":{"id":298047997,"uuid":"998647944","full_name":"samwhelp/demo-debian-packaging-app-sh","owner":"samwhelp","description":"demo-debian-packaging-app-sh","archived":false,"fork":false,"pushed_at":"2025-07-14T19:51:56.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T23:58:24.267Z","etag":null,"topics":["deb","deb-packaging","deb-recipe","deb-src-control","deb-src-rules","debian","debian-packaging","packaging"],"latest_commit_sha":null,"homepage":"https://samwhelp.github.io/demo-debian-packaging-app-sh/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samwhelp.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,"zenodo":null}},"created_at":"2025-06-09T02:59:49.000Z","updated_at":"2025-07-14T19:49:26.000Z","dependencies_parsed_at":"2025-06-09T05:40:38.345Z","dependency_job_id":null,"html_url":"https://github.com/samwhelp/demo-debian-packaging-app-sh","commit_stats":null,"previous_names":["samwhelp/demo-debian-packaging-app-sh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samwhelp/demo-debian-packaging-app-sh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdemo-debian-packaging-app-sh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdemo-debian-packaging-app-sh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdemo-debian-packaging-app-sh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdemo-debian-packaging-app-sh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samwhelp","download_url":"https://codeload.github.com/samwhelp/demo-debian-packaging-app-sh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samwhelp%2Fdemo-debian-packaging-app-sh/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267320254,"owners_count":24068527,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["deb","deb-packaging","deb-recipe","deb-src-control","deb-src-rules","debian","debian-packaging","packaging"],"created_at":"2025-06-24T17:03:23.515Z","updated_at":"2026-05-19T03:21:26.737Z","avatar_url":"https://github.com/samwhelp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# demo-debian-packaging-app-sh\n\n\n\n\n## Home\n\n| Link | GitHub |\n| ---- | ------ |\n| [demo-debian-packaging-app-sh](https://samwhelp.github.io/demo-debian-packaging-app-sh/) | [GitHub](https://github.com/samwhelp/demo-debian-packaging-app-sh) |\n\n\n\n\n## Subject\n\n* [Howto](#howto)\n* [Debian Wiki](#debian-wiki)\n* [Debian Packaging / Tutorial](#debian-packaging--tutorial)\n* [Debian Packaging / Case](#debian-packaging--case)\n* [Debian Packaging / Demo](#debian-packaging--demo)\n* [Changelog](#changelog)\n\n\n\n\n## Howto\n\n### help\n\n\u003e run\n\n``` sh\nmake help\n```\n\nshow\n\n```\nUsage:\n\t$ make [action]\n\nExample:\n\t$ make\n\n\t$ make help\n\n\t$ make deb-build-essential\n\n\t$ make deb-build-dep\n\n\t$ make deb-build\n\n\t$ make debsrc-build\n\n```\n\n\n\n\n## Debian Wiki\n\n* [Packaging](https://wiki.debian.org/Packaging)\n* Packaging / [Intro](https://wiki.debian.org/Packaging/Intro)\n* [BuildingTutorial](https://wiki.debian.org/BuildingTutorial)\n* [SimplePackagingTutorial](https://wiki.debian.org/SimplePackagingTutorial)\n\n\n\n\n## Debian Packaging / Tutorial\n\n``` sh\nsudo apt-get install packaging-tutorial\n```\n\n* [SimplePackagingTutorial](https://wiki.debian.org/SimplePackagingTutorial)\n* [debian-packaging-tutorial](https://www.debian.org/doc/manuals/packaging-tutorial/)\n* [https://salsa.debian.org/debian/packaging-tutorial](https://salsa.debian.org/debian/packaging-tutorial)\n\n\n\u003e Contribute to debian-packaging-tutorial\n\nContribute:\n\n* apt-get source packaging-tutorial\n* debcheckout packaging-tutorial\n* git clone https://salsa.debian.org/debian/packaging-tutorial.git\n* [https://salsa.debian.org/debian/packaging-tutorial](https://salsa.debian.org/debian/packaging-tutorial)\n* Open bugs: [bugs.debian.org/src:packaging-tutorial](bugs.debian.org/src:packaging-tutorial)\n\n\n\n\n## Debian Packaging / Case\n\n* GitHub / Nitrux / [nitrux-base-files](https://github.com/Nitrux/nitrux-base-files/blob/legacy/gh-build.sh)\n* GitHub / samwhelp / [deb-recipe](https://github.com/samwhelp/deb-recipe)\n* GitHub / samwhelp / [pacstall-packaging](https://github.com/samwhelp/pacstall-packaging)\n\n\n\n\n## Debian Packaging / Demo\n\n* GitHub / samwhelp / [demo-create-debian-package](https://github.com/samwhelp/demo-create-debian-package)\n\n\n\n\n## Changelog\n\n* [man 5 deb-changelog](https://manpages.debian.org/stable/dpkg-dev/deb-changelog.5.en.html)\n* [man 1 debchange](https://manpages.debian.org/stable/devscripts/debchange.1.en.html)\n\n\n\u003e changelog date format\n\nrun\n\n``` sh\ndate -R\n```\n\nrun\n\n\n``` sh\ndate -d '2025-06-09 07:45:46' -R\n```\n\n\n\u003e edit changelog\n\n``` sh\ndebchange\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fdemo-debian-packaging-app-sh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamwhelp%2Fdemo-debian-packaging-app-sh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamwhelp%2Fdemo-debian-packaging-app-sh/lists"}