[pkg-java] r16205 - trunk/sacjava/debian

Niels Thykier nthykier at alioth.debian.org
Mon Jun 25 08:11:47 UTC 2012


Author: nthykier
Date: 2012-06-25 08:11:47 +0000 (Mon, 25 Jun 2012)
New Revision: 16205

Modified:
   trunk/sacjava/debian/rules
Log:
Improve install target

Modified: trunk/sacjava/debian/rules
===================================================================
--- trunk/sacjava/debian/rules	2012-06-25 08:01:40 UTC (rev 16204)
+++ trunk/sacjava/debian/rules	2012-06-25 08:11:47 UTC (rev 16205)
@@ -39,9 +39,7 @@
 	mh_clean
 	dh_clean 
 
-install:
-	@[ -f build-stamp -o -f build-indep-stamp ] || \
-	  ( echo "Package has not been build!  Use binary{,-arch,-indep} target" >&2 )
+install: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_prep




More information about the pkg-java-commits mailing list