|
Lines 30-36
use POSIX qw/strftime/;
Link Here
|
| 30 |
my $buildresult; |
30 |
my $buildresult; |
| 31 |
my $distribution='squeeze-dev'; |
31 |
my $distribution='squeeze-dev'; |
| 32 |
my $git_checks='all'; |
32 |
my $git_checks='all'; |
| 33 |
my $version='3.12-1~git'; |
33 |
my $version='3.13-1~git'; |
| 34 |
my $auto_version=1; |
34 |
my $auto_version=1; |
| 35 |
my $need_help; |
35 |
my $need_help; |
| 36 |
my $debug; |
36 |
my $debug; |
|
Lines 108-114
Options:
Link Here
|
| 108 |
tracked files with untracked changes will cause an error), and 'none' |
108 |
tracked files with untracked changes will cause an error), and 'none' |
| 109 |
(checking git status is skipped totally.) Default is 'all'. |
109 |
(checking git status is skipped totally.) Default is 'all'. |
| 110 |
--version, -v |
110 |
--version, -v |
| 111 |
the version string for the resulting package. Default is '3.5-1~git'. |
111 |
the version string for the resulting package. Default is '$version'. |
| 112 |
--(no)autoversion |
112 |
--(no)autoversion |
| 113 |
whether or not to use the date and git commit ID in the version value. |
113 |
whether or not to use the date and git commit ID in the version value. |
| 114 |
Default is to include it. |
114 |
Default is to include it. |
| 115 |
- |
|
|