Skip to content

Debhelper scripts for building Debian packages for Flabbergast libraries

License

Notifications You must be signed in to change notification settings

purpleidea/dh-flabbergast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dh-flabbergast

This package provides Debhelper tools to make building Debian packages of Flabbergast libraries. It manages the inter-package dependencies automatically.

Repository

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_0

In 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

About

Debhelper scripts for building Debian packages for Flabbergast libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published