summaryrefslogtreecommitdiffstats
path: root/lib/Debian/Debhelper/Sequence/build_stamp.pm
blob: 5c0597548e132aa27fccfaf9e5020ed530e670e2 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;

add_command_at_end('create-stamp debian/debhelper-build-stamp', 'build');
add_command_at_end('create-stamp debian/debhelper-build-stamp', 'build-arch');
add_command_at_end('create-stamp debian/debhelper-build-stamp', 'build-indep');

1