Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purpleidea/dh-flabbergast
Debhelper scripts for building Debian packages for Flabbergast libraries
https://github.com/purpleidea/dh-flabbergast
Last synced: 14 days ago
JSON representation
Debhelper scripts for building Debian packages for Flabbergast libraries
- Host: GitHub
- URL: https://github.com/purpleidea/dh-flabbergast
- Owner: purpleidea
- License: lgpl-3.0
- Created: 2020-07-12T18:42:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T15:53:08.000Z (about 8 years ago)
- Last Synced: 2024-11-04T15:55:12.483Z (2 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# dh-flabbergast
This package provides
[Debhelper](https://alioth.debian.org/projects/debhelper/) tools to make
building Debian packages of Flabbergast libraries. It manages the inter-package
dependencies automatically.[Repository](https://github.com/flabbergast-config/dh-flabbergast)
## Installation
This package can be installed via apt-get:apt-add-repository ppa:flabbergast/ppa && apt-get update && apt-get install dh-flabbergast
Or installed manually:
sudo apt-get install perl debhelper
make && sudo make install## Usage
For a package, first, in `debian/rules`, include `o_0` as an argument to `dh`:#!/usr/bin/make -f
# -*- makefile -*-
%:
dh $@ --with o_0In the `debian/control` file, use `${flabbergast:Depends}` to add the dependency:
Package: awesome-flabbergast
Architecture: all
Depends: ${misc:Depends}, ${flabbergast:Depends}
Description: Awesome templates for Flabbergast
Does some stuff