* Added -v to enable verbose mode, which lists each shell command

as it is run. Also added --veryverbose for verbose with command
     output too.
   * Use -V for version. (-v used to be documented, but never worked)
This commit is contained in:
joey
2003-05-14 22:14:29 +00:00
parent cbe19ea395
commit 7e6421c8e4
13 changed files with 274 additions and 157 deletions

2
debian/rules vendored
View File

@@ -5,6 +5,8 @@ build-stamp:
dh_testdir
perl Makefile.PL
$(MAKE)
# simple smoke test
./alien.pl -V
touch build-stamp
clean: