summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-03 13:47:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-03 13:47:51 -0700
commit6097497e420f6567319e9a8bf8b92d74c615edfd (patch)
tree8af5ff0e098a03552798f33e53d30e9ac90bef15
parent30a68fc275a6b6861b83eb176f8ecd65a077c588 (diff)
more beginner errors
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm1
-rw-r--r--lib/DhMakeELPA/Command/make.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index 8bb21cf..77898af 100644
--- a/lib/DhMakeELPA/Command/Packaging.pm
+++ b/lib/DhMakeELPA/Command/Packaging.pm
@@ -6,6 +6,7 @@ use warnings;
use Cwd;
use File::Basename qw{basename};
use File::Grep qw{fgrep};
+use Array::Utils qw{array_minus};
use base 'DhMakePerl::Command::Packaging';
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index fe89c93..70d6bad 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -22,6 +22,7 @@ sub execute {
mkdir( $self->debian_dir, 0755 )
or die "Cannot create " . $self->debian_dir . " dir: $!\n";
$self->create_compat( $self->debian_file('compat') );
+ $self->find_bins();
$self->create_elpa();
$self->create_rules();
$self->create_control();