|
@@ -287,7 +287,8 @@ sub after_build {
|
|
|
sub prepare_build {
|
|
sub prepare_build {
|
|
|
my ($self, $dir) = @_;
|
|
my ($self, $dir) = @_;
|
|
|
$self->{'diff_options'} = {
|
|
$self->{'diff_options'} = {
|
|
|
- diff_ignore_regexp => $self->{'options'}{'diff_ignore_regexp'},
|
|
|
|
|
|
|
+ diff_ignore_regexp => $self->{'options'}{'diff_ignore_regexp'} .
|
|
|
|
|
+ '|(^|/)debian/patches/.dpkg-source-applied$',
|
|
|
include_removal => $self->{'options'}{'include_removal'},
|
|
include_removal => $self->{'options'}{'include_removal'},
|
|
|
include_timestamp => $self->{'options'}{'include_timestamp'},
|
|
include_timestamp => $self->{'options'}{'include_timestamp'},
|
|
|
use_dev_null => 1,
|
|
use_dev_null => 1,
|