Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debbuild/debbuild-macros
packaging macros for debbuild
https://github.com/debbuild/debbuild-macros
debbuild debbuild-macros debian rpmbuild ubuntu
Last synced: about 2 months ago
JSON representation
packaging macros for debbuild
- Host: GitHub
- URL: https://github.com/debbuild/debbuild-macros
- Owner: debbuild
- License: apache-2.0
- Created: 2019-08-03T18:03:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T17:05:55.000Z (about 2 years ago)
- Last Synced: 2024-12-06T12:14:08.318Z (2 months ago)
- Topics: debbuild, debbuild-macros, debian, rpmbuild, ubuntu
- Language: Shell
- Homepage:
- Size: 54.7 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-ASL-2.0
Awesome Lists containing this project
README
# debbuild-macros
This repository is a set of experimental RPM macros for [debbuild](https://github.com/ascherer/debbuild),
designed in such a manner that it's trivial to port RPM packaging to build Debian packages that are
mostly in-line with Debian Policy.# Licensing
Most of the macros are derived from Fedora or Mageia macros, which are licensed under the MIT License.
The systemd macros are derived from macros shipped with systemd, and thus are licensed under the
GNU Lesser General Public License, version 2.1 (or any later version, at your choice).The meson macros are derived from macros shipped with meson, and thus are licensed under the
Apache Software License, version 2.0.Other files may have their own licensing as indicated within their sources.