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

Bug#542575: marked as done (defoma: please provide a debhelper sequence addon)



Your message dated Thu, 03 May 2012 18:37:48 +0000
with message-id <E1SQ0uS-0001db-19@franck.debian.org>
and subject line Bug#651494: Removed package(s) from unstable
has caused the Debian Bug report #542575,
regarding defoma: please provide a debhelper sequence addon
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
542575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542575
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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;

--- End Message ---
--- Begin Message ---
Version: 0.11.12+rm

Dear submitter,

as the package defoma has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/651494

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply to: