mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* 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:
9
debian/changelog
vendored
9
debian/changelog
vendored
@@ -1,3 +1,12 @@
|
||||
alien (8.30) unstable; urgency=low
|
||||
|
||||
* 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)
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Wed, 14 May 2003 00:12:00 -0400
|
||||
|
||||
alien (8.26) unstable; urgency=low
|
||||
|
||||
* alien.spec: pass PREFIX to Makefile.PL so it works on systems
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -5,6 +5,8 @@ build-stamp:
|
||||
dh_testdir
|
||||
perl Makefile.PL
|
||||
$(MAKE)
|
||||
# simple smoke test
|
||||
./alien.pl -V
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
|
||||
Reference in New Issue
Block a user