[pkg-java] r15257 - trunk/libgnujaf-java/debian

Jakub Adam xhaakon-guest at alioth.debian.org
Mon Oct 24 22:30:35 UTC 2011


Author: xhaakon-guest
Date: 2011-10-24 22:30:35 +0000 (Mon, 24 Oct 2011)
New Revision: 15257

Modified:
   trunk/libgnujaf-java/debian/control
   trunk/libgnujaf-java/debian/rules
Log:
Fixed couple of lintian warnings

debian-rules-missing-recommended-target
dh-clean-k-is-deprecated
spelling-error-in-description

Modified: trunk/libgnujaf-java/debian/control
===================================================================
--- trunk/libgnujaf-java/debian/control	2011-10-24 22:26:45 UTC (rev 15256)
+++ trunk/libgnujaf-java/debian/control	2011-10-24 22:30:35 UTC (rev 15257)
@@ -13,7 +13,7 @@
 Architecture: all
 Depends: ${misc:Depends}
 Description: free implementation of the javabeans activation framework
- With the javabeans activation framework developper can take advantage
+ With the javabeans activation framework developer can take advantage
  of standard services to determine the type of an arbitrary piece of
  data, encapsulate accesss to it, discover operations available and
  instanciate the appropriate bean to perform operations.

Modified: trunk/libgnujaf-java/debian/rules
===================================================================
--- trunk/libgnujaf-java/debian/rules	2011-10-24 22:26:45 UTC (rev 15256)
+++ trunk/libgnujaf-java/debian/rules	2011-10-24 22:30:35 UTC (rev 15257)
@@ -64,7 +64,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	echo "${LIBRARY}-${VERSION}.jar usr/share/java">debian/install
@@ -102,6 +102,10 @@
 	dh_md5sums
 	dh_builddeb
 
+build-arch: build
+
+build-indep: build
+
 binary-arch:
 
 binary: binary-indep #binary-arch




More information about the pkg-java-commits mailing list