[pkg-java] r15296 - trunk/java-common/debian

Niels Thykier nthykier at alioth.debian.org
Fri Oct 28 21:28:26 UTC 2011


Author: nthykier
Date: 2011-10-28 21:28:26 +0000 (Fri, 28 Oct 2011)
New Revision: 15296

Modified:
   trunk/java-common/debian/changelog
   trunk/java-common/debian/control
   trunk/java-common/debian/rules
Log:
Added build-arch target and bumped S-V

Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog	2011-10-28 20:29:19 UTC (rev 15295)
+++ trunk/java-common/debian/changelog	2011-10-28 21:28:26 UTC (rev 15296)
@@ -1,3 +1,10 @@
+java-common (0.44) UNRELEASED; urgency=low
+
+  * Added build-arch target to d/rules.
+  * Bumped Standards-Versions to 3.9.2 - no changes required.
+
+ -- Niels Thykier <niels at thykier.net>  Fri, 28 Oct 2011 23:24:12 +0200
+
 java-common (0.43) unstable; urgency=low
 
   * Depend on the multiarch aware openjdk-6-jre-headless.

Modified: trunk/java-common/debian/control
===================================================================
--- trunk/java-common/debian/control	2011-10-28 20:29:19 UTC (rev 15295)
+++ trunk/java-common/debian/control	2011-10-28 21:28:26 UTC (rev 15296)
@@ -6,7 +6,7 @@
  Niels Thykier <niels at thykier.net>
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, lynx
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-common
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-common/
 

Modified: trunk/java-common/debian/rules
===================================================================
--- trunk/java-common/debian/rules	2011-10-28 20:29:19 UTC (rev 15295)
+++ trunk/java-common/debian/rules	2011-10-28 21:28:26 UTC (rev 15296)
@@ -44,7 +44,9 @@
 jhl_provides	= $(call mk_cslist,$(provides),runtime-headless)
 jdk_provides	= $(call mk_cslist,$(provides),sdk)
 
+build: build-indep build-arch
 build-indep: build-stamp
+build-arch: build-stamp
 build-stamp:
 	dh_testdir
 




More information about the pkg-java-commits mailing list