[pkg-java] r11847 - in trunk/maven-ant-helper: . debian
Torsten Werner
twerner at alioth.debian.org
Sat Mar 13 09:31:50 UTC 2010
Author: twerner
Date: 2010-03-13 09:31:50 +0000 (Sat, 13 Mar 2010)
New Revision: 11847
Modified:
trunk/maven-ant-helper/debian/changelog
trunk/maven-ant-helper/maven-build.xml
Log:
Do no longer <gunzip/> the package-list file from openjdk-6-doc.
(Closes: #573660)
Modified: trunk/maven-ant-helper/debian/changelog
===================================================================
--- trunk/maven-ant-helper/debian/changelog 2010-03-13 06:09:27 UTC (rev 11846)
+++ trunk/maven-ant-helper/debian/changelog 2010-03-13 09:31:50 UTC (rev 11847)
@@ -1,3 +1,10 @@
+maven-ant-helper (6.7) unstable; urgency=low
+
+ * Do no longer <gunzip/> the package-list file from openjdk-6-doc.
+ (Closes: #573660)
+
+ -- Torsten Werner <twerner at debian.org> Sat, 13 Mar 2010 10:24:35 +0100
+
maven-ant-helper (6.6) unstable; urgency=low
* Revert previous change as openjdk6-doc is not required
Modified: trunk/maven-ant-helper/maven-build.xml
===================================================================
--- trunk/maven-ant-helper/maven-build.xml 2010-03-13 06:09:27 UTC (rev 11846)
+++ trunk/maven-ant-helper/maven-build.xml 2010-03-13 09:31:50 UTC (rev 11847)
@@ -381,7 +381,9 @@
<include name="@{package}/api/package*list" />
</fileset>
</copy>
+ <!-- the file package-list is no longer compressed but leaving <gunzip/> here for backporting
<gunzip src="/usr/share/doc/@{package}/api/package-list.gz" dest="${build.directory}/@{package}" />
+ -->
</sequential>
</macrodef>
More information about the pkg-java-commits
mailing list