[pkg-java] r15328 - trunk/tomcat6/debian

Niels Thykier nthykier at alioth.debian.org
Wed Nov 2 10:16:28 UTC 2011


Author: nthykier
Date: 2011-11-02 10:16:28 +0000 (Wed, 02 Nov 2011)
New Revision: 15328

Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/rules
Log:
Added build-arch and build-indep targets

Modified: trunk/tomcat6/debian/changelog
===================================================================
--- trunk/tomcat6/debian/changelog	2011-11-02 00:24:53 UTC (rev 15327)
+++ trunk/tomcat6/debian/changelog	2011-11-02 10:16:28 UTC (rev 15328)
@@ -1,10 +1,14 @@
 tomcat6 (6.0.32-7) UNRELEASED; urgency=low
 
+  [ tony mancill ]
   * Team upload.
   * Add "unset LC_ALL" to /etc/defaults/tomcat6 to prevent user 
     environment settings from leaking into the servlet container.
     - Thank you to Nicolas Pichon.  (Closes: #645221)
 
+  [ Niels Thykier ]
+  * Added build-arch and build-indep targets in d/rules.
+
  -- tony mancill <tmancill at debian.org>  Wed, 26 Oct 2011 21:13:17 -0700
 
 tomcat6 (6.0.32-6) unstable; urgency=medium

Modified: trunk/tomcat6/debian/rules
===================================================================
--- trunk/tomcat6/debian/rules	2011-11-02 00:24:53 UTC (rev 15327)
+++ trunk/tomcat6/debian/rules	2011-11-02 10:16:28 UTC (rev 15328)
@@ -46,7 +46,9 @@
 ANT_INVOKE := $(JAVA_CMD) -classpath "$(DEB_CLASSPATH)" \
 	org.apache.tools.ant.Main $(ANT_ARGS)
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	$(ANT_INVOKE) deploy-webapps




More information about the pkg-java-commits mailing list