[pkg-java] r2522 - trunk/eclipse/debian
Matthias Klose
doko at costa.debian.org
Sat Sep 30 16:14:53 UTC 2006
Author: doko
Date: 2006-09-30 16:14:53 +0000 (Sat, 30 Sep 2006)
New Revision: 2522
Modified:
trunk/eclipse/debian/rules
Log:
- remove unneeded debhelper args
Modified: trunk/eclipse/debian/rules
===================================================================
--- trunk/eclipse/debian/rules 2006-09-30 16:12:38 UTC (rev 2521)
+++ trunk/eclipse/debian/rules 2006-09-30 16:14:53 UTC (rev 2522)
@@ -366,8 +366,8 @@
install: install-stamp
install-stamp: build-java-stamp install-eclipse-stamp
- dh_testdir -i
- dh_testroot -i
+ dh_testdir
+ dh_testroot
# Install the tar file into our destination directory.
install -d $(DEBIAN_TMP)/$(ECLIPSE_HOME)
More information about the pkg-java-commits
mailing list