Hello,
I just fixed the patch to correct the sequence of jh_* commands as
follows:
jh_installlibs
jh_manifest
jh_exec
jh_depends
--
أحمد المحمودي (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_manifest");
insert_before("dh_compress", "jh_exec");
insert_before("dh_compress", "jh_depends");
1;