tags 536895 + patch

Hello,

  The attached file adds a debhelper 7 addon so that the dh command 
  automatically run common jh_* commands management with:
  dh $@ --with javahelper

  The file should be installed in /usr/share/perl5/Debian/Debhelper/Sequence

  I think I was mistaken about suggesting that the addon would run ant, 
  I think this should be done in debhelper itself, actually I've already 
  submitted patch for this (bug #537021).

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7 (@ subkeys.pgp.net)
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7
#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_before("dh_compress", "jh_installlibs");
insert_before("dh_compress", "jh_depends");
insert_before("dh_compress", "jh_manifest");
insert_before("dh_compress", "jh_exec");

1;

Reply via email to