[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#542575: defoma: please provide a debhelper sequence addon



Package: defoma
Version: 0.11.10-1
Severity: wishlist
Tags: patch

Hi,

please provide a debhelper sequence addon in the defoma package. This would make it possible to build font packages with the following tiny debian/rules file making use of the latest debhelper features:

#!/usr/bin/make -f
%:
	dh --with defoma $@

The attached file needs to get installed into "/usr/share/perl5/Debian/Debhelper/Sequence/" in order to make this feature available. It does nothing more than run dh_defoma right after dh_install, which should be all that's necessary for font packages with respect to debhelper calls.

Cheers,
Fabian

--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax:     +49 (0)234 / 32-14227
E-Mail:  greffrath@leat.ruhr-uni-bochum.de
#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_install", "dh_defoma");

1;

Reply to: