projects
/
ZOOM-Perl-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
789f90f
)
Do not "make test" as part of the Debian package-building for now --
author
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 11 Aug 2010 15:27:15 +0000
(16:27 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Wed, 11 Aug 2010 15:27:15 +0000
(16:27 +0100)
it's too slow.
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
f377654
..
ea16f0e
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-54,7
+54,7
@@
install-stamp:
dh_clean -k
# Add commands to install the package into debian/$PACKAGE_NAME here
- $(MAKE) test
+# $(MAKE) test ### Do not make test for now -- it's too slow
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
# As this is a architecture dependent package, we are not