https://github.com/ziozzang/rpm_deb_packager
The Skeleton Template of debian/RHEL package generation.
https://github.com/ziozzang/rpm_deb_packager
Last synced: 3 months ago
JSON representation
The Skeleton Template of debian/RHEL package generation.
- Host: GitHub
- URL: https://github.com/ziozzang/rpm_deb_packager
- Owner: ziozzang
- License: mit
- Created: 2013-07-26T00:33:37.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-26T00:50:07.000Z (almost 13 years ago)
- Last Synced: 2025-03-23T12:13:26.850Z (over 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rpm & deb packager
==================
- by Jioh L. Jung (ziozzang@gmail.com)
The Skeleton Template of debian/RHEL package generation.
You can make debian package and rpm package for your linux dist.
How To
======
* for Ubuntu/Debian
1st, you must edit deb/*. it has package information.
2nd, edit make-deb-package.sh for package copy procedure.
3rd, run make-deb-package.sh
- devscripts, debhelper package is needed
* for rpm
1st, you must edit rpm/*.
2nd, edit make-deb-package.sh for package copy procedure.
3rd, run make-rpm-package.sh
Notice
======
You can copy this source and edit freely.