{"id":32779362,"url":"https://github.com/ghtaarn/simple-deb-experiment","last_synced_at":"2026-02-25T08:39:58.684Z","repository":{"id":185684977,"uuid":"486835352","full_name":"GHTaarn/simple-deb-experiment","owner":"GHTaarn","description":"Demonstrates how to make a simple Debian package","archived":false,"fork":false,"pushed_at":"2022-04-29T16:58:06.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-04T16:09:54.547Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/GHTaarn.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}},"created_at":"2022-04-29T04:20:38.000Z","updated_at":"2022-04-29T05:59:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"9300b556-330d-41ac-8122-5bac19a3b091","html_url":"https://github.com/GHTaarn/simple-deb-experiment","commit_stats":null,"previous_names":["ghtaarn/simple-deb-experiment"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/GHTaarn/simple-deb-experiment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GHTaarn%2Fsimple-deb-experiment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GHTaarn%2Fsimple-deb-experiment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GHTaarn%2Fsimple-deb-experiment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GHTaarn%2Fsimple-deb-experiment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GHTaarn","download_url":"https://codeload.github.com/GHTaarn/simple-deb-experiment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GHTaarn%2Fsimple-deb-experiment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29815025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-11-04T16:05:53.583Z","updated_at":"2026-02-25T08:39:58.666Z","avatar_url":"https://github.com/GHTaarn.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple demonstration of how to build a Debian package based on\nhttps://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/\n\n# Usage\n\n```\ngit clone https://github.com/GHTaarn/simple-deb-experiment\ncd simple-deb-experiment\nmake\nsudo dpkg -i simple-deb-experiment.deb\n```\n\nThis will build the package and install it. To test if the package works\ncorrectly, you can do the following:\n\n```\n# Test that it is correctly installed\ndpkg -l simple-deb-experiment\napt show simple-deb-experiment\nwhich simple-deb-experiment\nsimple-deb-experiment\n\n# Uninstall\nsudo dpkg -r simple-deb-experiment\n\n# Test that it is correctly uninstalled\ndpkg -l simple-deb-experiment\napt show simple-deb-experiment\nwhich simple-deb-experiment\nsimple-deb-experiment\n```\n\nThe point of this project is that you can put your own project into `src/` and\nmodify the other files to create a deb package for your project.\nThe `Makefile` has some convenient targets so that everything can be\ndone in one go with the command `make clean installtest` or\n`make thoroughclean installtest`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghtaarn%2Fsimple-deb-experiment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghtaarn%2Fsimple-deb-experiment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghtaarn%2Fsimple-deb-experiment/lists"}