Skip to content

gobkc/deb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deb-demo

This git repository is used to create a basic deb packaging environment

How to build deb file?

  1. clone this project
git clone https://github.com/gobkc/deb-demo.git
  1. Modify the "devscript" directory name to your own app name
cd deb-demo
mv devscript your-app
  1. Modify package information
vi devscript/DEBIAN/control

control file:

Package: your app name
Version: 1.0
Section: utils
Priority: optional
Architecture: all
Depends: bash
Maintainer: your name
Description: app description
  1. Add the script you want to package to usr/bin

  2. Execute the packaging command

dpkg-deb --build your-app-package-name

About

This git repository is used to create a basic deb packaging environment

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •