Package: cdbs
Version: 0.4.52
Severity: wishlist
Tags: patch
I want to support the font package in CDBS.
Could you add dh_installdefoma in debhelper.mk ?
Best regards,
Nobuhiro
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages cdbs depends on:
ii debhelper 7.0.15 helper programs for debian/rules
Versions of packages cdbs recommends:
ii autotools-dev 20080123.1 Update infrastructure for config.{
Versions of packages cdbs suggests:
ii defoma 0.11.10-0.2 Debian Font Manager -- automatic f
ii devscripts 2.10.35 scripts to make the life of a Debi
ii doc-base 0.8.16 utilities to manage online documen
-- no debconf information
--
Nobuhiro Iwamatsu
--- 1/rules/debhelper.mk.in.orig 2008-09-24 16:42:48.000000000 +0900
+++ 1/rules/debhelper.mk.in 2008-09-24 16:42:31.000000000 +0900
@@ -179,6 +179,7 @@
dh_installchangelogs -p$(cdbs_curpkg) $(DEB_DH_INSTALLCHANGELOGS_ARGS) $(DEB_INSTALL_CHANGELOGS_ALL) $(DEB_INSTALL_CHANGELOGS_$(cdbs_curpkg))
$(if $(wildcard /usr/bin/dh_installudev),dh_installudev -p$(cdbs_curpkg) $(DEB_DH_INSTALLUDEV_ARGS))
$(if $(wildcard /usr/bin/dh_lintian),dh_lintian -p$(cdbs_curpkg) $(DEB_DH_LINTIAN_ARGS))
+ $(if $(wildcard /usr/bin/dh_installdefoma),dh_installdefoma -p$(cdbs_curpkg) $(DEB_DH_INSTALLDEFOMA_ARGS))
dh_install -p$(cdbs_curpkg) $(if $(DEB_DH_INSTALL_SOURCEDIR),--sourcedir=$(DEB_DH_INSTALL_SOURCEDIR)) $(DEB_DH_INSTALL_ARGS)
dh_link -p$(cdbs_curpkg) $(DEB_DH_LINK_ARGS) $(DEB_DH_LINK_$(cdbs_curpkg))
dh_installmime -p$(cdbs_curpkg) $(DEB_DH_INSTALLMIME_ARGS)