Skip to content

jd-apprentice/debian-package-base

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
March 26, 2023 20:57
March 26, 2023 20:45
March 26, 2023 23:14
March 26, 2023 20:50

🍎 Debian-package-base

image

📝 Description

This is a base for creating Debian packages. It is based on dbn-tools.

Important

Remember to change everything inside the DEBIAN folder to your needs.

📁 Base structure

📦debian-package-base
 ┣ 📂DEBIAN
 ┃ ┣ 📜control
 ┃ ┣ 📜postinst
 ┃ ┗ 📜postrm
 ┣ 📂usr
 ┃ ┗ 📂bin
 ┃ ┃ ┗ 📜main.sh
 ┣ 📂utils
 ┃ ┗ 📜build_package.sh
 ┣ 📜LICENSE
 ┗ 📜README.md

About

Part of a blog post about how to create your first debian package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages