AlkantarClanX12

Your IP : 216.73.216.201


Current Path : /usr/share/perl5/Debian/Debhelper/Sequence/
Upload File :
Current File : //usr/share/perl5/Debian/Debhelper/Sequence/autotools_dev.pm

#!/usr/bin/perl
use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_before("dh_auto_configure", "dh_autotools-dev_updateconfig");
insert_before("dh_clean", "dh_autotools-dev_restoreconfig");

1;