Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jd-apprentice/debian-package-base

✍ Part of a blog post about how to create your first debian package
https://github.com/jd-apprentice/debian-package-base

debian package shell

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 🍎 Debian-package-base

![image](http://wallpapercave.com/wp/xk9cJfn.jpg)

## 📝 Description

This is a base for creating Debian packages. It is based on [dbn-tools](https://github.com/jd-apprentice/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
```