https://github.com/samwhelp/demo-debian-packaging-app-sh
demo-debian-packaging-app-sh
https://github.com/samwhelp/demo-debian-packaging-app-sh
deb deb-packaging deb-recipe deb-src-control deb-src-rules debian debian-packaging packaging
Last synced: about 1 month ago
JSON representation
demo-debian-packaging-app-sh
- Host: GitHub
- URL: https://github.com/samwhelp/demo-debian-packaging-app-sh
- Owner: samwhelp
- License: mit
- Created: 2025-06-09T02:59:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-14T19:51:56.000Z (11 months ago)
- Last Synced: 2025-07-14T23:58:24.267Z (11 months ago)
- Topics: deb, deb-packaging, deb-recipe, deb-src-control, deb-src-rules, debian, debian-packaging, packaging
- Language: Shell
- Homepage: https://samwhelp.github.io/demo-debian-packaging-app-sh/
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demo-debian-packaging-app-sh
## Home
| Link | GitHub |
| ---- | ------ |
| [demo-debian-packaging-app-sh](https://samwhelp.github.io/demo-debian-packaging-app-sh/) | [GitHub](https://github.com/samwhelp/demo-debian-packaging-app-sh) |
## Subject
* [Howto](#howto)
* [Debian Wiki](#debian-wiki)
* [Debian Packaging / Tutorial](#debian-packaging--tutorial)
* [Debian Packaging / Case](#debian-packaging--case)
* [Debian Packaging / Demo](#debian-packaging--demo)
* [Changelog](#changelog)
## Howto
### help
> run
``` sh
make help
```
show
```
Usage:
$ make [action]
Example:
$ make
$ make help
$ make deb-build-essential
$ make deb-build-dep
$ make deb-build
$ make debsrc-build
```
## Debian Wiki
* [Packaging](https://wiki.debian.org/Packaging)
* Packaging / [Intro](https://wiki.debian.org/Packaging/Intro)
* [BuildingTutorial](https://wiki.debian.org/BuildingTutorial)
* [SimplePackagingTutorial](https://wiki.debian.org/SimplePackagingTutorial)
## Debian Packaging / Tutorial
``` sh
sudo apt-get install packaging-tutorial
```
* [SimplePackagingTutorial](https://wiki.debian.org/SimplePackagingTutorial)
* [debian-packaging-tutorial](https://www.debian.org/doc/manuals/packaging-tutorial/)
* [https://salsa.debian.org/debian/packaging-tutorial](https://salsa.debian.org/debian/packaging-tutorial)
> Contribute to debian-packaging-tutorial
Contribute:
* apt-get source packaging-tutorial
* debcheckout packaging-tutorial
* git clone https://salsa.debian.org/debian/packaging-tutorial.git
* [https://salsa.debian.org/debian/packaging-tutorial](https://salsa.debian.org/debian/packaging-tutorial)
* Open bugs: [bugs.debian.org/src:packaging-tutorial](bugs.debian.org/src:packaging-tutorial)
## Debian Packaging / Case
* GitHub / Nitrux / [nitrux-base-files](https://github.com/Nitrux/nitrux-base-files/blob/legacy/gh-build.sh)
* GitHub / samwhelp / [deb-recipe](https://github.com/samwhelp/deb-recipe)
* GitHub / samwhelp / [pacstall-packaging](https://github.com/samwhelp/pacstall-packaging)
## Debian Packaging / Demo
* GitHub / samwhelp / [demo-create-debian-package](https://github.com/samwhelp/demo-create-debian-package)
## Changelog
* [man 5 deb-changelog](https://manpages.debian.org/stable/dpkg-dev/deb-changelog.5.en.html)
* [man 1 debchange](https://manpages.debian.org/stable/devscripts/debchange.1.en.html)
> changelog date format
run
``` sh
date -R
```
run
``` sh
date -d '2025-06-09 07:45:46' -R
```
> edit changelog
``` sh
debchange
```